aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Move increment of dtls epoch to change cipher state functionFrederik Wedel-Heinen2024-01-181-0/+3
* Remove some redundant codeMatt Caswell2023-12-121-38/+0
* Accept longer context for TLS 1.2 exportersDaiki Ueno2023-10-261-0/+9
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Extend the new_record_layer functionMatt Caswell2023-01-241-2/+2
* Fix dtls_get_max_record_overhead()Matt Caswell2022-11-071-1/+14
* Remove some TODO(RECLAYER) comments now that DTLS has been movedMatt Caswell2022-10-201-135/+8
* Remove enc_write_stateMatt Caswell2022-10-121-3/+0
* Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell2022-10-121-58/+3
* Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell2022-10-051-1/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-11/+6
* Move need_empty_fragments inside the record layerMatt Caswell2022-09-231-17/+0
* Move write buffer management into the write record layerMatt Caswell2022-09-231-5/+1
* Create the write record layer method and object and use itMatt Caswell2022-09-231-5/+16
* Remove some redundant codeMatt Caswell2022-08-181-4/+5
* Remove some TODO(RECLAYER) commentsMatt Caswell2022-08-181-1/+1
* Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell2022-08-181-48/+11
* Remove some final references to the SSL object in the record layerMatt Caswell2022-08-181-3/+3
* Make the record layer directly aware of EtMMatt Caswell2022-08-181-14/+14
* Fix some no-comp compilation failuresMatt Caswell2022-08-181-3/+1
* Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell2022-08-181-1/+1
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-181-37/+40
* Ensure various SSL options are passed down to the record layerMatt Caswell2022-08-181-13/+8
* Move the TLS1.0/1.1/1.2 record crypto code into the new record layerMatt Caswell2022-08-181-108/+115
* Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell2022-08-181-0/+21
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-23/+30
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-7/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin2022-04-061-63/+3
* ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi2022-01-171-1/+1
* tls: remove TODOsPauli2021-06-021-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-15/+17
* Allow TLS13_AD_MISSING_EXTENSION for older versionsBenjamin Kaduk2021-05-251-0/+2
* Only enable KTLS if it is explicitly configuredMatt Caswell2021-04-121-5/+1
* ssl: fix format specifier for size_t argument to BIO_printfPauli2021-03-131-1/+1
* ssl: support params arguments to init functionsPauli2021-03-121-1/+2
* tls: adjust for extra argument to KDF derive callPauli2021-02-281-2/+1
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-2/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-1/+2
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-41/+19
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-4/+4
* TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin2020-10-021-9/+15
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-8/+5
* Add helper functions for FreeBSD KTLS.John Baldwin2020-08-311-55/+7
* Add a ktls_crypto_info_t typedef.John Baldwin2020-08-311-4/+2
* Ensure libssl creates libctx aware MAC keysMatt Caswell2020-08-291-3/+15
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-3/+3
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-4/+4