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