Open debugmenot opened 3 months ago
Hi. context.ipp should be fixed to allow case context::tlsv13
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
ref: https://github.com/wolfSSL/wolfssl/blob/master/wolfssl/openssl/opensslv.h @dgarske
Hi @debugmenot , I've opened a wolfSSL bug report here https://github.com/wolfSSL/wolfssl/issues/7810. I believe we made a recent openssl version compatibility change.
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