mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
Move footnote text
This commit is contained in:
parent
3e85beb41a
commit
1d5010f55c
1 changed files with 2 additions and 2 deletions
|
@ -562,8 +562,6 @@ Different mechanisms allow certificate lookup by email, for example:
|
|||
|
||||
Their properties differ, also see {ref}`distribution`.
|
||||
|
||||
[^hip1]: <https://github.com/hockeypuck/hockeypuck/issues/136>
|
||||
|
||||
(cert-freshness)=
|
||||
### Certificate freshness: Triggering updates with an expiration time
|
||||
|
||||
|
@ -612,6 +610,8 @@ Different mechanisms for discovering certificates, and updating certificate data
|
|||
- The *keys.openpgp.org* service is a "verifying" keyserver: the keyserver software only publishes identity components (which include email addresses) after sending a verification email to that address, and receiving opt-in consent by the user of the email address. This service makes a different tradeoff: it is centralized, and relying on it to correctly perform the verification step requires trust in the operator. The tradeoff allows the service to only list identity information with the consent of the owner of that identity, and to prevent "enumeration" of the certificates and identities it stores (that is: third parties cannot obtain a list of email addresses in the service's database). By design, this service allows easy publication of revocations without requiring publication of any identity components.
|
||||
- *SKS-style keyservers* act as a distributed synchronizing database, which accepts certificate information without verification (TODO: does the network handle third party signatures? If so, how?[^hip1]).
|
||||
|
||||
[^hip1]: <https://github.com/hockeypuck/hockeypuck/issues/136>
|
||||
|
||||
One central difference between hockeypuck and hagrid (the software that runs the *keys.openpgp.org* service) is that hockeypuck distributes identity packets and third-party certifications that have indeterminate validity, while hagrid does not.
|
||||
|
||||
(cert-flooding)=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue