TLS 1.3 on WolfSSL would not work by default. Fix
debugmenot opened this issue · 2 comments
debugmenot commented
Hi. context.ipp should be fixed to allow
case context::tlsv13
when defined(ASIO_USE_WOLFSSL)
by default wolfssl with openssl compatibility layer defines OPENSSL_VERSION_NUMBER < 0x10101000L for compatibility with other packages such as Apache HTTPD
debugmenot commented
dgarske commented
Hi @debugmenot , I've opened a wolfSSL bug report here wolfSSL/wolfssl#7810. I believe we made a recent openssl version compatibility change.