Fix bug with ssl_cache and max_entries=0

This commit is contained in:
Manuel Pégourié-Gonnard
2014-02-20 21:32:08 +01:00
parent 780d671f9d
commit 274a12e17c
3 changed files with 13 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ Bugfix
* 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