commit | 274a12e17c7e0f173e997450a4e8125b11e8be85 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Feb 20 21:32:08 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 14 08:41:00 2014 +0100 |
tree | fe1ac14f8dfed3d1aabcb890730457bbd0319fa7 | |
parent | 780d671f9d88f71d64c5830ab11ecf6562de8757 [diff] [blame] |
Fix bug with ssl_cache and max_entries=0
diff --git a/ChangeLog b/ChangeLog index a2505aa..5d48ef8 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -33,6 +33,8 @@ * Programs rsa_sign_pss and rsa_verify_pss were not using PSS since 1.3.0 * Bignum's MIPS-32 assembly was used on MIPS-64, causing chaos. (Found by Alex Wilson.) + * Fixed bug in ssl_cache: when max_entries = 0 and TIMING_C is enabled, + entries would still be created. = PolarSSL 1.3.4 released on 2014-01-27 Features