Merge pull request #7997 from yanesca/fix_new_bignum_tests

Fix new bignum tests
This commit is contained in:
Gilles Peskine
2023-08-01 12:09:39 +00:00
committed by GitHub
4 changed files with 20 additions and 11 deletions

View File

@@ -3997,4 +3997,13 @@
*/
//#define MBEDTLS_P256M_EXAMPLE_DRIVER_ENABLED
/**
* Uncomment to enable using new bignum code in the ECC modules.
*
* \warning This is currently experimental, incomplete and therefore should not
* be used in production.
*/
//#define MBEDTLS_ECP_WITH_MPI_UINT
/** \} name SECTION: Module configuration options */