Commits

Andy Green authored aa6b3f418ef
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.