An openssl X509 RAII class. More...
Public Member Functions | |
Certificate (X509 *) | |
~Certificate () | |
std::string | str () const |
An openssl X509 RAII class.
Definition at line 85 of file gssl_openssl.cpp.
|
explicit |
Definition at line 622 of file gssl_openssl.cpp.
GSsl::Certificate::~Certificate | ( | ) |
Definition at line 627 of file gssl_openssl.cpp.
std::string GSsl::Certificate::str | ( | ) | const |
Definition at line 633 of file gssl_openssl.cpp.
References G::Str::printable(), and G::Str::replaceAll().
Referenced by GSsl::ProtocolImp::peerCertificate().