openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_SetSessionTicketSupport()

int32_t HITLS_CFG_SetSessionTicketSupport ( HITLS_Config config,
bool  support 
)

Set whether to support the session ticket function.

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