ch4: move certificate validity up

This commit is contained in:
Heiko Schaefer 2023-11-22 22:31:57 +01:00
parent 04be4cd927
commit 6a14882687
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -305,6 +305,18 @@ The popular [SKS keyserver network experienced certificate flooding firsthand](h
## Advanced topics
### When are certificates valid?
- Full certificate: Primary revoked/key expired/binding signature expired,
- Subkey: Revoked/key expired/binding signature expired
- User ID: revoked, binding expired, ...
```{admonition} TODO
:class: warning
write, link to chapter 9
```
(append-only)=
### Certificates are effectively append-only data structures
@ -484,18 +496,6 @@ Note that regardless of the OpenPGP version, software that relies on 8-byte Key
The historical 4-byte "short Key IDs" format should not be used anywhere, anymore (finding collisions in a 32-bit keyspace has been [trivial for a long time](https://evil32.com/)).
### When are certificates valid?
- Full certificate: Primary revoked/key expired/binding signature expired,
- Subkey: Revoked/key expired/binding signature expired
- User ID: revoked, binding expired, ...
```{admonition} TODO
:class: warning
write, link to chapter 9
```
(cert-freshness)=
### Certificate freshness: Triggering updates with expiration