3 references to IsSslRenegotiatePending
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
741
if (context.IsServer && token.Size == 0 && errorCode == Ssl.SslErrorCode.SSL_ERROR_NONE && Ssl.
IsSslRenegotiatePending
(context))
812
errorCode = Ssl.
IsSslRenegotiatePending
(context)
System\Net\Security\SslStreamPal.Unix.cs (1)
212
if (token.Size == 0 && Interop.Ssl.
IsSslRenegotiatePending
((SafeSslHandle)context))