mbedtls/scripts/mbedtls_dev
Minos Galanakis 450abfd922 test_suite_ecp: Added MBEDTLS_ECP_NIST_OPTIM define guards.
This patch updates `ecp_mod_p_generic_raw` and corresponding
curve test methods, that depend on the NIST optimisation
parameter to not run when it is not included.

The following curves are affected:
* SECP192R1
* SECP224R1
* SECP256R1
* SECP384R1
* SECP521R1

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
2023-06-16 13:48:47 +01:00
..
__init__.py Documentation typo 2022-09-29 18:48:41 +02:00
asymmetric_key_data.py Add key material for twisted Edwards curves 2021-03-29 15:08:10 +02:00
bignum_common.py bignum_common.py: Addressed minor typos 2023-05-11 10:54:44 +01:00
bignum_core.py bignum_core.py: Simplified result calculation for BignumCoreShiftL 2023-05-16 15:28:19 +01:00
bignum_data.py mbedtls_mpi_mod_raw_inv_prime() tests should be arch_split 2022-12-15 16:56:36 +00:00
bignum_mod.py bignum: Removed merge scaffolding. 2023-04-05 16:13:11 +01:00
bignum_mod_raw.py bignum: Removed merge scaffolding. 2023-04-05 16:13:11 +01:00
build_tree.py Unify check_repo_path 2022-09-18 21:17:09 +02:00
c_build_helper.py Add docstring for new compile function. 2023-01-30 09:50:59 +00:00
crypto_knowledge.py Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 2023-01-27 10:05:00 +01:00
ecp.py test_suite_ecp: Added MBEDTLS_ECP_NIST_OPTIM define guards. 2023-06-16 13:48:47 +01:00
macro_collector.py Fix invalid argument enumeration when there are >=3 arguments 2022-04-15 11:10:14 +02:00
psa_storage.py Use relative imports when importing other modules in the same directory 2022-09-17 10:38:58 +02:00
test_case.py Replace the output file atomically 2022-10-04 15:10:00 +02:00
test_data_generation.py Make pylint happy 2022-11-21 08:56:14 +00:00
typing_util.py Do not require typing_extensions at runtime 2021-02-17 14:58:29 +01:00