openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_GetNoClientCertSupport()

int32_t HITLS_CFG_GetNoClientCertSupport ( HITLS_Config config,
uint8_t *  isSupport 
)

Query whether support there is no client certificate. This parameter takes effect only when the client certificate is verified.

参数
config[IN] Config handle
isSupport[OUT] Indicates whether to support the function of not having a client certificate.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.