Add Changelog entries for this branch

This commit is contained in:
Manuel Pégourié-Gonnard 2015-10-30 09:35:03 +01:00
parent 7a4d9a5b92
commit 018063477b

View File

@ -2,7 +2,15 @@ PolarSSL ChangeLog
= Version 1.2.18 released 2015-10-xx
Security
* The X509 max_pathlen constraint was not enforced on intermediate
certificates. Found by Nicholas Wilson, fix and tests provided by
Janos Follath. #280 and #319
Bugfix
* Self-signed certificates were not excluded from pathlen counting,
resulting in some valid X.509 being incorrectly rejected. Found and fix
provided by Janos Follath. #319
* Fix failures in MPI on Sparc(64) due to use of bad assembly code.
Found by Kurt Danielson. #292