mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +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?
|
||||
|
||||
### 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
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue