aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Validate ClientHello extension field lengthAlessandro Ghedini1-0/+3
2015-10-05Add PACKET_copy_allEmilia Kasper4-16/+47
2015-10-05ssl_sess.c: grab a copy of the session IDEmilia Kasper1-6/+8
2015-10-05PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper1-59/+63
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper7-298/+250
2015-10-05make dependRichard Levitte1-109/+118
2015-10-05Fix make depend for things being built in subdirectoriesRichard Levitte1-5/+23
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov3-6/+6
2015-10-05bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov1-1/+1
2015-10-05Address Windows warnings in apps/.Andy Polyakov2-25/+1
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov5-27/+29
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson3-30/+42
2015-10-03Fix more d2i cases to properly update the input pointerKurt Roeckx2-6/+6
2015-10-02Remove BIO_s_file_internal macro.Rich Salz6-15/+14
2015-10-01Revert "Custom cipher constants"Matt Caswell1-12/+0
2015-10-01Custom cipher constantsDmitry Belyavskiy1-0/+12
2015-09-30Remove the hard coded -DOPENSSL_NO_DEPRECATED from DEPFLAGRichard Levitte1-1/+1
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell6-72/+98
2015-09-30bn/asm/armv4-mont.pl: boost NEON performance.Andy Polyakov1-294/+328
2015-09-30Make update / libeay.num fixRich Salz3-31/+35
2015-09-30Fix libeay.numMatt Caswell1-9/+8
2015-09-30Add a test for duplicated ordinalsMatt Caswell1-0/+104
2015-09-30Display brief help if no options for list.Ben Laurie1-1/+8
2015-09-30Add GOST12 cms/smime capabilitiesMatt Caswell2-0/+4
2015-09-29Fix no-stdio buildDavid Woodhouse34-131/+193
2015-09-29engine/e_capi.c: fix various warnings.Andy Polyakov1-16/+22
2015-09-29Fix -Wshadow warnings in mingw builds.Andy Polyakov2-6/+6
2015-09-29Fix pedantic warnings in mingw builds.Andy Polyakov2-19/+24
2015-09-29Fix prototypes in e_ossttest.c.Andy Polyakov1-8/+8
2015-09-29asn1t.h: silence -Wmissing-prototype in Windows builds.Andy Polyakov1-1/+1
2015-09-29Rationalize .gitignore and harmonize pair of Makefiles.Andy Polyakov3-20/+8
2015-09-28RT3948: Some structs have confusing names.Nicholas Cooper2-4/+4
2015-09-28Print debug info for extended master secret extensionAlessandro Ghedini1-0/+3
2015-09-28RT4053: Typo in error messageMichal Bozon1-1/+1
2015-09-28Remove obsolete b64 demo'sRich Salz2-269/+0
2015-09-28PACKET: simplify ServerHello parsingEmilia Kasper1-38/+35
2015-09-28Empty NewSessionTicket: test session resumptionEmilia Kasper4-37/+103
2015-09-28Empty session ticket: add a testEmilia Kasper4-2/+158
2015-09-28RT2772: accept empty SessionTicketEmilia Kasper1-7/+16
2015-09-28Update year in Windows builds.Andy Polyakov2-2/+2
2015-09-28Harmonize util/mkrc.pl with header move.Andy Polyakov1-1/+1
2015-09-28SRP memory leak fixDr. Stephen Henson1-0/+3
2015-09-28Silence Wconditional-uninitializedEmilia Kasper1-1/+1
2015-09-27Fixing typo in PROBLEMSJack Danger Canty1-1/+1
2015-09-26Skylake performance results.Andy Polyakov10-7/+20
2015-09-25GH408 follow-on: update buflenAlessandro Ghedini1-1/+5
2015-09-25Fix typo in previous commit.Rich Salz1-1/+1
2015-09-25Change --debug to -d for compat with old releases.Rich Salz1-1/+1
2015-09-25Remove obsolete OCSP demoRich Salz2-368/+0
2015-09-25Change ossltest engine to manually allocate cipher_dataMatt Caswell3-18/+17