openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetPostHandshakeAuthSupport()

int32_t HITLS_GetPostHandshakeAuthSupport ( HITLS_Ctx ctx,
uint8_t *  isSupport 
)

Query whether post-handshake AUTH is supported

参数
ctx[IN] TLS connection Handle.
isSupport[OUT] indicates whether to support post-handshake AUTH.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,ctxis null.