mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 05:05:35 +00:00
Fix Changelog format
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
debe71988f
commit
248900d9b9
|
@ -1,3 +1,3 @@
|
||||||
Features
|
Features
|
||||||
* Implementation of the export_public_key interface for PSA Crypto
|
* Implementation of the export_public_key interface for PSA Crypto
|
||||||
accelerator drivers, as defined in #3493. Contributed in #3786.
|
accelerator drivers, as defined in #3493. Contributed in #3786.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Bugfix
|
Bugfix
|
||||||
* Include the psa_constant_names generated source code in the source tree
|
* Include the psa_constant_names generated source code in the source tree
|
||||||
instead of generating it at build time. Fixes #3524.
|
instead of generating it at build time. Fixes #3524.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix build failures on GCC 11. Fixes #3782.
|
* Fix build failures on GCC 11. Fixes #3782.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix handling of EOF against 0xff bytes and on platforms with
|
* Fix handling of EOF against 0xff bytes and on platforms with unsigned
|
||||||
unsigned chars. Fixes a build failure on platforms where char is
|
chars. Fixes a build failure on platforms where char is unsigned. Fixes
|
||||||
unsigned. Fixes #3794.
|
#3794.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Bugfix
|
Bugfix
|
||||||
* In PEM writing functions, fill the trailing part of the buffer with null
|
* In PEM writing functions, fill the trailing part of the buffer with null
|
||||||
bytes. This guarantees that the corresponding parsing function can read
|
bytes. This guarantees that the corresponding parsing function can read
|
||||||
the buffer back, which was the case for mbedtls_x509write_{crt,csr}_pem
|
the buffer back, which was the case for mbedtls_x509write_{crt,csr}_pem
|
||||||
until this property was inadvertently broken in Mbed TLS 2.19.0.
|
until this property was inadvertently broken in Mbed TLS 2.19.0.
|
||||||
Fixes #3682.
|
Fixes #3682.
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
Features
|
Features
|
||||||
* Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan Pascal, improved by Ron Eldor.
|
* Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan
|
||||||
|
Pascal, improved by Ron Eldor.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Requirement changes
|
Requirement changes
|
||||||
* Update the minimum required CMake version to 2.8.12.
|
* Update the minimum required CMake version to 2.8.12.
|
||||||
* This silences a warning on CMake 3.19.0. #3801
|
* This silences a warning on CMake 3.19.0. #3801
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
Bugfix
|
Bugfix
|
||||||
* Add missing arguments of debug message in mbedtls_ssl_decrypt_buf.
|
* Add missing arguments of debug message in mbedtls_ssl_decrypt_buf.
|
||||||
|
|
|
@ -2,4 +2,5 @@ Changes
|
||||||
* The PSA persistent storage format is updated to always store the key bits
|
* The PSA persistent storage format is updated to always store the key bits
|
||||||
attribute. No automatic upgrade path is provided. Previously stored keys
|
attribute. No automatic upgrade path is provided. Previously stored keys
|
||||||
must be erased, or manually upgraded based on the key storage format
|
must be erased, or manually upgraded based on the key storage format
|
||||||
specification (docs/architecture/mbed-crypto-storage-specification.md). #3740
|
specification (docs/architecture/mbed-crypto-storage-specification.md).
|
||||||
|
Fixes #3740.
|
||||||
|
|
Loading…
Reference in a new issue