mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-24 13:21:07 +00:00
Fix ChangeLog entry location
Move the ChangeLog entries to correct section, as it was in an already released section, due to rebase error.
This commit is contained in:
parent
780d8158f7
commit
aa947f1cef
11
ChangeLog
11
ChangeLog
|
@ -9,6 +9,9 @@ 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.
|
||||||
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
|
and the used tls-prf.
|
||||||
|
* Add public API for tls-prf function, according to requested enum.
|
||||||
|
|
||||||
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
|
||||||
|
@ -34,6 +37,11 @@ Bugfix
|
||||||
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
|
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
|
||||||
sni entry parameter. Reported by inestlerode in #560.
|
sni entry parameter. Reported by inestlerode in #560.
|
||||||
|
|
||||||
|
API Changes
|
||||||
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
|
and the used tls-prf.
|
||||||
|
* Add public API for tls-prf function, according to requested enum.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
||||||
mbedTLS configuration only SHA-2 signed certificates are accepted.
|
mbedTLS configuration only SHA-2 signed certificates are accepted.
|
||||||
|
@ -61,9 +69,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.
|
||||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
|
||||||
and the used tls-prf.
|
|
||||||
* Add public API for tls-prf function, according to requested enum.
|
|
||||||
|
|
||||||
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…
Reference in a new issue