summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-18Move increment of dtls epoch to change cipher state functionFrederik Wedel-Heinen
2023-12-12Remove some redundant codeMatt Caswell
2023-10-26Accept longer context for TLS 1.2 exportersDaiki Ueno
2023-09-07Copyright year updatesMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2022-11-07Fix dtls_get_max_record_overhead()Matt Caswell
2022-10-20Remove some TODO(RECLAYER) comments now that DTLS has been movedMatt 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-05Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-23Move need_empty_fragments inside 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-08-18Remove some redundant codeMatt Caswell
2022-08-18Remove some TODO(RECLAYER) commentsMatt Caswell
2022-08-18Remove reliance on the SSL object from the DTLS read record layer codeMatt 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-18Fix some no-comp compilation failuresMatt 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-18Move the TLS1.0/1.1/1.2 record crypto code into the new record layerMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-06KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin
2022-01-17ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-25Allow TLS13_AD_MISSING_EXTENSION for older versionsBenjamin Kaduk
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell
2021-03-13ssl: fix format specifier for size_t argument to BIO_printfPauli
2021-03-12ssl: support params arguments to init functionsPauli
2021-02-28tls: adjust for extra argument to KDF derive callPauli
2021-02-05Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell
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-10-02TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-31Add helper functions for FreeBSD KTLS.John Baldwin
2020-08-31Add a ktls_crypto_info_t typedef.John Baldwin
2020-08-29Ensure libssl creates libctx aware MAC keysMatt Caswell
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell