boost::corosio::tls_verify_mode
Peer certificate verification mode.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
enum class tls_verify_mode : int;
Description
Controls how the TLS implementation verifies the peer's certificate during the handshake.
Members
Name |
Description |
|
Do not request or verify the peer certificate. |
|
Request and verify the peer certificate if presented. |
|
Require and verify the peer certificate (fail if not presented). |
See Also
tls_context::set_verify_mode
Created with MrDocs