fast_tls icon indicating copy to clipboard operation
fast_tls copied to clipboard

Export functions for setting supported protocol versions

Open dos1 opened this issue 6 years ago • 0 comments

Since OpenSSL 1.1.0, the proper way to configure supported protocol versions is via setter functions - use of SSL_CTX_set_options to disable particular protocols is now discouraged. The new API is also necessary for applications that for some reason need to override protocols being disabled in global OpenSSL configuration.

https://www.openssl.org/docs/man1.1.0/man3/SSL_CTX_set_min_proto_version.html

dos1 avatar Jun 30 '19 13:06 dos1