From c1e6630f9f8cddf765b31dc057fd50a8452e1df5 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 4 Oct 2023 15:19:01 +0200 Subject: [PATCH] ch10/11: outline adjustments Move legacy "SED" mode from "encrypt" to "decrypt" chapter --- book/source/10-encryption.md | 2 -- book/source/11-decryption.md | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/book/source/10-encryption.md b/book/source/10-encryption.md index ca48db6..6489040 100644 --- a/book/source/10-encryption.md +++ b/book/source/10-encryption.md @@ -18,8 +18,6 @@ Core concept: ### SEIPD (v1) -### SED - ## Advanced topics ### Encrypt for multiple/single subkey per certificate? diff --git a/book/source/11-decryption.md b/book/source/11-decryption.md index d0e210d..930a1b7 100644 --- a/book/source/11-decryption.md +++ b/book/source/11-decryption.md @@ -10,6 +10,14 @@ - using revoked subkey? ``` +## SEIPD w/ AEAD (v2) + +## SEIPD (v1) + +## SED + +Legacy mode, may be decrypted, but not produced. + ## Advanced topics ### Selecting decryption key