]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record/methods/tls1_meth.c
Remove some final references to the SSL object in the record layer
[thirdparty/openssl.git] / ssl / record / methods / tls1_meth.c
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 CaswellMake the record layer directly aware of EtM
2022-08-18  Matt CaswellRemove SSL_USE_EXPLICT_IV() from the record layer methods
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