aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-24 17:54:29 -0400
committerJack Lloyd <[email protected]>2018-04-24 17:54:29 -0400
commit5860f9db36fcfa0ae7c3c4e768b446106e228f32 (patch)
treeeb5a10edd35e7971c29c8e1d86a1ae14c90c0539 /doc
parent557475a93e60e9632a8eadd2d9f4ed98a01058ea (diff)
Another todo [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/todo.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst
index d052bfcf9..0cba6ce5f 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -31,7 +31,7 @@ Ciphers, Hashes, PBKDF
Public Key Crypto, Math
----------------------------------------
-* Abstract repesentation of ECC point elements to allow specific
+* Abstract representation of ECC point elements to allow specific
implementations of the field arithmetic depending upon the curve.
* Curves for pairings (BN-256 is widely implemented)
* Identity based encryption
@@ -110,6 +110,7 @@ New Protocols / Formats
* PKCS12 / PFX
* NaCl compatible cryptobox functions
* Off-The-Record v3 https://otr.cypherpunks.ca/
+* Fernet symmetric encryption (https://cryptography.io/en/latest/fernet/)
* Some useful subset of OpenPGP
- Subset #1: symmetrically encrypted files
@@ -172,7 +173,7 @@ FIPS 140 Build
plus wrapping the appropriate functions for self-tests and so on. This creates a
library in FIPS 140 validated form (since there is no 'crypto' anymore from
Botan, just the ASN.1 parser, TLS library, PKI etc all of which FIPS 140 does
- not care about) without the enourmous hassle and expense of actually having to
+ not care about) without the enormous hassle and expense of actually having to
maintain a FIPS validation on Botan. Email Jack if you are interested in this.
CLI