openssl/ssl/record
Matt Caswell 4a0e4849af Rationalise RECORD_LAYER_clear() and clear_record_layer()
We had two functions which were very similarly named, that did almost the
same thing, but not quite. We bring the two together. Doing this also fixes
a possible bug where some data may not be correctly freed when the
RECORD_LAYER_clear() version was used.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23256)
2024-01-31 10:10:55 +00:00
..
methods Add appropriate NULL checks in EVP_CIPHER api 2024-01-25 08:27:53 -05:00
build.info Move declarations out of record.h and record_local.h 2022-11-14 07:51:17 +00:00
rec_layer_d1.c Move increment of dtls epoch to change cipher state function 2024-01-18 12:48:46 +01:00
rec_layer_s3.c Rationalise RECORD_LAYER_clear() and clear_record_layer() 2024-01-31 10:10:55 +00:00
record_local.h Move increment of dtls epoch to change cipher state function 2024-01-18 12:48:46 +01:00
record.h Rationalise RECORD_LAYER_clear() and clear_record_layer() 2024-01-31 10:10:55 +00:00