summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2013-10-04Fix compilation with this branch's definition of SSL_CIPHER.Rob Stradling
2013-10-04Tidy up comments.Rob Stradling
2013-10-04Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.Rob Stradling
2011-10-19Oops: this change (http://cvs.openssl.org/chngview?cn=21503)Bodo Möller
2011-10-13In ssl3_clear, preserve s3->init_extra along with s3->rbuf.Bodo Möller
2011-09-05(EC)DH memory handling fixes.Bodo Möller
2009-04-07Submitted by: Darryl Miles <darryl-mailinglists@netbauds.net>Dr. Stephen Henson
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2008-04-30TLS ticket key setting callback: this allows and application to setDr. Stephen Henson
2007-10-12Backport certificate status request TLS extension support to 0.9.8.Dr. Stephen Henson
2007-09-21More changes from HEAD:Bodo Möller
2007-09-21Fixes from HEAD.Dr. Stephen Henson
2007-08-28Update from HEAD.Dr. Stephen Henson
2007-08-12Backport of TLS extension code to OpenSSL 0.9.8.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-02-19fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-06-22Put ECCdraft ciphersuites back into default build (but disabledBodo Möller
2006-06-20Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)Bodo Möller
2006-06-14Disable invalid ciphersuitesBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-01-15fix cipher list orderNils Larsch
2005-12-13update TLS-ECC codeBodo Möller
2005-09-21Fix from HEAD.Dr. Stephen Henson
2005-08-27Fix warnings.Ben Laurie
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch
2005-08-08a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson
2005-07-16makeNils Larsch
2005-05-30pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Constification.Ben Laurie
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-15Typos.Richard Levitte
2002-10-10RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte
2002-09-25really fix race conditionsBodo Möller
2002-08-09ECC ciphersuite supportBodo Möller
2002-07-10Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke
2002-04-13Implement known-IV countermeasure.Bodo Möller
2002-03-15fix ssl3_pendingBodo Möller
2002-03-14Add missing strength entries.Lutz Jänicke
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-08-28Fix SSL memory leak.Ben Laurie