diff options
author | Jack Lloyd <[email protected]> | 2018-12-09 12:25:12 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-09 12:25:12 -0500 |
commit | f18d0ed18fa6162a1a268183b42d79a0d93cc05a (patch) | |
tree | c4874fffe32f0a5d8ffcf13082062d8845e88334 /doc | |
parent | 6eaf690673e6cd929a91cf9ec155ec30556a5cc5 (diff) |
Todos [ci skip]
Diffstat (limited to 'doc')
-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 |