New ctrls to retrieve supported signature algorithms and curves and
[openssl.git] / ssl / s3_lib.c
2012-03-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-02-22 Dr. Stephen HensonSSL export fixes (from Adam Langley) [original from...
2012-02-10 Dr. Stephen HensonPR: 2704
2012-01-31 Dr. Stephen HensonAdd support for distinct certificate chains per key...
2012-01-16 Dr. Stephen HensonSupport for fixed DH ciphersuites.
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-22 Dr. Stephen HensonNew ctrl values to clear or retrieve extra chain certs...
2011-12-14 Dr. Stephen HensonPR: 1794
2011-11-15 Ben LaurieAdd TLS exporter.
2011-10-13 Bodo MöllerIn ssl3_clear, preserve s3->init_extra along with s3...
2011-09-05 Bodo Möller(EC)DH memory handling fixes.
2011-08-03 Dr. Stephen HensonExpand range of ctrls for AES GCM to support retrieval...
2011-07-25 Dr. Stephen Hensonoops, remove debug option
2011-07-25 Dr. Stephen HensonAdd HMAC ECC ciphersuites from RFC5289. Include SHA384...
2011-06-06 Dr. Stephen HensonSet SSL_FIPS flag in ECC ciphersuites.
2011-05-25 Dr. Stephen Hensonuse TLS1_get_version macro to check version so TLS...
2011-04-29 Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-03-12 Ben LaurieAdd SRP support.
2010-09-05 Ben LaurieFixes to NPN from Adam Langley.
2010-08-26 Bodo MöllerPatch from PR #1833 was broken: there's no s->s3->new_s...
2010-08-26 Dr. Stephen HensonPR: 1833
2010-07-28 Ben LaurieAdd Next Protocol Negotiation.
2009-10-16 Dr. Stephen HensonPR: 2072
2009-05-28 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-07 Dr. Stephen HensonChanges from 1.0.0-stable.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-09-10 Dr. Stephen HensonAdd SSL_FIPS flag for FIPS 140-2 approved ciphersuites...
2008-06-03 Ben LaurieMemory saving patch.
2008-04-30 Dr. Stephen HensonUpdate from stable branch.
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-23 Bodo Möllerproperly handle length-zero opaque PRF input values
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-28 Dr. Stephen HensonAdd ctrls to set and get RFC4507bis keys to enable...
2007-08-12 Dr. Stephen HensonFix warning and make no-tlsext work.
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2007-04-24 Bodo MöllerAll ciphersuites should have a strength designator.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-03-23 Dr. Stephen HensonStage 1 GOST ciphersuite support.
2007-02-21 Bodo Möllerdelete obsolete comment
2007-02-19 Bodo Möllerfix warnings for CIPHER_DEBUG builds
2007-02-19 Bodo Möllerfix warnings/inconsistencies caused by the recent chang...
2007-02-19 Bodo Möllerfix incorrect strength bit values for certain Kerberos...
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-01-21 Dr. Stephen HensonConstify version strings is ssl lib.
2006-06-15 Bodo MöllerFix algorithm handling for ECC ciphersuites: Adapt...
2006-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-05-28 Richard LevitteUse a new signed int ii instead of j (which is unsigned...
2006-05-26 Dr. Stephen HensonFix warnings.
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-04 Dr. Stephen HensonStop warning.
2006-03-30 Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-30 Bodo MöllerImplement cipher-suite selection logic given Supported...
2006-03-13 Bodo Möllerudpate Supported Point Formats Extension code
2006-03-11 Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-15 Nils Larschrecent changes from 0.9.8: fix cipher list order in...
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-06 Bodo MöllerFixes for TLS server_name extension
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-12-13 Bodo Möllerupdate TLS-ECC code
2005-11-15 Bodo Möllerdisable some invalid ciphersuites
2005-09-21 Dr. Stephen Henson128 bit AES ciphersuites should be classified as HIGH.
2005-08-27 Ben LaurieFix warnings.
2005-08-25 Nils LarschKeep cipher lists sorted in the source instead of sorti...
2005-08-08 Nils Larscha ssl object needs it's own instance of a ecdh key...
2005-08-08 Nils Larschremove unused internal foo_base_method functions
2005-08-05 Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
2005-07-16 Nils Larschmake
2005-06-07 Andy Polyakov"Liberate" dtls from BN dependency. Fix bug in replay...
2005-05-30 Richard Levittepqueue and dtls uses 64-bit values. Unfortunately...
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Ben LaurieAdd DTLS support.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieConstification.
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-15 Richard LevitteTypos.
2002-10-10 Richard LevitteRFC 2712 redefines the codes for use of Kerberos 5...
2002-09-25 Bodo Möllerreally fix race conditions
2002-08-09 Bodo MöllerECC ciphersuite support
2002-07-10 Lutz JänickeCiphers with NULL encryption were not properly handled...
2002-04-13 Bodo MöllerImplement known-IV countermeasure.
2002-03-15 Bodo Möllerfix ssl3_pending
2002-03-14 Lutz JänickeAdd missing strength entries.
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-08-28 Ben LaurieFix SSL memory leak.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-11 Richard LevitteInclude kssl_lcl.h where needed.
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
next