From b7fff0f9c6843a53c15360506694d1918b52de4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 11 Apr 2014 11:32:39 +0200 Subject: [PATCH] Update Changelog for extendedKeyUsage --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 381988af9..b7a49be45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,8 +7,10 @@ ABI Alert: ALPN changes the ABI for the next release. Features * Support for the ALPN SSL extension * Add option 'use_dev_random' to gen_key application - * Enable verification of the keyUsage extension with for CA and leaf + * Enable verification of the keyUsage extension for CA and leaf certificates (POLARSSL_X509_CHECK_KEY_USAGE) + * Enable verification of the extendedKeyUsage extension + (POLARSSL_X509_CHECK_EXTENDED_KEY_USAGE) Changes * x509_crt_info() now prints information about parsed extensions as well