Camellia cipher, contributed by NTT
[openssl.git] / ssl / s3_lib.c
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.
1999-03-06 Ben LaurieDisable new TLS1 ciphersuites.
1999-03-06 Ben LaurieFix export ciphersuites, again.
1999-02-25 Ralf S. EngelschallAdd a bunch of SSL_xxx() functions for configuring...
1999-02-25 Ralf S. EngelschallFix the cipher decision scheme for export ciphers:...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-21 Ben LaurieMore stuff for new TLS ciphersuites.
1999-02-21 Ben LaurieUndo a couple of kludges.
1999-02-21 Ben LaurieAdd support for new TLS export ciphersuites.
1999-02-16 Mark J. CoxUpdates to the new SSL compression code
1999-01-16 Ben LaurieMore prototypes.
1999-01-07 Ben LaurieAccept NULL in *_free.
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
next