mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
ae5eb64705
Only leave deprecated, minimal non-linkable functions. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
New deprecations
|
|
* In the PSA API, domain parameters are no longer used for anything.
|
|
They are deprecated and will be removed in a future version of the
|
|
library.
|
|
|
|
Removals
|
|
* In the PSA API, the experimental way to encode the public exponent of
|
|
an RSA key as a domain parameter is no longer supported. Use
|
|
psa_generate_key_ext() instead.
|