Add X9.42 DH test.
[openssl.git] / ssl / s3_enc.c
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06 Ben LaurieMake CBC decoding constant time.
2012-08-28 Dr. Stephen Hensonoops, typo
2012-08-28 Dr. Stephen HensonNew compile time option OPENSSL_SSL_TRACE_CRYPTO, when...
2012-01-04 Dr. Stephen HensonClear bytes used for block padding of SSL 3.0 records...
2011-05-31 Dr. Stephen Hensonset FIPS permitted flag before initalising digest
2011-05-20 Dr. Stephen HensonPR: 2295
2011-05-19 Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-04-29 Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2010-06-12 Ben LaurieFix warnings.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-06 Dr. Stephen HensonUpdates from 1.0.0-stable
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieDie earlier if hash is NULL. (Coverity IDs 137 & 138).
2008-12-29 Ben LaurieDie earlier if we have no hash function.
2008-12-27 Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2007-09-07 Dr. Stephen HensonFix warnings: computed value not use, incompatible...
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-02-16 Nils Larschensure that the EVP_CIPHER_CTX object is initialized
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-07 Bodo Möllerprepare for additional RFC3546 alerts
2006-01-07 Bodo Möllermake sure that the unrecognized_name alert actually...
2005-10-01 Dr. Stephen HensonFix compilation without OPENSSL_NO_COMP :-)
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-04-26 Ben LaurieAdd DTLS support.
2003-11-04 Geoff ThorpeAvoid some shadowed variable names.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-02-12 Bodo Möllercomments
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-07-09 Bodo Mölleremtpy fragments are not necessary for SSL_eNULL
2002-06-14 Bodo MöllerNew option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disab...
2002-04-13 Bodo MöllerImplement known-IV countermeasure.
2001-10-22 Bodo MöllerFix memory leak.
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-09-24 Bodo Möllercomment
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-15 Bodo Möllerpay attention to blocksize before attempting decryption
2001-06-07 Richard LevitteUse memmove() instead of memcpy() on areas that may...
2001-04-08 Bodo MöllerAvoid assert() in the library.
2001-04-08 Richard LevitteResize a local buffer to accomodate the size requiremen...
2001-04-03 Bodo MöllerThis change should be suitable as a workaround for...
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-20 Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-06 Bodo MöllerUse separate arrays for certificate verify and for...
2000-01-05 Bodo MöllerUse prototypes.
1999-12-29 Bodo MöllerDelete NO_PROTO section (which apparently was just...
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-02-21 Ben LaurieAdd support for new TLS export ciphersuites.
1999-02-16 Mark J. CoxUpdates to the new SSL compression code
1999-02-13 Ben LaurieIn the absence of feedback either way, commit the fix...
1999-01-10 Ben LaurieFix comment.
1999-01-07 Ben LaurieAccept NULL in *_free.
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...