mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
![]() 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. |
||
---|---|---|
.. | ||
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 |