]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove some use of SSL object from record layer
authorMatt Caswell <matt@openssl.org>
Thu, 19 May 2022 15:58:45 +0000 (16:58 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commit9cd9e0978b237ebb6cc4110532d95903b1c6bf5c
treeff18ea9e67e88e27a2bd846b4227799b71d1fbc9
parentac837d4d2eb542a9119bd8ed0ade7242887c531b
Remove some use of SSL object from record layer

Remove SSL_IS_TLS13() and hello_retry_request

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
ssl/record/methods/tls_common.c
ssl/statem/extensions_clnt.c
ssl/statem/statem_clnt.c