openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetCipherServerPreference()

int32_t HITLS_GetCipherServerPreference ( const HITLS_Ctx ctx,
bool *  isSupport 
)

Obtains whether the current cipher suite supports preferential selection from the list of algorithms supported by the server.

参数
ctx[IN] TLS connection handle.
isSupport[OUT] Support or Not.
返回值
HITLS_NULL_INPUT,theinput parameter pointer is NULL.
HITLS_SUCCESS,ifsuccessful.