openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_VerifyClientPostHandshake()

int32_t HITLS_VerifyClientPostHandshake ( HITLS_Ctx ctx)

This interface is valid only on the server. When the post-handshake command is configured, the client identity is verified through this interface.

参数
ctx[IN] TLS Connection Handle
返回值
HITLS_INVALID_INPUT,invalidinput parameter.
HITLS_SUCCESS,ifsuccessful.
Fordetails about other error codes, see hitls_error.h.