Verifies a certificate against a hostname according to the rules described in RFC 2818. More...
#include <rfc2818_verification.hpp>
Public Types | |
typedef bool | result_type |
The type of the function object's result. More... | |
Public Member Functions | |
rfc2818_verification (const std::string &host) | |
Constructor. More... | |
BOOST_ASIO_DECL bool | operator() (bool preverified, verify_context &ctx) const |
Perform certificate verification. More... | |
Verifies a certificate against a hostname according to the rules described in RFC 2818.
typedef bool boost::asio::ssl::rfc2818_verification::result_type |
The type of the function object's result.
|
inlineexplicit |
Constructor.
BOOST_ASIO_DECL bool boost::asio::ssl::rfc2818_verification::operator() | ( | bool | preverified, |
verify_context & | ctx | ||
) | const |
Perform certificate verification.