]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/tls13_enc.c
Coverity fixes
[thirdparty/openssl.git] / ssl / tls13_enc.c
2019-06-05  Shane LontisCoverity fixes
2019-05-27  David MakepeaceChanged ssl layer to use EVP_KDF API for TLS1_PRF and...
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-01-15  Matt CaswellDon't get the mac type in TLSv1.3
2018-12-30  Bernd EdlingerFix a minor nit in the hkdflabel size
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05  Matt CaswellFix some SSL_export_keying_material() issues
2018-12-05  Matt CaswellRevert "Reduce stack usage in tls13_hkdf_expand"
2018-09-24  Bernd EdlingerReduce stack usage in tls13_hkdf_expand
2018-09-04  Shane Lontiskey zeroization fix for a branch path of tls13_final_fi...
2018-08-08  Matt CaswellEnsure that we write out alerts correctly after early_data
2018-07-31  Matt CaswellFix some TLSv1.3 alert issues
2018-06-07  Matt CaswellFix TLSv1.3 ticket nonces
2018-05-31  Matt CaswellEVP_MD_size() can return an error
2018-05-23  Matt CaswellUse the client app traffic secret for PHA Finished...
2018-04-18  Peter WuAdd support for logging early exporter secret
2018-04-18  Peter WuAdd support for logging TLS 1.3 exporter secret
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19  Bernd EdlingerFix a crash in SSLfatal due to invalid enc_write_ctx
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-26  Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-13  Matt CaswellUpdate copyright year
2018-02-02  Tatsuhiro TsujikawaMake sure that exporting keying material is allowed
2018-02-02  Tatsuhiro TsujikawaRemove generation of exporter master secret on client...
2018-02-02  Tatsuhiro TsujikawaGenerate exporter_master_secret after server Finished
2017-12-04  Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-08-31  Matt CaswellMake sure we use the correct cipher when using the...
2017-08-31  Matt CaswellEnable the ability to use an external PSK for sending...
2017-07-17  Tatsuhiro TsujikawaFix TLSv1.3 exporter secret
2017-07-07  Matt CaswellUpdate tls13_hkdf_expand() to take the length of the...
2017-07-03  Matt CaswellFix TLSv1.3 exporter
2017-06-29  Matt CaswellUpdates following review of SSL_export_key_material...
2017-06-29  Matt CaswellUpdate SSL_export_keying_material() for TLSv1.3
2017-06-12  Bernd EdlingerFix a memleak in tls13_generate_secret.
2017-05-08  Matt CaswellRemove support for OPENSSL_SSL_TRACE_CRYPTO
2017-05-03  Matt CaswellUpdate the HKDF labels for draft-20
2017-04-19  Todd ShortFix minor compiler issues.
2017-03-29  FdaSilvaYYMore typo fixes
2017-03-19  Joseph Birr-PixtonTLS1.3: Correct intermediate secret derivation
2017-03-16  Matt CaswellUpdate end of early data processing for draft-19
2017-03-16  Matt CaswellUpdate secret generation for draft-19
2017-03-03  Matt CaswellSilence some more clang warnings
2017-03-02  Matt CaswellVarious fixes required to allow SSL_write/SSL_read...
2017-03-02  Matt CaswellFix seg fault when sending early_data using CCM ciphers...
2017-03-02  Matt CaswellFix changing of the cipher state when dealing with...
2017-03-02  Matt CaswellImplement the early data changes required in tls13_chan...
2017-03-02  Matt CaswellProvide functions to write early data
2017-02-17  Matt CaswellFix a shadowed global variable warning
2017-02-17  Matt CaswellActually update the keys when a KeyUpdate message is...
2017-02-08  Dr. Stephen HensonAdd CCM mode support for TLS 1.3
2017-02-02  Cory BenfieldAdd support for logging out TLSv1.3 secrets
2017-01-30  Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-10  Matt CaswellVerify that the sig algs extension has been sent for...
2017-01-10  Matt CaswellFix client application traffic secret
2017-01-10  Matt CaswellUse the correct size for TLSv1.3 finished keys
2016-11-29  Matt CaswellFix a travis compilation error
2016-11-29  Matt CaswellUse the TLSv1.3 nonce construction
2016-11-24  Matt CaswellFix a bogus uninit var warning
2016-11-23  Matt CaswellFix a double ;; causing a travis failure
2016-11-23  Matt CaswellFix some style issues with TLSv1.3 state machine PR
2016-11-23  Matt CaswellFix some style issues identified during review
2016-11-23  Matt CaswellCreate the Finished message payload
2016-11-23  Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23  Matt CaswellImplement tls13_change_cipher_state()
2016-11-09  Matt CaswellEnsure the key and iv labels are declared as static
2016-11-09  Matt CaswellAdd support for TLS1.3 secret generation