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)
691
if (errorCode == Ssl.SslErrorCode.
SSL_ERROR_WANT_X509_LOOKUP
)
817
case Ssl.SslErrorCode.
SSL_ERROR_WANT_X509_LOOKUP
:
System\Net\Security\SslStreamPal.Unix.cs (1)
110
Interop.Ssl.SslErrorCode.
SSL_ERROR_WANT_X509_LOOKUP
=> new SecurityStatusPal(SecurityStatusPalErrorCode.CredentialsNeeded),