openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetRenegotiationSupport()

int32_t HITLS_SetRenegotiationSupport ( HITLS_Ctx ctx,
bool  isSupport 
)

Sets whether to support renegotiation.

参数
ctx[IN/OUT] TLS connection handle.
isSupport[IN] Support or Not, true: yes; false: no.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,theinput parameter pointer is NULL.