A simple wrapper around the X509_STORE_CTX type, used during verification of a peer certificate. More...
#include <verify_context.hpp>
Public Types | |
typedef X509_STORE_CTX * | native_handle_type |
The native handle type of the verification context. More... | |
Public Member Functions | |
verify_context (native_handle_type handle) | |
Constructor. More... | |
native_handle_type | native_handle () |
Get the underlying implementation in the native type. More... | |
A simple wrapper around the X509_STORE_CTX type, used during verification of a peer certificate.
typedef X509_STORE_CTX* boost::asio::ssl::verify_context::native_handle_type |
The native handle type of the verification context.
|
inlineexplicit |
Constructor.
|
inline |
Get the underlying implementation in the native type.
This function may be used to obtain the underlying implementation of the context. This is intended to allow access to context functionality that is not otherwise provided.