Realistic 3D camera system
3D camera system components
|
#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.
Definition at line 37 of file verify_context.hpp.
typedef X509_STORE_CTX* asio::ssl::verify_context::native_handle_type |
The native handle type of the verification context.
Definition at line 42 of file verify_context.hpp.
|
inlineexplicit |
Constructor.
Definition at line 45 of file verify_context.hpp.
|
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.
Definition at line 56 of file verify_context.hpp.