mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Remove potential timing leak in ecdsa_sign()
This commit is contained in:
parent
6b0d268bc9
commit
dd75c3183b
3 changed files with 32 additions and 7 deletions
|
|
@ -2,6 +2,10 @@ PolarSSL ChangeLog (Sorted per branch, date)
|
|||
|
||||
= PolarSSL 1.3 branch
|
||||
|
||||
Security
|
||||
* Avoid potential timing leak in ecdsa_sign() by blinding modular division.
|
||||
(Found by Watson Ladd.)
|
||||
|
||||
Bugfix
|
||||
* The length of various ClientKeyExchange messages was not properly checked.
|
||||
* Some example server programs were not sending the close_notify alert.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue