openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_SetExtenedMasterSecretSupport()

int32_t HITLS_CFG_SetExtenedMasterSecretSupport ( HITLS_Config config,
bool  support 
)

Sets whether to forcibly support extended master keys.

参数
config[OUT] Config handle
support[IN] Indicates whether to forcibly support extended master keys. The options are as follows: True: yes; False: no. The default value is true.
返回值
HITLS_SUCCESS.
HITLS_NULL_INPUT,configis NULL