3 references to SSL_ERROR_SSL
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
768
if (errorCode == Ssl.SslErrorCode.
SSL_ERROR_SSL
&& context.CertificateValidationException is Exception ex)
1385
case Ssl.SslErrorCode.
SSL_ERROR_SSL
:
System\Net\Security\SslStreamPal.Unix.cs (1)
276
else if (code == Interop.Ssl.SslErrorCode.
SSL_ERROR_SSL
)