Remove create_empty_fragment from do_dtls1_write()
[openssl.git] / ssl / record / record_local.h
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellClear away some unused fields and cruft in the record...
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-07-06 Matt CaswellRemove SSL dependencies from tls_pad.c
2020-07-06 Matt CaswellMove MAC removal responsibility to the various protocol...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-16 John BaldwinUse a flag in SSL3_BUFFER to track when an application...
2019-09-28 Dr. Matthias St... Reorganize local header files