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.

Parameters
ctx[OUT] TLS connection handle
support[IN] true: yes; false: no.
Return values
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.