Realistic 3D camera system
3D camera system components
|
#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... | |
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.
Definition at line 64 of file rfc2818_verification.hpp.
typedef bool asio::ssl::rfc2818_verification::result_type |
The type of the function object's result.
Definition at line 68 of file rfc2818_verification.hpp.
|
inlineexplicit |
Constructor.
Definition at line 71 of file rfc2818_verification.hpp.
bool asio::ssl::rfc2818_verification::operator() | ( | bool | preverified, |
verify_context & | ctx | ||
) | const |
Perform certificate verification.
Definition at line 35 of file rfc2818_verification.ipp.