summaryrefslogtreecommitdiff
path: root/ssl/tls13_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of tls13_hkdf_expand parametersDaniel Bevenius2021-09-031-3/+3
* tls/prov: move the TLS 1.3 KDF code to providersPauli2021-08-051-82/+34
* Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-231-4/+2
* tls: remove TODOsPauli2021-06-021-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-13/+13
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-19/+7
* Only enable KTLS if it is explicitly configuredMatt Caswell2021-04-121-2/+3
* tls: adjust for extra argument to KDF derive callPauli2021-02-281-4/+2
* tls: updates for the new additional MAC_init argumentsPauli2021-02-281-13/+7
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-3/+4
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-47/+22
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-3/+3
* Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin2020-08-311-4/+0
* Add helper functions for FreeBSD KTLS.John Baldwin2020-08-311-3/+3
* Add a ktls_crypto_info_t typedef.John Baldwin2020-08-311-1/+1
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-11/+11
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-3/+3
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-3/+3
* kdf: make function naming consistent.Pauli2020-06-111-11/+11
* TLSv13: add kTLS supportVadim Fedorenko2020-06-081-14/+71
* Fix crash in early data send with out-of-band PSK using AES CCMraja-ashok2020-05-151-2/+9
* coverity 1462570 Resource leakPauli2020-04-301-0/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use a fetched cipher for the TLSv1.3 early secretMatt Caswell2020-03-261-1/+16
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-24/+47
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-2/+2
* Update tls13_enc.cdcruette2020-01-021-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Convert SSL functions to use KDF names not SN_ stringsPauli2019-09-111-2/+2
* Fix TLS/SSL PRF usages.Pauli2019-09-061-14/+38
* Add missing EBCDIC stringsopensslonzos-github2019-08-141-5/+48
* Coverity fixesShane Lontis2019-06-061-0/+1
* Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.David Makepeace2019-05-271-26/+24
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-8/+8
* Don't get the mac type in TLSv1.3Matt Caswell2019-01-151-3/+1
* Fix a minor nit in the hkdflabel sizeBernd Edlinger2018-12-301-1/+1
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Fix some SSL_export_keying_material() issuesMatt Caswell2018-12-051-24/+49
* Revert "Reduce stack usage in tls13_hkdf_expand"Matt Caswell2018-12-051-12/+4
* Reduce stack usage in tls13_hkdf_expandBernd Edlinger2018-09-241-4/+12
* key zeroization fix for a branch path of tls13_final_finish_macShane Lontis2018-09-051-0/+1
* Ensure that we write out alerts correctly after early_dataMatt Caswell2018-08-081-4/+7
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-311-1/+2
* Fix TLSv1.3 ticket noncesMatt Caswell2018-06-071-2/+1
* EVP_MD_size() can return an errorMatt Caswell2018-05-311-2/+19
* Use the client app traffic secret for PHA Finished messageMatt Caswell2018-05-231-2/+13
* Add support for logging early exporter secretPeter Wu2018-04-181-0/+6
* Add support for logging TLS 1.3 exporter secretPeter Wu2018-04-181-0/+6
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-1/+0