From 5e1c7efd4aef557a266f3ad7c8efbde56bc871aa Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 8 Dec 2023 21:14:35 +0100 Subject: [PATCH] Fix paragraph sliding into reference --- book/source/15-migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/source/15-migration.md b/book/source/15-migration.md index 6a04389..a833207 100644 --- a/book/source/15-migration.md +++ b/book/source/15-migration.md @@ -52,6 +52,7 @@ The OpenPGP v6 standard gives guidance for implementers by listing[^migration_st Some features of OpenPGP v6 are only available for use with keys in the v6 format. For example, only a v6 key might issue a v6 signature[^v6keyv6sig]. [^v6keyv6sig]: [v6 keys can only issue v6 signatures](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-packet-versions-in-signatur) + On the other hand, a v6 key can *only* issue v6 signatures, so if you require compatibility with v4 verifiers, you shouldn't yet migrate to a v6 key/certificate. When migrating to v6 key material, the user must either switch to a freshly generated v6 key, or convert their v4 keys to the v6 format. Doing the former is the recommended approach.