openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetNegotiateGroup()

int32_t HITLS_GetNegotiateGroup ( const HITLS_Ctx ctx,
uint16_t *  group 
)

Obtain the negotiated group information.

参数
ctx[IN] TLS Connection Handle.
group[OUT] Negotiated group information.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,ctxis null.