Update Changelog for AES-NI

This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-26 17:21:07 +02:00
parent b1fd397be6
commit 63a5bfe903

View file

@ -9,6 +9,7 @@ Changes
* POLARSSL_CONFIG_OPTIONS has been removed. All values are individually
checked and filled in the relevant module headers
* Debug module only outputs full lines instead of parts
* AES-NI now compiles with "old" assemblers too
Bugfix
* Only iterate over actual certificates in ssl_write_certificate_request()