mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
No description
![]() This adds a LWS_CALLBACK_OPENSSL_LOAD_EXTRA_SERVER_VERIFY_CERTS callback which offers a chance for the server context to be loaded with additional certtificates allowing it to verify incoming client certs. The callback always comes to protocol[0]. It also introduces the context option LWS_SERVER_OPTION_REQUIRE_VALID_OPENSSL_CLIENT_CERT which will enforce client cert checking on any ssl connection. Signed-off-by: Andy Green <andy@warmcat.com> |
||
---|---|---|
lib | ||
scripts | ||
test-server | ||
aclocal.m4 | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
libwebsockets-api-doc.html | ||
libwebsockets.spec | ||
ltmain.sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
README-test-server |