openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_SetRenegotiationSupport()

int32_t HITLS_CFG_SetRenegotiationSupport ( HITLS_Config config,
bool  support 
)

Set whether to support renegotiation.

参数
config[OUT] Config handle
support[IN] Whether to support the function. The options are as follows: True: yes; False: no.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.