]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove some miscellaneous references to SSL_CONNECTION
authorMatt Caswell <matt@openssl.org>
Wed, 31 Aug 2022 15:45:55 +0000 (16:45 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Sep 2022 13:54:49 +0000 (14:54 +0100)
commit5361a5a9664046aefcd1a72858826bcb4c93ad9f
tree404d349bee2bb679443457fd8d053b8ef3c87f0b
parenteb7d6c2a9b3b9d1582e3e1b65c9d431cf3209207
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)
ssl/record/methods/tls_common.c