1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls/mbedtls/wrapper/include/internal
Andy Green 2f9bb7a30a tls: JIT Trust
Add support for dynamically determining the CAs needed to validate server
certificates.  This allows you to avoid instantiating > 120 X.509 trusted
CA certs and have them take up heap the whole time.

Works for both openssl and mbedtls.

See READMEs/README.jit-trust.md for the documentation

You likely want the next patch for http redirect enhancements as well.
2021-06-22 15:55:29 +01:00
..
ssl3.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_cert.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_code.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_dbg.h private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
ssl_lib.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_methods.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_pkey.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_stack.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_types.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
ssl_x509.h tls: lws_system per-connection client certs 2019-12-09 14:48:54 +00:00
tls1.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
x509_vfy.h mbedtls: wrapper: avoid redefine forward-typedef of X509_STORE_CTX 2019-07-29 00:37:06 +01:00