diff options
-rw-r--r-- | doc/todo.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 22cdcc5f3..79ee0e4eb 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -110,12 +110,12 @@ New Protocols / Formats * PKCS12 / PFX * NaCl compatible cryptobox functions * Off-The-Record v3 https://otr.cypherpunks.ca/ +* Certificate Management Protocol (RFC 5273); requires CMS * Fernet symmetric encryption (https://cryptography.io/en/latest/fernet/) * Useful OpenPGP subset 1: symmetrically encrypted files. Not aiming to process arbitrary OpenPGP, but rather produce something that happens to be readable by `gpg` and is relatively - simple to process for decryption. Require a 128-bit block cipher and - MDC packet. + simple to process for decryption. Require AEAD mode (EAX/OCB). * Useful OpenPGP subset 2: Process OpenPGP public keys * Useful OpenPGP subset 3: Verification of OpenPGP signatures |