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)
869case Ssl.SslErrorCode.SSL_ERROR_ZERO_RETURN: 973case Ssl.SslErrorCode.SSL_ERROR_ZERO_RETURN:
System\Net\Security\SslStreamPal.Unix.cs (1)
123Interop.Ssl.SslErrorCode.SSL_ERROR_ZERO_RETURN => new SecurityStatusPal(SecurityStatusPalErrorCode.ContextExpired),
System\Net\Security\TlsSession.OpenSsl.cs (1)
309Interop.Ssl.SslErrorCode.SSL_ERROR_ZERO_RETURN => TlsOperationStatus.Closed,