Topic: How to enable or disable SSL and TLS versions allowed for WOLFSSL_CTX
Hello,
I am working with wolfSSL 5.3.0 stable release without the OpenSSL compatibility layer enabled (no OPENSSL_EXTRA and OPENSSL_ALL).
It appears that the following functions are not available without the OpenSSL compatibility layer:
* int wolfSSL_CTX_set_min_proto_version(WOLFSSL_CTX* ctx, int version)
* int wolfSSL_CTX_set_max_proto_version(WOLFSSL_CTX* ctx, int version)
I am wondering if there are any alternatives to these APIs without the OpenSSL compatibility later? I am looking for a way to enable or disable SSL/TLS versions on WOLFSSL_CTX context.
Thanks,
Denis