From 3b11c8590e59ae2306f43a84d653c4d1ee916dc8 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Mon, 25 Mar 2019 18:43:57 +0200 Subject: [PATCH] Add changeLog entry Add changeLog entry with the additional oid for "Any Policy". --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9deefa5e2c..5eebec16d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ 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 the Any Policy certificate policy oid, as defined in + rfc 5280 section 4.2.1.4. API Changes * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.