mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
Potential memory leak in mpi_exp_mod() when error occurs during
calculation of RR.
This commit is contained in:
parent
dd75c3183b
commit
75a2860f26
2 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ Security
|
|||
Bugfix
|
||||
* The length of various ClientKeyExchange messages was not properly checked.
|
||||
* Some example server programs were not sending the close_notify alert.
|
||||
* Potential memory leak in mpi_exp_mod() when error occurs during
|
||||
calculation of RR.
|
||||
|
||||
= PolarSSL 1.3.5 released on 2014-03-26
|
||||
Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue