openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetSessionTicketSupport()

int32_t HITLS_GetSessionTicketSupport ( const HITLS_Ctx ctx,
uint8_t *  isSupport 
)

Check whether the session ticket is supported.

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