summaryrefslogtreecommitdiffstats
path: root/ssl/record/methods/ktls_meth.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-09Remove unused function arguments from tls_int_new_record_layerFrederik Wedel-Heinen
2023-09-07Copyright year updatesMatt Caswell
2023-09-01Removed unnecessary brace in ktls_configure_cryptoAbhirup Manna
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Add support for setting a custom TLS Record LayerMatt Caswell
2023-01-24Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-11-16KTLS: enable the CCM mode of ktlsTianjia Zhang
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell
2022-11-14Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell
2022-10-27Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell
2022-10-27Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Ensure the record layer is responsible for calculating record overheadsMatt Caswell
2022-10-12Introduce a step to prepare the BIO before writingMatt Caswell
2022-10-12Add a post encryption processing stepMatt Caswell
2022-10-12Add a prepare for encryption stepMatt Caswell
2022-10-12Move record padding out of tls_common.cMatt Caswell
2022-10-12Defer record header preparation to the protocol methodsMatt Caswell
2022-10-12Abstract out the record type processingMatt Caswell
2022-10-12Defer write buffer and WPACKET allocation/initialisation to protocol codeMatt Caswell
2022-10-12Use the configured max_send_fragment value in the write record layerMatt Caswell
2022-10-12Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell
2022-10-05Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell
2022-09-23Restructure the write codeMatt Caswell
2022-09-23Move the record block_padding capability fully into the record layerMatt Caswell
2022-09-23Replace references to s->wbio with rl->bioMatt Caswell
2022-09-23Create the write record layer method and object and use itMatt Caswell
2022-09-23Move initial TLS write record layer code into new structureMatt Caswell
2022-08-18Formatting cleanupsMatt Caswell
2022-08-18Standardise type for epochMatt Caswell
2022-08-18Ensure various record layer options can be updatedMatt Caswell
2022-08-18Implement a human readable state function for the record layerMatt Caswell
2022-08-18Remove some TODO(RECLAYER) commentsMatt Caswell
2022-08-18Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell
2022-08-18Remove some remaining SSL object references from DTLS record layerMatt Caswell
2022-08-18Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell
2022-08-18Move some DTLS read code into the read record layerMatt Caswell
2022-08-18Remove some final references to the SSL object in the record layerMatt Caswell
2022-08-18Move early data counting out of the SSL object and into the record layerMatt Caswell
2022-08-18Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell
2022-08-18Remove use of SSL object for fragment length checking in record layerMatt Caswell
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Add support for moving data from one epoch to the nextMatt Caswell
2022-08-18Remove unneccesary KTLS code from non-KTLS specific filesMatt Caswell
2022-08-18Move ktls.c into the record layerMatt 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