]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record/methods/tls13_meth.c
Rename SSL3_RECORD to TLS_RL_RECORD
[thirdparty/openssl.git] / ssl / record / methods / tls13_meth.c
2022-11-14  Matt CaswellRename SSL3_RECORD to TLS_RL_RECORD
2022-11-07  Matt CaswellFix dtls_get_max_record_overhead()
2022-10-20  Matt CaswellConsolidate sequence counter incrementing code
2022-10-12  Matt CaswellIntroduce a step to prepare the BIO before writing
2022-10-12  Matt CaswellAdd a post encryption processing step
2022-10-12  Matt CaswellAdd a prepare for encryption step
2022-10-12  Matt CaswellMove record padding out of tls_common.c
2022-10-12  Matt CaswellDefer record header preparation to the protocol methods
2022-10-12  Matt CaswellAbstract out the record type processing
2022-10-12  Matt CaswellDefer write buffer and WPACKET allocation/initialisatio...
2022-10-12  Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-05  Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-09-23  Matt CaswellRestructure the write code
2022-08-18  Matt CaswellFormatting cleanups
2022-08-18  Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18  Matt CaswellMove some DTLS read code into the read record layer
2022-08-18  Matt CaswellRemove some final references to the SSL object in the...
2022-08-18  Matt CaswellRemove the separation betweeen enc_read_ctx and enc_wri...
2022-08-18  Matt CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18  Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18  Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18  Matt CaswellMove protocol version specific code into separate files