From 2b4ab56165608407c1f55a9bb4b847d44483e658 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 22 Nov 2023 20:45:41 +0100 Subject: [PATCH] Minor edit --- book/source/04-certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/04-certificates.md b/book/source/04-certificates.md index 27be16a..d800c8a 100644 --- a/book/source/04-certificates.md +++ b/book/source/04-certificates.md @@ -437,7 +437,7 @@ Note that in some contexts it's not clear if minimization brings more benefit th Disadvantages/risks of minimizing certificates: -- Does not present full view of how the certificate (and the validity of its components) evolved over time. +- Does not present a full view of how the certificate (and the validity of its components) evolved over time. - As other certificates are collected, third-party certifications that were previously unusable may become usable again. Dropping third-party certifications as a part of minimization prevents this mechanism. - Removing component keys that the minimizing implementation can't use means that the receiver does not receive a copy of those, even if *the receiver* supports them. - Refreshing certificates from key servers may inflate the certificate again, since OpenPGP certificates tend to act as [append-only structures](append-only).