mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-03 07:10:18 +01:00
6 lines
287 B
Plaintext
6 lines
287 B
Plaintext
API changes
|
|
* mbedtls_rsa_init() now always selects the PKCS#1v1.5 encoding for an RSA
|
|
key. To use an RSA key with PSS or OAEP, call mbedtls_rsa_set_padding()
|
|
after initializing the context. mbedtls_rsa_set_padding() now returns an
|
|
error if its parameters are invalid.
|