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.

Parameters
config[OUT] Config handle
support[IN] Whether to support the session ticket. The options are as follows: true: yes; false: no.
Return values
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.