mbedtls/tests/src
Gilles Peskine 4c32b69f37 Ignore domain parameters in RSA key generation
Remove the ability to select a custom public exponent via domain parameters
in RSA key generation. The only way to select a custom public exponent is
now to pass custom production parameters to psa_generate_key_ext().

A subsequent commit will remove domain parameters altogether from the API,
thus this commit does not bother to update the documentation.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-02-26 08:50:38 +01:00
..
drivers Ignore domain parameters in RSA key generation 2024-02-26 08:50:38 +01:00
test_helpers Merge pull request #8574 from ronald-cron-arm/ssl-tickets 2024-02-21 09:38:46 +00:00
asn1_helpers.c update headers 2023-11-02 19:47:20 +00:00
bignum_helpers.c Move bignum flag for negative zero into test_info 2024-01-09 18:01:58 +00:00
certs.c update headers 2023-11-02 19:47:20 +00:00
fake_external_rng_for_test.c update headers 2023-11-02 19:47:20 +00:00
helpers.c Fix deadlock with test failures 2024-02-13 13:57:31 +00:00
psa_crypto_helpers.c test_suite_psa_crypto_slot_management: modify check on open key slots 2023-12-04 11:04:42 +01:00
psa_exercise_key.c New test helper: mbedtls_test_key_consistency_psa_pk 2024-02-15 17:21:17 +01:00
random.c update headers 2023-11-02 19:47:20 +00:00
test_certs.h update headers 2023-11-02 19:47:20 +00:00
threading_helpers.c Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe 2024-02-09 14:33:58 +00:00