1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls/openssl
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
..
lws-genaes.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
lws-gencrypto.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws-genec.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
lws-genhash.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
lws-genrsa.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
openssl-client.c tls: libressl: refactor set_options to work with macro implementations 2022-02-09 20:12:31 +00:00
openssl-server.c From df9761a261 Mon Sep 17 00:00:00 2001 2022-08-23 12:58:40 +01:00
openssl-session.c logs: openssl session: improve detection of INFO enabled 2022-01-27 14:31:10 +00:00
openssl-ssl.c tls: evolve handshake serialization into simultaneous_ssl_handshake_restriction 2021-10-05 07:40:17 +01:00
openssl-tls.c openssl: remove lws_ssl_get_error_string as cruft 2021-11-02 07:23:28 +00:00
openssl-x509.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
private-lib-tls-openssl.h mbedtls: session cache and resume 2021-04-04 05:44:08 +01:00