mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
ch4: move packet section to the end
This commit is contained in:
parent
f985121444
commit
1834ef9a5e
1 changed files with 25 additions and 25 deletions
|
@ -155,7 +155,28 @@ Alice can link a User ID to her OpenPGP certificate with a cryptographic signatu
|
|||
|
||||
### Hard vs. soft revocations
|
||||
|
||||
## Zooming in: Looking at the package structure and internals
|
||||
|
||||
## Advanced topics
|
||||
|
||||
### Certificate Management / Evolution of a certificate over time
|
||||
|
||||
Minimized versions, merging, effective "append only" semantics, ...
|
||||
|
||||
### Merging
|
||||
|
||||
- How to merge two copies of the same certificate?
|
||||
- Canonicalization
|
||||
|
||||
### How to generate "minimized" certificate?
|
||||
|
||||
### Best Practices regarding Key Freshness
|
||||
|
||||
- Expiry
|
||||
- Subkey rotation
|
||||
|
||||
### Metadata Leak of Social Graph
|
||||
|
||||
## Zooming in: Package structure
|
||||
|
||||
To use OpenPGP, we need "(OpenPGP) keys."
|
||||
|
||||
|
@ -616,24 +637,3 @@ From here on, we'll look at the dumps in shorter format (you can see more detail
|
|||
### Certifications (Third Party Signatures)
|
||||
|
||||
### Revocations
|
||||
|
||||
|
||||
## Advanced topics
|
||||
|
||||
### Certificate Management / Evolution of a certificate over time
|
||||
|
||||
Minimized versions, merging, effective "append only" semantics, ...
|
||||
|
||||
### Merging
|
||||
|
||||
- How to merge two copies of the same certificate?
|
||||
- Canonicalization
|
||||
|
||||
### How to generate "minimized" certificate?
|
||||
|
||||
### Best Practices regarding Key Freshness
|
||||
|
||||
- Expiry
|
||||
- Subkey rotation
|
||||
|
||||
### Metadata Leak of Social Graph
|
||||
|
|
Loading…
Reference in a new issue