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)
768if (errorCode == Ssl.SslErrorCode.SSL_ERROR_SSL && context.CertificateValidationException is Exception ex) 1385case Ssl.SslErrorCode.SSL_ERROR_SSL:
System\Net\Security\SslStreamPal.Unix.cs (1)
276else if (code == Interop.Ssl.SslErrorCode.SSL_ERROR_SSL)