]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove use of SSL_CONNECTION_TREAT_AS_TLS13() from the record layer
authorMatt Caswell <matt@openssl.org>
Tue, 30 Aug 2022 16:15:25 +0000 (17:15 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Sep 2022 13:54:49 +0000 (14:54 +0100)
commitf2892e21619a2c59e957f7f9121f24713bcad3e9
tree7acb1358c930bcf3fdec40868f88453ee0b27bc1
parentb9e4e78342df6575b358def3d951227e9c6cebda
Remove use of SSL_CONNECTION_TREAT_AS_TLS13() from the record layer

In all cases we should be able to replace this with a simple check
against rl->version.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19198)
ssl/record/methods/tls_common.c