mbedtls_everest_read_params() function
This function parses and processes a TLS ServerKeyExchange payload. This is the first function used by a TLS client for ECDHE ciphersuites. \see ecp.h
Arguments
buf
The pointer to the start of the input buffer.
end
The address for one Byte past the end of the buffer.
Return value
\c 0 on success. An \c MBEDTLS_ERR_ECP_XXX error code on failure.