]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record/recordmethod.h
Use the configured max_send_fragment value in the write record layer
[thirdparty/openssl.git] / ssl / record / recordmethod.h
2022-10-12  Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-05  Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-09-23  Matt CaswellRe-enable the multiblock code and move it into the...
2022-09-23  Matt CaswellMake sure we call get_max_records() in the record layer...
2022-09-23  Matt CaswellMove logic for figuring out the record version out...
2022-09-23  Matt CaswellCreate the write record layer method and object and...
2022-09-23  Matt CaswellMove initial TLS write record layer code into new structure
2022-08-18  Matt CaswellFormatting cleanups
2022-08-18  Matt CaswellStandardise type for epoch
2022-08-18  Matt CaswellEnsure various record layer options can be updated
2022-08-18  Matt CaswellImplement a human readable state function for the recor...
2022-08-18  Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18  Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18  Matt CaswellRemove some remaining SSL object references from DTLS...
2022-08-18  Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18  Matt CaswellRemove some final references to the SSL object in the...
2022-08-18  Matt CaswellMove early data counting out of the SSL object and...
2022-08-18  Matt CaswellAdd support for moving data from one epoch to the next
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 CaswellImplement KTLS in the new read record layer code
2022-08-18  Matt CaswellEnsure various SSL options are passed down to the recor...
2022-08-18  Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
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-08-18  Matt CaswellMake settings and options parameters const in recordmet...
2022-08-18  Matt CaswellFix compilation issues in the imported recordmethod.h
2022-08-18  Matt CaswellAdd the recordmethod header from the draft design