Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / ssl / record / record_local.h
2024-04-09 Richard LevitteCopyright year updates
2024-01-18 Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2022-11-14 Matt CaswellMove declarations out of record.h and record_local.h
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-20 Matt CaswellConsolidate sequence counter incrementing code
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