#include <ca.h>
|
| 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) |
|
◆ 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()
◆ use()
void tls::CA::use |
( |
SSL_CTX * |
ssl_ctx | ) |
|
|
inline |
The documentation for this class was generated from the following file: