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
..
hash.c update headers 2023-11-02 19:47:20 +00:00
platform_builtin_keys.c update headers 2023-11-02 19:47:20 +00:00
test_driver_aead.c update headers 2023-11-02 19:47:20 +00:00
test_driver_asymmetric_encryption.c test_driver_asymmetric_encryption: implement opaque [en/de]cryption functions 2024-01-15 16:30:07 +01:00
test_driver_cipher.c test_driver_cipher: add forced return status for encrypt and set_iv 2023-12-04 11:04:42 +01:00
test_driver_key_agreement.c update headers 2023-11-02 19:47:20 +00:00
test_driver_key_management.c Ignore domain parameters in RSA key generation 2024-02-26 08:50:38 +01:00
test_driver_mac.c update headers 2023-11-02 19:47:20 +00:00
test_driver_pake.c update headers 2023-11-02 19:47:20 +00:00
test_driver_signature.c update headers 2023-11-02 19:47:20 +00:00