Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
authortb <tb@openbsd.org>
Sat, 2 Jul 2022 16:31:04 +0000 (16:31 +0000)
committertb <tb@openbsd.org>
Sat, 2 Jul 2022 16:31:04 +0000 (16:31 +0000)
commit1fd41f507b903098abcfc49a0b954d9e6cd43fb7
treed304722dd6f9c0da9d4617e00ece904e7a341584
parent089b7d5cfabb70f37f769e06499985cb6c0280d3
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c

The API is ugly and we can easily abstract it away. The SSL_SECOP_* stuff
is now confined into ssl_seclevel.c and the rest of the library can make
use of the more straightforward wrappers, which makes it a lot easier on
the eyes.

ok beck jsing
lib/libssl/s3_lib.c
lib/libssl/ssl_ciphers.c
lib/libssl/ssl_lib.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_seclevel.c
lib/libssl/ssl_sigalgs.c
lib/libssl/ssl_tlsext.c