This commit is contained in:
Heiko Schaefer 2023-11-27 00:16:36 +01:00
parent 59d956c706
commit 5c73827f28
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -370,7 +370,7 @@ Filtering out some elements of a certificate can have different benefits:
- For some workflows it's clear that the full certificate is not required. For example, email clients only need encryption, signing and certification component keys. They don't need authentication subkeys, which are used for SSH connections.
- In some contexts, data can be added to certificates by third parties, e.g. by adding third-party User ID certifications on some key servers. In the worst case this can lead to ["certificate flooding"](https://dkg.fifthhorseman.net/blog/openpgp-certificate-flooding.html) which inflates the target certificate to a point where consumer software rejects the certificate completely. Filtering out elements can mitigate this.
- Sometimes, a certificate organically grows so big that the user software [has problems handing it](https://www.reddit.com/r/GnuPG/comments/bp23p4/my_key_is_too_large/).
- Sometimes, a certificate organically grows so big that the user software [has problems handling it](https://www.reddit.com/r/GnuPG/comments/bp23p4/my_key_is_too_large/).
#### Elements that can be omitted as part of a minimization process