openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetClientVerifySupport()

int32_t HITLS_GetClientVerifySupport ( HITLS_Ctx ctx,
uint8_t *  isSupport 
)

Check whether the client certificate can be verified.

参数
ctx[IN] TLS connection Handle.
isSupport[OUT] Indicates whether to verify the client certificate.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,ctxis null.