From ee65b80bc7eebd5a2171df9e8b9ba96b1ba23b25 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Mon, 13 Nov 2023 21:20:09 +0100 Subject: [PATCH] default to data signatures not signature over data --- book/source/07-signing_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/07-signing_data.md b/book/source/07-signing_data.md index 28dcaba..f6c2b7b 100644 --- a/book/source/07-signing_data.md +++ b/book/source/07-signing_data.md @@ -15,7 +15,7 @@ it does not automatically signal if the expected party indeed controls the signe Data signatures can only be issued by component keys with the *signing* [key flag](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-key-flags). -Note that signatures over data are distinct from {ref}`component_signatures_chapter`, which are used to attach metadata or subkeys to a certificate. +Note that data signatures are distinct from {ref}`component_signatures_chapter`, which are used to attach metadata or subkeys to a certificate. ## Signature types