Insert new chapter "signatures over data" after ch6

This commit is contained in:
Heiko Schaefer 2023-09-25 14:19:24 +02:00
parent 319f258aca
commit f985121444
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
11 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1,11 @@
(encryption_chapter)=
# Encryption
```
- High Level overview of the message encryption process
- SED vs. SEIPD (v1) vs. SEIPD w/ AEAD (v2)
- Encrypt for multiple/single subkey per certificate?
- "Negotiating" algorithms based on recipients preference subpackets
- Prevent "downgrade" -> Policy
- Implications of how a recipient cert is "addressed" (fingerprint/key-ID vs. user-ID) (preferences, expiration, revocation)
```