Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2017. The current version is 1.90.0.
A simple wrapper around the X509_STORE_CTX type, used during verification of a peer certificate.
class verify_context : noncopyable
|
Name |
Description |
|---|---|
|
The native handle type of the verification context. |
|
Name |
Description |
|---|---|
|
Get the underlying implementation in the native type. |
|
|
Constructor. |
The ssl::verify_context
does not own the underlying X509_STORE_CTX object.
Header: boost/asio/ssl/verify_context.hpp
Convenience header: boost/asio/ssl.hpp