makejian
makejian
After mbedtls version 3.0, support for TLS 1.0 and 1.1 has been removed. For details, please see https://github.com/Mbed-TLS/mbedtls/issues/4286. If use a new version of mbedtls, connection errors may occur due...
SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) is the declaration of openssl. We hope that the OpenSSL interface in mbedtls-wrapper can also align with the OpenSSL real declaration.
https://docs.openssl.org/1.0.2/man3/SSL_do_handshake/#return-values standard return code of ssl_handshake list following: 0: The TLS/SSL handshake was not successful but was shut down controlled and by the specifications of the TLS/SSL protocol. Call SSL_get_error()...
Additional commit https://github.com/warmcat/libwebsockets/pull/3432