Obtain the current is whether in the renegotiation state.
- 注意
- For the server, the server does not enter the renegotiation state by sending only the hello request message, The server enters the renegotiation state only after receiving the client hello message.
- 参数
-
ctx | [IN] TLS Connection Handle. |
isRenegotiationState | [OUT] Indicates whether the renegotiation is in the renegotiation state. true: in the renegotiation state; false: not in the renegotiation state. |
- 返回值
-
HITLS_SUCCESS,if | successful. |
For | details about other error codes, see hitls_error.h. |