openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_GetVerifyNoneSupport()

int32_t HITLS_CFG_GetVerifyNoneSupport ( HITLS_Config config,
uint8_t *  isSupport 
)

Query whether not perform dual-ended verification is supported.

Parameters
config[IN] Config handle
isSupport[OUT] Indicates whether not perform dual-ended verification is supported
Return values
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.