Minor edit

This commit is contained in:
Heiko Schaefer 2023-11-22 20:45:41 +01:00
parent f3da8a4dcd
commit 2b4ab56165
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -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).