From a6f3c283d8321bdeabc0300f9427f8b7119888f2 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 1 Oct 2025 12:46:50 +0200 Subject: [PATCH] Minor fixes: footnote, codespell, broken link --- book/source/adv/signatures.md | 2 +- book/source/encryption.md | 2 +- book/source/migration.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/book/source/adv/signatures.md b/book/source/adv/signatures.md index 6e748c2..26774a8 100644 --- a/book/source/adv/signatures.md +++ b/book/source/adv/signatures.md @@ -52,4 +52,4 @@ That is: Note that some historical version 3 signature packets may still be relevant for applications that handle old OpenPGP data[^sig-v3]. These version 3 signature packets will have been generated by version 4 keys. -[sig-v3]Version 4 signature packets were introduced in [RFC 2440](https://datatracker.ietf.org/doc/html/rfc2440#section-5.2) in 1998, which specifies that applications SHOULD generate v4 signature, however generation of v3 signature packets has remained allowed through [RFC 4880](https://www.rfc-editor.org/rfc/rfc4880.html#section-5.2). +[^sig-v3]: Version 4 signature packets were introduced in [RFC 2440](https://datatracker.ietf.org/doc/html/rfc2440#section-5.2) in 1998, which specifies that applications SHOULD generate v4 signature, however generation of v3 signature packets has remained allowed through [RFC 4880](https://www.rfc-editor.org/rfc/rfc4880.html#section-5.2). diff --git a/book/source/encryption.md b/book/source/encryption.md index 0f9ae6a..cafe0af 100644 --- a/book/source/encryption.md +++ b/book/source/encryption.md @@ -35,7 +35,7 @@ Above, "plaintext" means one of: - *signed message*. A *signed message*, in turn, is a packet sequence that either -- resembles an *inline-signed message* (a *Literal Data* packet sandwhiched between one or more *One-Pass-Signature* and their respective *Signature* packets), or a +- resembles an *inline-signed message* (a *Literal Data* packet sandwiched between one or more *One-Pass-Signature* and their respective *Signature* packets), or a - *prefixed-signed* message (one or more *Signature* packets followed by a single *Literal Data* packet). ``` diff --git a/book/source/migration.md b/book/source/migration.md index 5d17ce7..73c9f16 100644 --- a/book/source/migration.md +++ b/book/source/migration.md @@ -110,5 +110,5 @@ In conclusion, converting v4 key material to v6 to verify old signatures is not Being able to read old messages using a converted key is also not really viable, since it is equally simple to just re-create the PKESK headers for a fresh v6 key. ```{note} -Also see +Also see ```