mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[].
This commit is contained in:
parent
de05390c85
commit
e40c469ad3
3 changed files with 42 additions and 50 deletions
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue