openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetPostHandshakeAuthSupport()

int32_t HITLS_SetPostHandshakeAuthSupport ( HITLS_Ctx ctx,
bool  support 
)

Set whether to support post-handshake AUTH.

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