Public Member Functions | |
ats_file_bio (const char *path, const char *mode) | |
~ats_file_bio () | |
operator bool () const | |
Data Fields | |
BIO * | bio |
Definition at line 123 of file SSLUtils.cc.
ats_file_bio::ats_file_bio | ( | const char * | path, | |
const char * | mode | |||
) | [inline] |
Definition at line 125 of file SSLUtils.cc.
ats_file_bio::~ats_file_bio | ( | ) | [inline] |
Definition at line 129 of file SSLUtils.cc.
References bio.
ats_file_bio::operator bool | ( | ) | const [inline] |
Definition at line 134 of file SSLUtils.cc.
References bio.
BIO* ats_file_bio::bio |
Definition at line 138 of file SSLUtils.cc.
Referenced by operator bool(), SSL_CTX_add_extra_chain_cert_file(), ssl_index_certificate(), and ~ats_file_bio().