| Gilles Peskine | ae5eb64 | 2024-02-16 00:41:14 +0100 | [diff] [blame] | 1 | New deprecations |
| 2 | * In the PSA API, domain parameters are no longer used for anything. | ||||
| 3 | They are deprecated and will be removed in a future version of the | ||||
| 4 | library. | ||||
| 5 | |||||
| 6 | Removals | ||||
| 7 | * In the PSA API, the experimental way to encode the public exponent of | ||||
| 8 | an RSA key as a domain parameter is no longer supported. Use | ||||
| 9 | psa_generate_key_ext() instead. | ||||