mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 08:46:34 +08:00
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> |
||
|---|---|---|
| .. | ||
| hash.c | ||
| platform_builtin_keys.c | ||
| test_driver_aead.c | ||
| test_driver_asymmetric_encryption.c | ||
| test_driver_cipher.c | ||
| test_driver_key_agreement.c | ||
| test_driver_key_management.c | ||
| test_driver_mac.c | ||
| test_driver_pake.c | ||
| test_driver_signature.c | ||