openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetVerifyNoneSupport()

int32_t HITLS_SetVerifyNoneSupport ( HITLS_Ctx ctx,
bool  support 
)

Set whether to support do not proceed dual-ended verification.

参数
ctx[OUT] TLS connection handle
support[IN] true: yes; false: no.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.