Constant openssl::ssl::SSL_VERIFY_NONE []

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

Disables verification of the peer's certificate.

On the server side, this will cause OpenSSL to not request a certificate from the client. On the client side, the certificate will be checked for validity, but the negotiation will continue regardless of the result of that check.