Constant openssl::ssl::SSL_VERIFY_PEER []

pub const SSL_VERIFY_PEER: SslVerifyMode = SslVerifyMode{bits: ::ffi::SSL_VERIFY_PEER,}

Verifies that the peer's certificate is trusted.

On the server side, this will cause OpenSSL to request a certificate from the client.