mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:45:48 +01:00
Add ChangeLog entry for new extensions change
Add an entry for the new x509 extension parsing support.
This commit is contained in:
parent
74d9acc144
commit
226991e624
@ -61,6 +61,10 @@ 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 subject alternative name, of type otherName,
|
||||
HardwareModuleName, 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 supports "Any Policy" policy.
|
||||
|
||||
API Changes
|
||||
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
|
||||
|
Loading…
Reference in New Issue
Block a user