From 2e06a9fb24871d3c5473f2a4f0b2e67eaca133e6 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Wed, 15 May 2019 15:14:46 +0300 Subject: [PATCH] Fix ChangeLog entry Move the ChangeLog entries to correct location, and mention sppecifically the support for hardware module name othername. --- ChangeLog | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f942ebbf59..f6763fc2cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,12 @@ Features Contributed by Jack Lloyd and Fortanix Inc. * Add the Wi-SUN Field Area Network (FAN) device extended key usage. * Add the oid certificate policy x509 extension. + * Add support for parsing otherName entries in the Subject Alternative Name + X.509 certificate extension, specifically type hardware module name, + as defined in RFC 4108 section 5. + * Add support for parsing certificate policies extension, as defined in + RFC 5280 section 4.2.1.4. Currently, only the "Any Policy" policy is + supported. Bugfix * Fix private key DER output in the key_app_writer example. File contents @@ -61,11 +67,6 @@ Features * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites from the default list (enabled by default). See https://sweet32.info/SWEET32_CCS16.pdf. - * Add support for parsing otherName entries in the Subject Alternative Name - X.509 certificate extension, as defined in RFC 4108 section 5. - * Add support for parsing certificate policies extension, as defined in - RFC 5280 section 4.2.1.4. Currently, only the "Any Policy" policy is - supported. API Changes * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.