2 references to net_ssl_handshake_failed_error
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
782handshakeException = new SslException(SR.Format(SR.net_ssl_handshake_failed_error, errorCode), innerError);
System\Net\Security\TlsSession.OpenSsl.cs (1)
232result = MapSslError(err, ret, SR.net_ssl_handshake_failed_error);