mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-01 05:01:58 +03:00
fix changelog
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Fix mbedtls_pk_sign(), mbedtls_pk_verify(), mbedtls_pk_decrypt() or
|
* Fix mbedtls_pk_sign(), mbedtls_pk_verify(), mbedtls_pk_decrypt() and
|
||||||
mbedtls_pk_encrypt() on non-opaque RSA keys to honor the padding mode in
|
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
|
the RSA context. Before, if MBEDTLS_USE_PSA_CRYPTO was enabled, they always
|
||||||
context was configured for PKCS#1 v2.1 (PSS/OAEP). Fixes #8824.
|
used PKCS#1 v1.5 even when the RSA context was configured for PKCS#1 v2.1
|
||||||
|
(PSS/OAEP). Fixes #8824.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user