openssl/ssl/record
Matt Caswell efc84eacb7 Ensure the rrl object is set to NULL after it is freed
Once we free the rrl object we should NULL it to prevent a dangling ref
to it. Otherwise we could get a double free.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
2022-08-18 16:38:14 +01:00
..
methods Rename some functions to be more consistent 2022-08-18 16:38:14 +01:00
build.info Move some DTLS read code into the read record layer 2022-08-18 16:38:13 +01:00
dtls1_bitmap.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
rec_layer_d1.c Clean up some SCTP releated issues 2022-08-18 16:38:14 +01:00
rec_layer_s3.c Ensure the rrl object is set to NULL after it is freed 2022-08-18 16:38:14 +01:00
record_local.h Remove some redundant code 2022-08-18 16:38:14 +01:00
record.h Rename DTLS1_BITMAP to DTLS_BITMAP 2022-08-18 16:38:14 +01:00
recordmethod.h Standardise type for epoch 2022-08-18 16:38:14 +01:00
ssl3_buffer.c Remove some unnecessary function pointers from OSSL_RECORD_METHOD 2022-08-18 16:38:13 +01:00
ssl3_record_tls13.c Remove some redundant code 2022-08-18 16:38:14 +01:00
ssl3_record.c Remove some redundant code 2022-08-18 16:38:14 +01:00
tls_pad.c Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACE 2022-05-09 16:40:21 +02:00