1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls
Damian Hobson-Garcia 58af7b4409 From df9761a261 Mon Sep 17 00:00:00 2001
Subject: [PATCH] remove LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY
 callback

When a certificate for a TLS connection is provided, but a private
key is not, the SSL_CTX initialization exits early, before the
CONTEXT_REQUIRES_PRIVATE_KEY callback can be issued.
Remove the now obsolete callback and update the vhost
field description to state that the LOAD_EXTRA_SERVER_VERIFY_CERTS
callback should be used instead.
2022-08-23 12:58:40 +01:00
..
mbedtls mbedtls: some versions need x509 overallocation 2022-05-17 15:37:16 +01:00
openssl From df9761a261 Mon Sep 17 00:00:00 2001 2022-08-23 12:58:40 +01:00
CMakeLists.txt lib/tls/CMakeLists.txt: fix build without threads 2022-06-14 07:50:24 +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 14:04:33 +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-11-02 07:23:28 +00: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-02-09 20:12:31 +00:00
tls-jit-trust.c tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-network.c logs: migrate more to log context 2021-10-15 14:15:06 +01:00
tls-server.c acme: update for v2 2022-05-17 15:37:16 +01:00
tls-sessions.c tls-sessions: remove no stash warning 2021-06-24 06:31:39 +01:00
tls.c coverity fixes 2022-01-16 13:32:09 +00:00