1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/tls/mbedtls/wrapper/library
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
..
ssl_cert.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_lib.c mbedtls: allow central trust store preload 2021-04-15 19:10:54 +01:00
ssl_methods.c rtos diet: make basic auth support a config option on by default 2020-03-04 11:00:04 +00:00
ssl_pkey.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
ssl_stack.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_x509.c mbedtls: change cert load semantics to append 2021-01-13 20:05:59 +00:00