openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetVersionForbid()

int32_t HITLS_SetVersionForbid ( HITLS_Ctx ctx,
uint32_t  noVersion 
)

Set the version number to be disabled.

参数
ctx[OUT] TLS connection handle
noversion[IN] Disabled version number.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.