Add changeLog entry

Add changeLog entry with the additional oid for "Any Policy".
This commit is contained in:
Ron Eldor 2019-03-25 18:43:57 +02:00
parent 11ee07191f
commit 3b11c8590e

View file

@ -12,6 +12,8 @@ Features
* Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
from the default list (enabled by default). See from the default list (enabled by default). See
https://sweet32.info/SWEET32_CCS16.pdf. 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 API Changes
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`. * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.