]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/tls13_enc.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / ssl / tls13_enc.c
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-27  visbjnssl_log_secret call in tls13_key_update
2022-09-23  Matt CaswellMove the record block_padding capability fully into...
2022-09-23  Matt CaswellMove write buffer management into the write record...
2022-09-23  Matt CaswellCreate the write record layer method and object and...
2022-09-09  Todd ShortCleanup EBCDIC string defintions
2022-09-06  PauliCoverity 1513478: negative return
2022-09-02  Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-08-18  Matt CaswellRemove some redundant code
2022-08-18  Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18  Matt CaswellRemove some final references to the SSL object in the...
2022-08-18  Matt CaswellMake the record layer directly aware of EtM
2022-08-18  Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18  Matt CaswellImplement KTLS in the new read record layer code
2022-08-18  Matt CaswellEnsure various SSL options are passed down to the recor...
2022-08-18  Matt CaswellConvert TLSv1.3 code to use the new read side record...
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-13  slontisCheck for EVP_MD being NULL inside ssl.
2022-05-24  Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-03  Matt CaswellUpdate copyright year
2022-04-06  Daiki UenoKTLS: Enable KTLS for receiving as well in TLS 1.3
2022-04-06  John BaldwinKTLS: Check for unprocessed receive records in ktls_con...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-09-02  Daniel BeveniusFix indentation of tls13_hkdf_expand parameters
2021-08-05  Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-06-23  Richard LevitteAdapt other parts of the source to the changed EVP_Q_di...
2021-06-02  Paulitls: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-08  Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-04-12  Matt CaswellOnly enable KTLS if it is explicitly configured
2021-02-28  Paulitls: adjust for extra argument to KDF derive call
2021-02-28  Paulitls: updates for the new additional MAC_init arguments
2021-01-28  Richard LevitteUpdate copyright year
2021-01-12  Richard LevitteClean away extraneous library specific FETCH_FAILED...
2020-11-11  Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-08-31  John BaldwinSupport for KTLS TX on FreeBSD for TLS 1.3.
2020-08-31  John BaldwinAdd helper functions for FreeBSD KTLS.
2020-08-31  John BaldwinAdd a ktls_crypto_info_t typedef.
2020-07-16  Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-06-11  PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11  Paulikdf: make function naming consistent.
2020-06-08  Vadim FedorenkoTLSv13: add kTLS support
2020-05-15  raja-ashokFix crash in early data send with out-of-band PSK using...
2020-04-30  Paulicoverity 1462570 Resource leak
2020-04-23  Matt CaswellUpdate copyright year
2020-03-26  Matt CaswellUse a fetched cipher for the TLSv1.3 early secret
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-02-06  PauliParams: change UTF8 construct calls to avoid explicit...
2020-01-02  dcruetteUpdate tls13_enc.c
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-11  PauliConvert SSL functions to use KDF names not SN_ strings
2019-09-06  PauliFix TLS/SSL PRF usages.
2019-08-14  opensslonzos-githubAdd missing EBCDIC strings
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
next