openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_IsHandShaking()

int32_t HITLS_IsHandShaking ( const HITLS_Ctx ctx,
uint8_t *  isHandShaking 
)

Check whether a handshake is being performed.

参数
ctx[IN] TLS connection handle
isHandShaking[OUT] Indicates whether the handshake is in progress.
返回值
HITLS_SUCCESS,Obtainingthe status succeeded. For other error codes, see hitls_error.h.