CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/07/02 10:31:04
Modified files: lib/libssl : s3_lib.c ssl_ciphers.c ssl_lib.c ssl_locl.h ssl_seclevel.c ssl_sigalgs.c ssl_tlsext.c Log message: 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