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.

Parameters
config[IN] Config handle
isSupport[OUT] Indicates whether to support the function of not having a client certificate.
Return values
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.