openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetSessionTicketSupport()

int32_t HITLS_SetSessionTicketSupport ( HITLS_Ctx ctx,
bool  isSupport 
)

Sets whether to support session tickets.

参数
ctx[IN/OUT] TLS connection handle.
support[IN] whether to support session tickets, true: yes; false: no
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,theinput parameter pointer is NULL.