From 248900d9b9af9ffb8a4e0b40c13755d6e6774061 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Tue, 8 Dec 2020 23:36:20 +0000 Subject: [PATCH] Fix Changelog format Signed-off-by: Janos Follath --- ChangeLog.d/add_export_public_key_driver.txt | 4 ++-- ChangeLog.d/bugfix_3524.txt | 4 ++-- ChangeLog.d/bugfix_3782.txt | 2 +- ChangeLog.d/bugfix_3794.txt | 6 +++--- ChangeLog.d/clean_pem_buffers.txt | 10 +++++----- ChangeLog.d/feature-dtls-srtp.txt | 3 ++- ChangeLog.d/minimum_cmake_version_PR3802.txt | 4 ++-- ...debug-message-arguments_mbedtls_ssl_decrypt_buf.txt | 2 +- ChangeLog.d/systematically_store_bit_size_3740.txt | 3 ++- ...rams => x509-add-tag-check-to-algorithm-params.txt} | 0 10 files changed, 20 insertions(+), 18 deletions(-) rename ChangeLog.d/{x509-add-tag-check-to-algorithm-params => x509-add-tag-check-to-algorithm-params.txt} (100%) diff --git a/ChangeLog.d/add_export_public_key_driver.txt b/ChangeLog.d/add_export_public_key_driver.txt index a9bffbc06..dc13131a7 100644 --- a/ChangeLog.d/add_export_public_key_driver.txt +++ b/ChangeLog.d/add_export_public_key_driver.txt @@ -1,3 +1,3 @@ Features - * Implementation of the export_public_key interface for PSA Crypto - accelerator drivers, as defined in #3493. Contributed in #3786. + * Implementation of the export_public_key interface for PSA Crypto + accelerator drivers, as defined in #3493. Contributed in #3786. diff --git a/ChangeLog.d/bugfix_3524.txt b/ChangeLog.d/bugfix_3524.txt index e03834006..e3ee01ea4 100644 --- a/ChangeLog.d/bugfix_3524.txt +++ b/ChangeLog.d/bugfix_3524.txt @@ -1,3 +1,3 @@ Bugfix - * Include the psa_constant_names generated source code in the source tree - instead of generating it at build time. Fixes #3524. + * Include the psa_constant_names generated source code in the source tree + instead of generating it at build time. Fixes #3524. diff --git a/ChangeLog.d/bugfix_3782.txt b/ChangeLog.d/bugfix_3782.txt index 25e18cb18..a92dffa28 100644 --- a/ChangeLog.d/bugfix_3782.txt +++ b/ChangeLog.d/bugfix_3782.txt @@ -1,2 +1,2 @@ Bugfix - * Fix build failures on GCC 11. Fixes #3782. + * Fix build failures on GCC 11. Fixes #3782. diff --git a/ChangeLog.d/bugfix_3794.txt b/ChangeLog.d/bugfix_3794.txt index a483ea76a..bcb7fbf78 100644 --- a/ChangeLog.d/bugfix_3794.txt +++ b/ChangeLog.d/bugfix_3794.txt @@ -1,4 +1,4 @@ Bugfix - * Fix handling of EOF against 0xff bytes and on platforms with - unsigned chars. Fixes a build failure on platforms where char is - unsigned. Fixes #3794. + * Fix handling of EOF against 0xff bytes and on platforms with unsigned + chars. Fixes a build failure on platforms where char is unsigned. Fixes + #3794. diff --git a/ChangeLog.d/clean_pem_buffers.txt b/ChangeLog.d/clean_pem_buffers.txt index 818fad940..5f796496f 100644 --- a/ChangeLog.d/clean_pem_buffers.txt +++ b/ChangeLog.d/clean_pem_buffers.txt @@ -1,6 +1,6 @@ Bugfix - * In PEM writing functions, fill the trailing part of the buffer with null - bytes. This guarantees that the corresponding parsing function can read - 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. - Fixes #3682. + * In PEM writing functions, fill the trailing part of the buffer with null + bytes. This guarantees that the corresponding parsing function can read + 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. + Fixes #3682. diff --git a/ChangeLog.d/feature-dtls-srtp.txt b/ChangeLog.d/feature-dtls-srtp.txt index 8b9186bb9..af8bfe801 100644 --- a/ChangeLog.d/feature-dtls-srtp.txt +++ b/ChangeLog.d/feature-dtls-srtp.txt @@ -1,2 +1,3 @@ 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. diff --git a/ChangeLog.d/minimum_cmake_version_PR3802.txt b/ChangeLog.d/minimum_cmake_version_PR3802.txt index 549f9b1ac..a24b854cb 100644 --- a/ChangeLog.d/minimum_cmake_version_PR3802.txt +++ b/ChangeLog.d/minimum_cmake_version_PR3802.txt @@ -1,3 +1,3 @@ Requirement changes -* Update the minimum required CMake version to 2.8.12. -* This silences a warning on CMake 3.19.0. #3801 + * Update the minimum required CMake version to 2.8.12. + * This silences a warning on CMake 3.19.0. #3801 diff --git a/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt b/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt index e03178feb..2f1126439 100644 --- a/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt +++ b/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt @@ -1,2 +1,2 @@ Bugfix - * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf. + * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf. diff --git a/ChangeLog.d/systematically_store_bit_size_3740.txt b/ChangeLog.d/systematically_store_bit_size_3740.txt index 9e63bbc3e..4a039e04d 100644 --- a/ChangeLog.d/systematically_store_bit_size_3740.txt +++ b/ChangeLog.d/systematically_store_bit_size_3740.txt @@ -2,4 +2,5 @@ Changes * The PSA persistent storage format is updated to always store the key bits attribute. No automatic upgrade path is provided. Previously stored keys 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. diff --git a/ChangeLog.d/x509-add-tag-check-to-algorithm-params b/ChangeLog.d/x509-add-tag-check-to-algorithm-params.txt similarity index 100% rename from ChangeLog.d/x509-add-tag-check-to-algorithm-params rename to ChangeLog.d/x509-add-tag-check-to-algorithm-params.txt