aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson11-19/+42
2014-11-19Only handle RI extension for SSLv3Dr. Stephen Henson1-71/+70
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson5-40/+52
2014-11-18Added references to RFC 7027Matt Caswell1-2/+2
2014-11-18Prevent use of binary curves when OPENSSL_NO_EC2M is definedDr. Stephen Henson1-0/+4
2014-11-18Fixed cms-test.pl for no-ec2mMatt Caswell1-1/+21
2014-11-18Updated comment references to draft-ietf-tls-ecc-12 to refer to RFC4492 insteadMatt Caswell1-7/+2
2014-11-17Don't use msg on error.Jan Hykel1-7/+7
2014-11-16Add whrlpool and camellia .s files to perlasm listMike Bland1-0/+2
2014-11-16Add missing SRC variableMike Bland1-0/+1
2014-11-16Remove redundant test targets outside of test/Mike Bland3-9/+0
2014-11-16Improve variable parsing when generating MINFOMike Bland2-3/+3
2014-11-16{,darwin64-}debug-test-64-clang Configure targetsMike Bland1-0/+2
2014-11-16Emit PERLASM_SCHEME to fix GitMake on OS XMike Bland1-0/+2
2014-11-16Add cscope.out and .d files to .gitignoreMike Bland1-0/+2
2014-11-13Additional output for ssltest.Dr. Stephen Henson1-21/+53
2014-11-13Add SSL_CONF support to ssltest.Dr. Stephen Henson1-2/+98
2014-11-13Fix cross reference table generator.Dr. Stephen Henson2-4/+4
2014-11-12Fixes a minor typo in the EVP docs.Alok Menghrajani1-1/+1
2014-11-12Correct timestamp output when clock_precision_digits > 0Michal Bozon1-1/+1
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell1-3/+4
2014-11-11Fix warning about negative unsigned intergersKurt Roeckx1-1/+1
2014-11-10Fix datarace reported by valgrind/helgrindRussell Coker1-4/+8
2014-11-10Fix spelling of EECDHKurt Roeckx1-1/+1
2014-10-30armv4cpuid.S: fix compilation error in pre-ARMv7 build.Andy Polyakov1-6/+23
2014-10-29Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson2-5/+10
2014-10-29ec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in path handling.Andy Polyakov1-2/+3
2014-10-29md32_common.h: address compiler warning in HOST_c2l.Andy Polyakov1-4/+2
2014-10-28Use only unsigned arithmetic in constant-time operationsSamuel Neves1-13/+3
2014-10-28Tighten session ticket handlingEmilia Kasper3-2/+40
2014-10-27Add missing CHANGES interval [1.0.1h, 1.0.1i]Emilia Kasper1-0/+86
2014-10-27Sync CHANGESEmilia Kasper1-41/+41
2014-10-27Fix ssltest logic when some protocols are compiled out.Emilia Kasper1-18/+57
2014-10-24Copy negotiated parameters in SSL_set_SSL_CTX.Dr. Stephen Henson1-2/+15
2014-10-24Process signature algorithms in ClientHello late.Dr. Stephen Henson5-35/+62
2014-10-23ecp_nistz256 update.Andy Polyakov4-105/+208
2014-10-23Configure: add ios64 target.Andy Polyakov3-2/+53
2014-10-22Add missing credit.Andy Polyakov1-2/+2
2014-10-21Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller2-4/+13
2014-10-21When processing ClientHello.cipher_suites, don't ignore cipher suitesBodo Moeller1-0/+1
2014-10-21Keep old method in case of an unsupported protocolKurt Roeckx1-2/+4
2014-10-20no-ssl2 with no-ssl3 does not mean drop the ssl libTim Hudson1-6/+0
2014-10-17RT3547: Add missing static qualifierKurt Cancemi1-1/+1
2014-10-15Add constant_time_locl.h to HEADERS,Tim Hudson1-1/+2
2014-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte3-3/+3
2014-10-15Updates to NEWS fileMatt Caswell1-1/+20
2014-10-15Updates CHANGES fileMatt Caswell1-0/+33
2014-10-15Fix no-ssl3 configuration optionGeoff Thorpe2-11/+16
2014-10-15Fix for session tickets memory leak.Dr. Stephen Henson1-0/+3
2014-10-15Fix SRTP compile issues for windowsMatt Caswell4-7/+16