move certificate validity from ch9 to ch4

This commit is contained in:
Heiko Schaefer 2023-09-25 17:14:10 +02:00
parent 0a51073367
commit a7e435c31d
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 8 additions and 6 deletions

View file

@ -169,6 +169,12 @@ Minimized versions, merging, effective "append only" semantics, ...
### How to generate "minimized" certificate?
### 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, ...
### Best Practices regarding Key Freshness
- Expiry

View file

@ -1,13 +1,9 @@
# Verification
```
- Self-authenticating data (unhashed subpackets)
## When are signatures valid?
- Validity as a tree of signatures
## When are certificates valid?
- Validity as a tree of signatures
Primary revoked, User ID revoked, ...
Which signatures take precendence?
```
## Which signatures take precedence?