Split out non record layer functions out of s3_pkt.c and d1_pkt.c into
[openssl.git] / ssl / t1_enc.c
2015-03-26 Matt CaswellMove more SSL3_RECORD oriented functions into ssl3_record.c
2015-03-26 Matt CaswellEncapsulate s->s3->wrec
2015-03-26 Matt CaswellEncapsulate s->s3->rrec
2015-03-25 Matt CaswellEnsure last_write_sequence is saved in DTLS1.2
2015-03-23 Matt CaswellFix missing return value checks
2015-03-17 Matt CaswellAdd sanity check to PRF
2015-03-11 Matt CaswellCleanse buffers
2015-02-27 Matt CaswellFixed missing return value checks.
2015-02-12 Eric DequinMissing OPENSSL_free on error path.
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-02-03 Dr. Stephen HensonRemove unused variables.
2015-02-03 Dr. Stephen HensonAdd extms support to master key generation.
2015-02-03 Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-22 Matt CaswellRun util/openssl-format-source -v -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.
next