mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[].
This commit is contained in:
committed by
Manuel Pégourié-Gonnard
parent
de05390c85
commit
e40c469ad3
@ -255,6 +255,13 @@ const ecp_curve_info *ecp_curve_info_from_tls_id( uint16_t tls_id );
|
||||
*/
|
||||
const ecp_curve_info *ecp_curve_info_from_name( const char *name );
|
||||
|
||||
/**
|
||||
* \brief Get the default ECDH curve list
|
||||
*
|
||||
* \return The default ECDH curve list
|
||||
*/
|
||||
ecp_group_id *ecp_get_default_echd_curve_list( void );
|
||||
|
||||
/**
|
||||
* \brief Initialize a point (as zero)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user