openssl/ssl/record/methods
Matt Caswell 5361a5a966 Remove some miscellaneous references to SSL_CONNECTION
There were a small number of references to the SSL_CONNECTION that can
be removed easily and replaced with record layer equivalents.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19198)
2022-09-23 14:54:49 +01:00
..
build.info Move some DTLS read code into the read record layer 2022-08-18 16:38:13 +01:00
dtls_meth.c Create the write record layer method and object and use it 2022-09-23 14:43:24 +01:00
ktls_meth.c Move the record block_padding capability fully into the record layer 2022-09-23 14:54:49 +01:00
recmethod_local.h Move the record block_padding capability fully into the record layer 2022-09-23 14:54:49 +01:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c rl->enc_ctx must be non-NULL and cipher must be set 2022-08-23 12:27:23 +02:00
tls1_meth.c Formatting cleanups 2022-08-18 16:38:14 +01:00
tls13_meth.c Formatting cleanups 2022-08-18 16:38:14 +01:00
tls_common.c Remove some miscellaneous references to SSL_CONNECTION 2022-09-23 14:54:49 +01:00
tlsany_meth.c Tolerate a bad record version in TLSv1.3 plaintext records 2022-08-29 12:21:27 +02:00