openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetClientVerifySupport()

int32_t HITLS_SetClientVerifySupport ( HITLS_Ctx ctx,
bool  support 
)

Set whether to verify the client certificate.

参数
ctx[OUT] TLS connection handle
support[IN] Indicates whether to verify the client certificate, the options are as follows: true: yes; false: no.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.