]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_enc.c
Make asn1 fuzzer more reproducible
[thirdparty/openssl.git] / ssl / t1_enc.c
2016-11-23  Matt CaswellFix EXTMS error introduced by commit 94ed2c6
2016-11-16  Matt CaswellFix a typo in a comment
2016-11-16  Matt CaswellFixed various style issues in the key_share code
2016-11-16  Matt CaswellStart using the key_share data to derive the PMS
2016-11-04  Matt CaswellEnsure SSL_DEBUG works following size_t changes
2016-11-04  Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04  Matt CaswellConvert some libssl local functions to size_t
2016-11-04  Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04  Matt CaswellConvert master_secret_size code to size_t
2016-11-04  Matt CaswellConvert various mac_secret_size usage to size_t
2016-08-18  Emilia KasperIndent ssl/
2016-08-05  klemensspelling fixes, just comments and readme.
2016-06-21  FdaSilvaYYSpelling... and more spelling
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-03-20  Rich SalzRemove #error from include files.
2016-03-07  Matt CaswellLazily initialise the compression buffer
2016-03-03  Emilia KasperRefactor ClientHello extension parsing
2016-02-23  J Mohan Rao ArisankalaGH735: remove unnecessary allocation
2016-02-18  Rich SalzFix {TLS,CIPHER}_DEBUG compiles.
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-17  Richard LevitteImplement the use of heap manipulator implementions
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-19  Dr. Stephen Hensonuse TLS PRF
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-07  Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-05  Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-11-27  Dr. Stephen HensonPRF and handshake hash revision.
2015-11-25  Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-08-14  Dr. Stephen Hensonccm8 support
2015-08-14  Dr. Stephen HensonCCM support.
2015-06-23  Dr. Stephen HensonTidy up ssl3_digest_cached_records logic.
2015-05-31  Rich SalzSilence Clang warning about unit'd variable
2015-05-30  Rich Salzclear/cleanse cleanup
2015-05-13  Matt CaswellRemove Kerberos support from libssl
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-26  Matt CaswellMove read_sequence and write_sequence from s->s3 to...
2015-03-26  Matt CaswellIntroduce macro RECORD_LAYER_setup_comp_buffer
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.
next