1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/include
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
..
libwebsockets From df9761a261 Mon Sep 17 00:00:00 2001 2022-08-23 12:58:40 +01:00
libwebsockets.h mbedtls: v3.1 reverts privacy of mbedtls_net_context fd 2022-05-17 15:09:20 +01:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00