CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tls::CA Class Reference

#include <ca.h>

Public Member Functions

 CA (const std::string &ca, bool partial_ok_=false)
 
 CA (const std::vector< std::string > &ca_strings, bool partial_ok_=false)
 
 CA (const std::vector< ccf::crypto::Pem > &ca_pems, bool partial_ok_=false)
 
 ~CA ()=default
 
void use (SSL_CTX *ssl_ctx)
 

Constructor & Destructor Documentation

◆ CA() [1/3]

tls::CA::CA ( const std::string &  ca,
bool  partial_ok_ = false 
)
inline

◆ CA() [2/3]

tls::CA::CA ( const std::vector< std::string > &  ca_strings,
bool  partial_ok_ = false 
)
inline

◆ CA() [3/3]

tls::CA::CA ( const std::vector< ccf::crypto::Pem > &  ca_pems,
bool  partial_ok_ = false 
)
inline

◆ ~CA()

tls::CA::~CA ( )
default

Member Function Documentation

◆ use()

void tls::CA::use ( SSL_CTX *  ssl_ctx)
inline

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