3 references to SSL_ERROR_WANT_X509_LOOKUP
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
691if (errorCode == Ssl.SslErrorCode.SSL_ERROR_WANT_X509_LOOKUP) 817case Ssl.SslErrorCode.SSL_ERROR_WANT_X509_LOOKUP:
System\Net\Security\SslStreamPal.Unix.cs (1)
110Interop.Ssl.SslErrorCode.SSL_ERROR_WANT_X509_LOOKUP => new SecurityStatusPal(SecurityStatusPalErrorCode.CredentialsNeeded),