mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
add link to gcm discussion, as a note for writing
This commit is contained in:
parent
460bc9d5a4
commit
5496d54772
1 changed files with 9 additions and 1 deletions
|
@ -33,10 +33,18 @@ Core concept:
|
||||||
|
|
||||||
### Implications of how a recipient cert is "addressed" (fingerprint/key-ID vs. user-ID) (preferences, expiration, revocation)
|
### Implications of how a recipient cert is "addressed" (fingerprint/key-ID vs. user-ID) (preferences, expiration, revocation)
|
||||||
|
|
||||||
|
### AEAD modes: GCM
|
||||||
|
|
||||||
|
```{admonition} TODO
|
||||||
|
:class: warning
|
||||||
|
|
||||||
|
Produce text around discussion: https://mailarchive.ietf.org/arch/msg/openpgp/ZTYD5VJsG1k2jJBbn5zIAf5o7d4/
|
||||||
|
```
|
||||||
|
|
||||||
## Zooming in: Packet structure
|
## Zooming in: Packet structure
|
||||||
|
|
||||||
### Encryption yields a 'wrapped' openpgp packet stream
|
### Encryption yields a 'wrapped' openpgp packet stream
|
||||||
|
|
||||||
### SKESK
|
### SKESK
|
||||||
|
|
||||||
Also see https://flowcrypt.com/docs/guide/send-and-receive/send-password-protected.html
|
Also see https://flowcrypt.com/docs/guide/send-and-receive/send-password-protected.html
|
||||||
|
|
Loading…
Reference in a new issue