From 63a5bfe903d42c357b0c7f39cc5cd52368e0ab43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sat, 26 Apr 2014 17:21:07 +0200 Subject: [PATCH] Update Changelog for AES-NI --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 7b14ce8c4..af8ae01d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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()