openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetNoClientCertSupport()

int32_t HITLS_GetNoClientCertSupport ( HITLS_Ctx ctx,
uint8_t *  isSupport 
)

Check whether no client certificate is supported, This command is valid only when client certificate verification is enabled.

参数
ctx[IN] TLS Connection Handle.
isSupport[OUT] Whether no client certificate is supported.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,ctxis null.