1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls
Audric Schiltknecht 5736786391 openssl: Properly report OpenSSL error in lws_tls_client_connect
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.
2023-10-21 07:00:01 +01:00
..
mbedtls mbedtls-server: Fix broken client verification 2023-09-28 11:06:05 +01:00
openssl openssl: Properly report OpenSSL error in lws_tls_client_connect 2023-10-21 07:00:01 +01:00
CMakeLists.txt lib/tls/CMakeLists.txt: fix build without threads 2022-06-14 07:37:03 +01:00
lws-gencrypto-common.c Wextra 2021-07-04 10:29:54 +01:00
lws-genec-common.c genec: show correct nid when not allowed 2022-02-01 09:13:58 +00:00
private-jit-trust.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
private-lib-tls.h openssl: remove lws_ssl_get_error_string as cruft 2021-10-29 20:10:55 +01:00
private-network.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-client.c jit-trust: adapt for esp-idf pre v3 mbedtls 2022-03-15 10:28:09 +00:00
tls-jit-trust.c tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-network.c logging: gate_accepts: reduce verbosity 2021-12-13 19:02:56 +00:00
tls-server.c acme: update for v2 2022-04-11 06:39:55 +01:00
tls-sessions.c tls-sessions: remove no stash warning 2021-06-24 06:31:39 +01:00
tls.c base64: improve sanity checking 2022-03-25 08:18:30 +00:00