1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls/mbedtls
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
..
wrapper tls: JIT Trust 2021-06-22 15:55:29 +01:00
CMakeLists.txt windows: for data exports use explicit extern 2020-06-07 07:53:36 +01:00
lws-genaes.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-gencrypto.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-genec.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-genhash.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-genrsa.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
mbedtls-client.c tls: JIT Trust 2021-06-22 15:55:29 +01:00
mbedtls-extensions.c mbedtls: add AKID and SKID support 2021-06-22 15:55:29 +01:00
mbedtls-server.c mbedtls: server: enforce client cert check when vhost requires 2021-05-23 14:58:07 +01:00
mbedtls-session.c tls: client: session cache synthetic cb 2021-04-29 20:03:41 +01:00
mbedtls-ssl.c mbedtls: add AKID and SKID support 2021-06-22 15:55:29 +01:00
mbedtls-tls.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
mbedtls-x509.c mbedtls: add AKID and SKID support 2021-06-22 15:55:29 +01:00
private-lib-tls-mbedtls.h mbedtls: add AKID and SKID support 2021-06-22 15:55:29 +01:00