openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_SetCipherServerPreference()

int32_t HITLS_CFG_SetCipherServerPreference ( HITLS_Config config,
bool  isSupport 
)

cipher suites are preferentially selected from the list of algorithms supported by the server.

参数
config[IN] TLS link configuration.
isSupport[IN] Support or not.
返回值
HITLS_NULL_INPUT,theinput parameter pointer is null.
HITLS_SUCCESS,ifsuccessful.