mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
add changelog
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
80bc5d6aad
commit
56457b9eac
6
ChangeLog.d/8824.txt
Normal file
6
ChangeLog.d/8824.txt
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user