summaryrefslogtreecommitdiffstats
path: root/ssl/record/methods/tlsany_meth.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-02libssl: Make some global mutable structures constantHugo Landau
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell
2022-11-14Move declarations out of record.h and record_local.hMatt Caswell
2022-10-20Remove dtls_write_recordsMatt Caswell
2022-10-20Move sequence increment to post encryption processingMatt Caswell
2022-10-20Convert dtls_write_records to use standard record layer functionsMatt Caswell
2022-10-20Start using WPACKET in the dtls write records codeMatt Caswell
2022-10-20Use common tls_write_records() even for DTLSMatt Caswell
2022-10-20Use record layer buffers for DTLS rather than the buffers in s->rlayerMatt 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-05Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell
2022-09-23Restructure the write codeMatt Caswell
2022-08-29Tolerate a bad record version in TLSv1.3 plaintext recordsMatt 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-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-18Remove unneccesary KTLS code from non-KTLS specific filesMatt Caswell
2022-08-18Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell
2022-08-18Move protocol version specific code into separate filesMatt Caswell