4 references to SSL_ERROR_ZERO_RETURN
System.Net.Security (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
869
case Ssl.SslErrorCode.
SSL_ERROR_ZERO_RETURN
:
973
case Ssl.SslErrorCode.
SSL_ERROR_ZERO_RETURN
:
System\Net\Security\SslStreamPal.Unix.cs (1)
123
Interop.Ssl.SslErrorCode.
SSL_ERROR_ZERO_RETURN
=> new SecurityStatusPal(SecurityStatusPalErrorCode.ContextExpired),
System\Net\Security\TlsSession.OpenSsl.cs (1)
309
Interop.Ssl.SslErrorCode.
SSL_ERROR_ZERO_RETURN
=> TlsOperationStatus.Closed,