]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record/methods/dtls_meth.c
Ensure the record layer is responsible for calculating record overheads
[thirdparty/openssl.git] / ssl / record / methods / dtls_meth.c
2022-10-20  Matt CaswellEnsure the record layer is responsible for calculating...
2022-10-20  Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-20  Matt CaswellStart using WPACKET in the dtls write records code
2022-10-20  Matt CaswellUse common tls_write_records() even for DTLS
2022-10-20  Matt CaswellConvert dtls_write_records() to return the correct...
2022-10-20  Matt CaswellUse record layer buffers for DTLS rather than the buffe...
2022-10-20  Matt CaswellMove dlts_write_records() function in the record layer
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-10-05  Matt CaswellConvert the TLSv1.0/1.1/1.2 crypto code to use the...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
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-23  Tomas MrazDo not use RLAYERfatal on NULL RLAYER
2022-08-18  Matt CaswellCheck record layer callbacks are non-null
2022-08-18  Matt CaswellFormatting cleanups
2022-08-18  Matt CaswellRename some functions to be more consistent
2022-08-18  Matt CaswellRename DTLS1_BITMAP to DTLS_BITMAP
2022-08-18  Matt CaswellStandardise type for epoch
2022-08-18  Matt CaswellRemove the SSL3_RECORD read field
2022-08-18  Matt CaswellClean up some SCTP releated issues
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 CaswellStandardise some DTLS record layer naming
2022-08-18  Matt CaswellRemove some remaining SSL object references from DTLS...
2022-08-18  Matt CaswellPush unprocessed DTLS records from one record layer...
2022-08-18  Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18  Matt CaswellMove some DTLS read code into the read record layer