fix comments
[openssl.git] / ssl / s3_lib.c
2009-10-16 Dr. Stephen HensonPR: 2072
2009-05-28 Dr. Stephen HensonSubmitted by: Artem Chuprina <ran@cryptocom.ru>
2009-04-23 Dr. Stephen HensonSome no-ec fixes (not complete yet).
2009-04-07 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
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...
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-09 Bodo MöllerConsistently use 'void *' for SSL read, peek and write...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2000-12-25 Bodo MöllerFix SSL_peek and SSL_pending.
2000-12-14 Bodo Möllertypo
2000-12-14 Bodo MöllerFirst step towards SSL_peek fix.
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-28 Bodo MöllerComments on SSL_peek deficiencies
2000-11-28 Bodo MöllerDisable SSL_peek until it is fixed.
2000-11-17 Bodo Möllertag SSL_peek bugs
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-14 Bodo MöllerUse correct function names in SSLerr macros.
2000-03-13 Bodo MöllerCopy DH key (if available) in addition to the bare...
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-01-22 Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
next