mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Removed timing differences due to bad padding from RSA decrypt for
PKCS#1 v1.5 operations
This commit is contained in:
parent
a43231c5a5
commit
8804f69d46
2 changed files with 35 additions and 11 deletions
|
|
@ -17,6 +17,9 @@ Changes
|
|||
Security
|
||||
* Removed further timing differences during SSL message decryption in
|
||||
ssl_decrypt_buf()
|
||||
* Removed timing differences due to bad padding from
|
||||
rsa_rsaes_pkcs1_v15_decrypt() and rsa_pkcs1_decrypt() for PKCS#1 v1.5
|
||||
operations
|
||||
|
||||
= Version 1.2.5 released 2013-02-02
|
||||
Changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue