mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
Clarification from Paul via #121
This commit is contained in:
parent
2b4ab56165
commit
c05d0394f2
1 changed files with 3 additions and 1 deletions
|
@ -410,7 +410,9 @@ In addition, GnuPG offers two explicit methods for certificate minimization, des
|
|||
|
||||
Some implementations, such as Sequoia, prefer to rely on the full historical set of self-signatures to construct a view of the certificate over time. This way, signatures can be verified at different reference times. In this model, removing superseded self-signatures can cause problems with the validation of historical signature.
|
||||
|
||||
An example for the tension between minimization and nuanced verification of the [temporal validity](temporal-validity) of signatures can be seen in the case of [rpm-sequoia](https://github.com/rpm-software-management/rpm-sequoia/issues/50#issuecomment-1689642607). To handle the limited availability of historical self-signatures on certificates in the wild, the rpm-sequoia implementation was adjusted to accept self-signatures that predate the existing self-signature for the signing key.
|
||||
An example for the tension between minimization and nuanced verification of the [temporal validity](temporal-validity) of signatures can be seen in the case of [rpm-sequoia](https://github.com/rpm-software-management/rpm-sequoia/issues/50#issuecomment-1689642607). To handle the limited availability of historical self-signatures on certificates in the wild, the rpm-sequoia implementation was adjusted to accept binding self-signatures that predate the current self-signature of the primary key[^primary-self-sig].
|
||||
|
||||
[^primary-self-sig]: Which in OpenPGP version 4 is often a primary User ID binding signature.
|
||||
|
||||
#### Autocrypt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue