From 723bee67b21ea2e633b6a21ca60607a34e7fe67c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 29 Nov 2022 23:06:21 +0100 Subject: [PATCH] Wrap lines to 79 columns max Signed-off-by: Gilles Peskine --- ChangeLog.d/LMS.txt | 10 +++++----- ChangeLog.d/fix-tls12server-sent-sigalgs.txt | 8 ++++---- ChangeLog.d/fix_cmake_gen_files.txt | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ChangeLog.d/LMS.txt b/ChangeLog.d/LMS.txt index 6de374f865..785bfcf845 100644 --- a/ChangeLog.d/LMS.txt +++ b/ChangeLog.d/LMS.txt @@ -3,9 +3,9 @@ Features Signature verification is production-ready, but generation is for testing purposes only. This currently only supports one parameter set (LMS_SHA256_M32_H10), meaning that each private key can be used to sign - 1024 messages. As such, it is not intended for use in TLS, but instead for - verification of assets transmitted over an insecure channel, particularly - firmware images. + 1024 messages. As such, it is not intended for use in TLS, but instead + for verification of assets transmitted over an insecure channel, + particularly firmware images. * Add the LM-OTS post-quantum-safe one-time signature scheme, which is - required for LMS. This can be used independently, but each key can only be - used to sign one message so is impractical for most circumstances. + required for LMS. This can be used independently, but each key can only + be used to sign one message so is impractical for most circumstances. diff --git a/ChangeLog.d/fix-tls12server-sent-sigalgs.txt b/ChangeLog.d/fix-tls12server-sent-sigalgs.txt index 9abde2b521..d3c9aa1b57 100644 --- a/ChangeLog.d/fix-tls12server-sent-sigalgs.txt +++ b/ChangeLog.d/fix-tls12server-sent-sigalgs.txt @@ -1,5 +1,5 @@ Bugfix - * Fix a bug whereby the the list of signature algorithms sent as part of the - TLS 1.2 server certificate request would get corrupted, meaning the first - algorithm would not get sent and an entry consisting of two random bytes - would be sent instead. Found by Serban Bejan and Dudek Sebastian. + * Fix a bug whereby the the list of signature algorithms sent as part of + the TLS 1.2 server certificate request would get corrupted, meaning the + first algorithm would not get sent and an entry consisting of two random + bytes would be sent instead. Found by Serban Bejan and Dudek Sebastian. diff --git a/ChangeLog.d/fix_cmake_gen_files.txt b/ChangeLog.d/fix_cmake_gen_files.txt index e4c0c9f7f6..6e5956af5b 100644 --- a/ChangeLog.d/fix_cmake_gen_files.txt +++ b/ChangeLog.d/fix_cmake_gen_files.txt @@ -1,3 +1,4 @@ Bugfix * Fix an issue with CMake builds in releases with GEN_FILES turned off, - whereby missing generated files could be turned into symlinks to themselves. + whereby missing generated files could be turned into symlinks to + themselves.