mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
7 lines
304 B
Plaintext
7 lines
304 B
Plaintext
|
Bugfix
|
||
|
* Fix mbedtls_pk_sign(), mbedtls_pk_verify(), mbedtls_pk_decrypt() or
|
||
|
mbedtls_pk_encrypt() on non-opaque RSA keys to honor the padding mode in
|
||
|
the RSA context. Before they always used PKCS#1 v1.5 even when the RSA
|
||
|
context was configured for PKCS#1 v2.1 (PSS/OAEP). Fixes #8824.
|
||
|
|