Sets the verification parameters for an SSL context
the SSL context to be set
the verification flags to use. For a client, this must be SSL_VERIFY_NONE or SSL_VERIFY_PEER.
the verification callback to use when mode is set to SSL_VERIFY_PEER, or null to use the default callback
See Implementation
Sets the verification parameters for an SSL context