blob: d860cc448d6cd4a52177ec47d3ee6c2b2168941b [file] [log] [blame]
Gilles Peskineae5eb642024-02-16 00:41:14 +01001New 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
6Removals
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.