1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls
Andy Green aa6b3f418e mbedtls: allow central trust store preload
Mbedtls does not have the same concept as openssl about preloading the
system trust store into every SSL_CTX.

This patch allows you to simulate the behaviour by passing in a context
creation-time filepath that all client SSL_CTX will be initialized from.
2021-04-15 19:10:54 +01:00
..
mbedtls mbedtls: allow central trust store preload 2021-04-15 19:10:54 +01:00
openssl smp: openssl: disallow trying to clean up mutexes twice 2021-04-08 13:02:57 +01:00
CMakeLists.txt mbedtls: allow central trust store preload 2021-04-15 19:10:54 +01:00
lws-gencrypto-common.c jws: lws_gencrypto_jws_alg_to_definition needs sentinel 2020-03-21 14:43:53 +00:00
lws-genec-common.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
private-lib-tls.h tls-sessions: serialization 2021-04-04 05:45:53 +01:00
private-network.h mbedtls: session cache and resume 2021-04-04 05:44:08 +01:00
tls-client.c lws_conmon: connection monitoring and stats generation 2021-03-17 07:31:49 +00:00
tls-network.c lws_metrics 2021-03-08 21:47:28 +00:00
tls-server.c lws_metrics 2021-03-08 21:47:28 +00:00
tls-sessions.c tls-sessions: serialization 2021-04-04 05:45:53 +01:00
tls.c type comparisons: fixes 2021-01-05 10:56:38 +00:00