mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-27 01:52:06 +01:00
move certificate validity from ch9 to ch4
This commit is contained in:
parent
0a51073367
commit
a7e435c31d
2 changed files with 8 additions and 6 deletions
|
@ -169,6 +169,12 @@ Minimized versions, merging, effective "append only" semantics, ...
|
||||||
|
|
||||||
### How to generate "minimized" certificate?
|
### 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
|
### Best Practices regarding Key Freshness
|
||||||
|
|
||||||
- Expiry
|
- Expiry
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# Verification
|
# Verification
|
||||||
|
|
||||||
```
|
|
||||||
- Self-authenticating data (unhashed subpackets)
|
- Self-authenticating data (unhashed subpackets)
|
||||||
|
|
||||||
## When are signatures valid?
|
## When are signatures valid?
|
||||||
|
|
||||||
- Validity as a tree of signatures
|
- Validity as a tree of signatures
|
||||||
|
|
||||||
## When are certificates valid?
|
## Which signatures take precedence?
|
||||||
|
|
||||||
Primary revoked, User ID revoked, ...
|
|
||||||
Which signatures take precendence?
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue