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. |
||
---|---|---|
.. | ||
lws-genaes.c | ||
lws-gencrypto.c | ||
lws-genec.c | ||
lws-genhash.c | ||
lws-genrsa.c | ||
openssl-client.c | ||
openssl-server.c | ||
openssl-session.c | ||
openssl-ssl.c | ||
openssl-tls.c | ||
openssl-x509.c | ||
private-lib-tls-openssl.h |