mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() In case of an SSL_ERROR_SSL in lws_tls_client_connect, the lws_ssl_get_error call was calling lws_tls_err_describe_clear which cleared the OpenSSL error from the stack. Thus, the tls.err_helper attribute was set to the default value from ERR_error_string_n, masking the actual OpenSSL error message from client code. |
||
---|---|---|
.. | ||
mbedtls | ||
openssl | ||
CMakeLists.txt | ||
lws-gencrypto-common.c | ||
lws-genec-common.c | ||
private-jit-trust.h | ||
private-lib-tls.h | ||
private-network.h | ||
tls-client.c | ||
tls-jit-trust.c | ||
tls-network.c | ||
tls-server.c | ||
tls-sessions.c | ||
tls.c |