]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_enc.c
Update documentation of BN_generate_prime_ex
[thirdparty/openssl.git] / ssl / t1_enc.c
2013-12-20  Dr. Stephen HensonFix DTLS retransmission from previous session.
2013-12-18  Dr. Stephen HensonCheck EVP errors for handshake digests.
2013-09-08  Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-03-28  Dr. Stephen HensonEnable TLS 1.2 ciphers in DTLS 1.2.
2013-03-19  Dr. Stephen HensonTypo.
2013-03-18  Dr. Stephen HensonUse enc_flags when deciding protocol variations.
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  Dr. Stephen HensonTiming fix mitigation for FIPS mode.
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-09-21  Richard Levitte* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug...
2012-08-28  Dr. Stephen HensonNew compile time option OPENSSL_SSL_TRACE_CRYPTO, when...
2012-05-10  Dr. Stephen HensonSanity check record length before skipping explicit...
2012-03-13  Andy Polyakovssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER.
2012-02-22  Dr. Stephen HensonSSL export fixes (from Adam Langley) [original from...
2011-12-13  Ben LaurieRemove redundant TLS exporter.
2011-11-25  Dr. Stephen HensonPR: 1794
2011-11-21  Dr. Stephen Hensonbcmp doesn't exist on all platforms, replace with memcmp
2011-11-15  Ben LaurieAdd TLS exporter.
2011-08-03  Dr. Stephen HensonExpand range of ctrls for AES GCM to support retrieval...
2011-07-11  Andy Polyakovssl/t1_enc.c: initial support for AEAD ciphers.
2011-05-31  Dr. Stephen HensonDon't round up partitioned premaster secret length...
2011-05-19  Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-05-09  Dr. Stephen HensonInitial TLS v1.2 client support. Include a default...
2011-04-29  Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-03-12  Ben LaurieAdd SRP support.
2011-01-04  Dr. Stephen HensonDon't use decryption_failed alert for TLS v1.1 or later.
2010-11-24  Dr. Stephen Hensonuse generalise mac API for SSL key generation
2010-11-14  Dr. Stephen HensonOnly use explicit IV if cipher is in CBC mode.
2010-07-18  Dr. Stephen HensonPR: 1830
2010-07-18  Dr. Stephen Hensonoops, revert wrong patch..
2010-07-18  Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-06-27  Dr. Stephen Hensonno need for empty fragments with TLS 1.1 and later...
2010-06-12  Ben LaurieFix warnings.
2010-05-17  Dr. Stephen HensonPR: 2259
2009-12-07  Dr. Stephen HensonInitial experimental TLSv1.1 support
2009-04-20  Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-01-11  Dr. Stephen HensonFix warnings properly this time ;-)
2009-01-11  Dr. Stephen HensonFix sign-compare warnings.
2009-01-05  Lutz JänickeFix compilation with -no-comp by adding some more ...
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-27  Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-10  Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-01-05  Andy PolyakovFix unsigned/signed warnings in ssl.
2007-10-26  Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-09  Andy PolyakovMake DTLS1 record layer MAC calculation RFC compliant.
2007-09-26  Dr. Stephen HensonSupport for certificate status TLS extension.
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-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-05-07  Dr. Stephen HensonFix from stable branch.
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-07  Bodo MöllerThere's no such things as DTLS1_AD_MISSING_HANDSHAKE_ME...
2006-01-07  Bodo Möllerprepare for additional RFC3546 alerts
2006-01-07  Bodo Möllermake sure that the unrecognized_name alert actually...
2005-09-30  Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-04-26  Ben LaurieAdd DTLS support.
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.
2002-03-14  Dr. Stephen HensonInitialize cipher context in KRB5
2001-12-09  Ben LaurieImprove back compatibility.
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-07-12  Richard LevittePrevent KSSL server from requesting a client certificate.
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-03  Bodo MöllerThis change should be suitable as a workaround for...
2001-03-07  Bodo MöllerFix ERR_R_... problems.
2000-11-30  Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-05  Bodo MöllerUse prototypes.
1999-04-27  Ulf MöllerMessage digest stuff.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ben Laurieconst correctness.
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...
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
next