libfilezilla
Public Member Functions | Friends | List of all members
tls_system_trust_store Class Referencefinal

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
 

Detailed Description

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.

Examples
https.cpp, and raw_https.cpp.

The documentation for this class was generated from the following file: