openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_GetClientOnceVerifySupport()

int32_t HITLS_CFG_GetClientOnceVerifySupport ( HITLS_Config config,
uint8_t *  isSupport 
)

Query whether request client certificate only once is supported

参数
config[IN] Config handle
isSupport[OUT] Indicates whether the client certificate can be requested only once.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.