aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ssl_sess.c: grab a copy of the session IDEmilia Kasper2015-10-051-6/+8
* PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper2015-10-051-59/+63
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-057-298/+250
* make dependRichard Levitte2015-10-051-109/+118
* Fix make depend for things being built in subdirectoriesRichard Levitte2015-10-051-5/+23
* Harmonize pointer printing and size_t-fy casts.Andy Polyakov2015-10-053-6/+6
* bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov2015-10-051-1/+1
* Address Windows warnings in apps/.Andy Polyakov2015-10-052-25/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-055-27/+29
* Free up ASN.1 structures at top level only.Dr. Stephen Henson2015-10-053-30/+42
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-032-6/+6
* Remove BIO_s_file_internal macro.Rich Salz2015-10-026-15/+14
* Revert "Custom cipher constants"Matt Caswell2015-10-011-12/+0
* Custom cipher constantsDmitry Belyavskiy2015-10-011-0/+12
* Remove the hard coded -DOPENSSL_NO_DEPRECATED from DEPFLAGRichard Levitte2015-09-301-1/+1
* Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell2015-09-306-72/+98
* bn/asm/armv4-mont.pl: boost NEON performance.Andy Polyakov2015-09-301-294/+328
* Make update / libeay.num fixRich Salz2015-09-303-31/+35
* Fix libeay.numMatt Caswell2015-09-301-9/+8
* Add a test for duplicated ordinalsMatt Caswell2015-09-301-0/+104
* Display brief help if no options for list.Ben Laurie2015-09-301-1/+8
* Add GOST12 cms/smime capabilitiesMatt Caswell2015-09-302-0/+4
* Fix no-stdio buildDavid Woodhouse2015-09-2934-131/+193
* engine/e_capi.c: fix various warnings.Andy Polyakov2015-09-291-16/+22
* Fix -Wshadow warnings in mingw builds.Andy Polyakov2015-09-292-6/+6
* Fix pedantic warnings in mingw builds.Andy Polyakov2015-09-292-19/+24
* Fix prototypes in e_ossttest.c.Andy Polyakov2015-09-291-8/+8
* asn1t.h: silence -Wmissing-prototype in Windows builds.Andy Polyakov2015-09-291-1/+1
* Rationalize .gitignore and harmonize pair of Makefiles.Andy Polyakov2015-09-293-20/+8
* RT3948: Some structs have confusing names.Nicholas Cooper2015-09-282-4/+4
* Print debug info for extended master secret extensionAlessandro Ghedini2015-09-281-0/+3
* RT4053: Typo in error messageMichal Bozon2015-09-281-1/+1
* Remove obsolete b64 demo'sRich Salz2015-09-282-269/+0
* PACKET: simplify ServerHello parsingEmilia Kasper2015-09-281-38/+35
* Empty NewSessionTicket: test session resumptionEmilia Kasper2015-09-284-37/+103
* Empty session ticket: add a testEmilia Kasper2015-09-284-2/+158
* RT2772: accept empty SessionTicketEmilia Kasper2015-09-281-7/+16
* Update year in Windows builds.Andy Polyakov2015-09-282-2/+2
* Harmonize util/mkrc.pl with header move.Andy Polyakov2015-09-281-1/+1
* SRP memory leak fixDr. Stephen Henson2015-09-281-0/+3
* Silence Wconditional-uninitializedEmilia Kasper2015-09-281-1/+1
* Fixing typo in PROBLEMSJack Danger Canty2015-09-271-1/+1
* Skylake performance results.Andy Polyakov2015-09-2610-7/+20
* GH408 follow-on: update buflenAlessandro Ghedini2015-09-251-1/+5
* Fix typo in previous commit.Rich Salz2015-09-251-1/+1
* Change --debug to -d for compat with old releases.Rich Salz2015-09-251-1/+1
* Remove obsolete OCSP demoRich Salz2015-09-252-368/+0
* Change ossltest engine to manually allocate cipher_dataMatt Caswell2015-09-253-18/+17
* Properly format linux-arm64ilp32 target configAlessandro Ghedini2015-09-251-1/+1
* Fix the OCSP test on WindowsMatt Caswell2015-09-251-1/+1