openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetClientOnceVerifySupport()

int32_t HITLS_GetClientOnceVerifySupport ( HITLS_Ctx ctx,
uint8_t *  isSupport 
)

Query whether the client certificate can be requested only once.

参数
ctx[IN] TLS Connection Handle.
isSupport[OUT] Indicates whether the client certificate can be requested only once.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,ctxis null.