openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetClientOnceVerifySupport()

int32_t HITLS_SetClientOnceVerifySupport ( HITLS_Ctx ctx,
bool  support 
)

Set whether the client certificate can be requested only once.

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