Update TLS presets when adding a curve
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
6e1387abed
commit
601d34396c
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ extern "C" {
|
||||||
* MBEDTLS_ECP_yyy_ENABLED above.
|
* MBEDTLS_ECP_yyy_ENABLED above.
|
||||||
* - Add the necessary definitions to ecp_curves.c.
|
* - Add the necessary definitions to ecp_curves.c.
|
||||||
* - Add the curve to the ecp_supported_curves array in ecp.c.
|
* - Add the curve to the ecp_supported_curves array in ecp.c.
|
||||||
* - Add the curve to applicable profiles in x509_crt.c if applicable.
|
* - Add the curve to applicable profiles in x509_crt.c.
|
||||||
|
* - Add the curve to applicable presets in ssl_tls.c.
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue