From ab1843ee17b0b703606b20236e997f989cb0c22a Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Thu, 19 Sep 2024 12:28:38 +0000 Subject: [PATCH 1/4] Add missing changelog entries for signatures work --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e463c55caf7c..e7a614d2d9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed - SGX Platform support. +- `BackupSignature` and related code as obsolete. + +### Added + +- Added COSE signatures over the Merkle root to the KV. + - Signing is done with service key (different from raw signatures, which are stil signed by the node key). + - New signature reside in `public:ccf.internal.cose_signatures`. ## [5.0.4] From 779cabab51d623970f3c6e44f215e5b20c01a9b1 Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Thu, 19 Sep 2024 12:29:56 +0000 Subject: [PATCH 2/4] issue numbers --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a614d2d9d7..bacce106614f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,11 +17,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed - SGX Platform support. -- `BackupSignature` and related code as obsolete. +- `BackupSignature` and related code as obsolete (#6462). ### Added -- Added COSE signatures over the Merkle root to the KV. +- Added COSE signatures over the Merkle root to the KV (#6449). - Signing is done with service key (different from raw signatures, which are stil signed by the node key). - New signature reside in `public:ccf.internal.cose_signatures`. From e012ad89891968a37c4f18047012a49f8f780853 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 19 Sep 2024 14:29:34 +0100 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: Amaury Chamayou --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d03b80a9c1a2..4790f94ed669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Added COSE signatures over the Merkle root to the KV (#6449). - - Signing is done with service key (different from raw signatures, which are stil signed by the node key). + - Signing is done with service key (different from raw signatures, which remain unchanged and are still signed by the node key). - New signature reside in `public:ccf.internal.cose_signatures`. ## [5.0.4] From 0dc23d7d0abc74e90b1e6d6e3697073c82ea2257 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Thu, 19 Sep 2024 15:15:41 +0100 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4790f94ed669..9a371bffc161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed - SGX Platform support. -- `BackupSignature` and related code as obsolete (#6462). ### Added