mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 01:20:35 +00:00
Fix ChangeLog entry
Move the ChangeLog entries to correct location, and mention sppecifically the support for hardware module name othername.
This commit is contained in:
parent
8b0c3c91e6
commit
2e06a9fb24
11
ChangeLog
11
ChangeLog
@ -9,6 +9,12 @@ Features
|
|||||||
Contributed by Jack Lloyd and Fortanix Inc.
|
Contributed by Jack Lloyd and Fortanix Inc.
|
||||||
* Add the Wi-SUN Field Area Network (FAN) device extended key usage.
|
* Add the Wi-SUN Field Area Network (FAN) device extended key usage.
|
||||||
* Add the oid certificate policy x509 extension.
|
* 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
|
Bugfix
|
||||||
* Fix private key DER output in the key_app_writer example. File contents
|
* 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
|
* 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 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
|
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()`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user