]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record/methods/dtls_meth.c
Copyright year updates
[thirdparty/openssl.git] / ssl / record / methods / dtls_meth.c
2024-04-09  Richard LevitteCopyright year updates
2024-02-16  Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-02-09  Frederik Wedel-HeinenRemove unused function arguments from tls_int_new_recor...
2023-10-04  Frederik Wedel-HeinenPass the dtls record version to the record layer msg_ca...
2023-10-03  Frederik Wedel-HeinenCall post_process_record for dtls records
2023-10-03  Frederik Wedel-HeinenOccupy the rec_version field of a decoded dtls record
2023-09-07  Matt CaswellCopyright year updates
2023-08-25  Tomas MrazAlways use uint8_t for TLS record type
2023-03-31  Matt CaswellHandle app data records from the next epoch
2023-01-24  Matt CaswellExtend the new_record_layer function
2023-01-24  Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24  Matt CaswellRemove an unneeded OSSL_RECORD_METHOD function
2022-11-14  Matt CaswellFix memory leak when freeing the DTLS record layer
2022-11-14  Matt CaswellRename SSL3_RECORD to TLS_RL_RECORD
2022-11-14  Matt CaswellRename SSL3_BUFFER to TLS_BUFFER
2022-11-07  Matt CaswellFix dtls_get_max_record_overhead()
2022-10-27  Matt CaswellRemove some unused OSSL_RECORD_METHOD functions
2022-10-27  Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-20  Matt CaswellRemove some redundant code
2022-10-20  Matt CaswellRemove dtls_write_records
2022-10-20  Matt CaswellMove sequence increment to post encryption processing
2022-10-20  Matt CaswellConsolidate sequence counter incrementing code
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