ch4: move packet section to the end

This commit is contained in:
Heiko Schaefer 2023-09-25 16:42:48 +02:00
parent f985121444
commit 1834ef9a5e
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -155,7 +155,28 @@ Alice can link a User ID to her OpenPGP certificate with a cryptographic signatu
### Hard vs. soft revocations ### 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." 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) ### Certifications (Third Party Signatures)
### Revocations ### 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