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