summaryrefslogtreecommitdiffstats
path: root/ssl/tls13_enc.c
AgeCommit message (Expand)Author
8 daysAdd support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan
2024-04-02Alter the variable nameJiasheng Jiang
2024-04-02ssl/tls13_enc.c: Replace size_t with int and add the checksJiasheng Jiang
2023-09-07Copyright year updatesMatt Caswell
2023-07-28Removes unused parameter 'sending' from derive_secret_key_and_iv()Frederik Wedel-Heinen
2023-01-24Add an initial QUIC-TLS implementationMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2022-11-14Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell
2022-10-12Remove enc_write_stateMatt Caswell
2022-10-12Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-27ssl_log_secret call in tls13_key_updatevisbjn
2022-09-23Move the record block_padding capability fully into the record layerMatt Caswell
2022-09-23Move write buffer management into the write record layerMatt Caswell
2022-09-23Create the write record layer method and object and use itMatt Caswell
2022-09-09Cleanup EBCDIC string defintionsTodd Short
2022-09-06Coverity 1513478: negative returnPauli
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-08-18Remove some redundant codeMatt Caswell
2022-08-18Remove some TODO(RECLAYER) commentsMatt Caswell
2022-08-18Remove some final references to the SSL object in the record layerMatt Caswell
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Ensure various SSL options are passed down to the record layerMatt Caswell
2022-08-18Convert TLSv1.3 code to use the new read side record layerMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-07-13Check for EVP_MD being NULL inside ssl.slontis
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-06KTLS: Enable KTLS for receiving as well in TLS 1.3Daiki Ueno
2022-04-06KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin
2021-10-28fix some code with obvious wrong coding stylex2018
2021-09-03Fix indentation of tls13_hkdf_expand parametersDaniel Bevenius
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell
2021-02-28tls: adjust for extra argument to KDF derive callPauli
2021-02-28tls: updates for the new additional MAC_init argumentsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-08-31Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin
2020-08-31Add helper functions for FreeBSD KTLS.John Baldwin
2020-08-31Add a ktls_crypto_info_t typedef.John Baldwin
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell