]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s3_lib.c
Update ssl code to support digests other than MD5+SHA1 in handshake.
[thirdparty/openssl.git] / ssl / s3_lib.c
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
2000-01-18  Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
1999-09-29  Ulf MöllerCosmetic changes.
1999-05-15  Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
1999-05-13  Ulf MöllerVMS support.
1999-05-09  Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-04-27  Ulf MöllerMessage digest stuff.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-22  Bodo MöllerFixed some race conditions.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-04-15  Ben LaurieAdd new experimental ciphersuites. Bring naming into...
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-03-22  Ben LaurieFix security hole.
next