openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_GetExtenedMasterSecretSupport()

int32_t HITLS_CFG_GetExtenedMasterSecretSupport ( HITLS_Config config,
uint8_t *  isSupport 
)

Query whether extended master keys are supported.

参数
config[IN] Config handle
isSupport[OUT] Indicates whether to support the extended master key.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.