]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_enc.c
Move more comments that confuse indent
[thirdparty/openssl.git] / ssl / t1_enc.c
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Matt CaswellFix strange formatting by indent
2015-01-22  Matt CaswellFix source where indent will not be able to cope
2015-01-06  Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-17  Richard LevitteClear warnings/errors within TLS_DEBUG code sections
2014-12-17  Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-08  Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-07-01  Rich SalzRT 1528; misleading debug print, "pre-master" should...
2014-06-29  Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-06-27  yogesh nagarkarFix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
2014-05-31  Dr. Stephen HensonUse correct digest when exporting keying material.
2014-05-24  Matt CaswellFix for non compilation with TLS_DEBUG defined
2014-02-25  Andy Polyakovssl/t1_enc.c: check EVP_MD_CTX_copy return value.
2014-01-03  Andy Polyakovssl/t1_enc.c: optimize PRF (suggested by Intel).
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...
next