libfilezilla
|
Opaque class to load the system trust store asynchronously. More...
#include <tls_system_trust_store.hpp>
Public Member Functions | |
tls_system_trust_store (thread_pool &pool) | |
Friends | |
class | tls_layer_impl |
Opaque class to load the system trust store asynchronously.
Loading system trust store can take a significant amount of time if there are large CRLs.
Use it as shared resource that is loaded asynchronously. This class is thread-safe and can be passed concurrently to multiple instances of fz::tls_layer.