diff options
author | Jack Lloyd <[email protected]> | 2019-10-12 00:42:38 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-10-12 00:42:38 -0400 |
commit | abdcd9f87c07308f89aa4ac449460823286fbf74 (patch) | |
tree | 515c0092dd4b093bbd764f85d7a45bc4b7a31e3e /doc | |
parent | fb29b4a42d21c934ff1b3c0ec5f3121be88e96b5 (diff) |
Check off some todos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev_ref/todo.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst index e8e4b7fbc..0049e5b29 100644 --- a/doc/dev_ref/todo.rst +++ b/doc/dev_ref/todo.rst @@ -14,10 +14,10 @@ Ciphers, Hashes, PBKDF * Bitsliced AES or Camellia * Vector permute AES only supports little-endian systems; fix for big-endian * Camellia using AES-NI +* SM4 using AES-NI (https://github.com/mjosaarinen/sm4ni) or vector permute * Poly1305 using AVX2 * ASCON 1.2 (CAESAR) * NORX-64 3.0 (CAESAR) -* Argon2 PBKDF (draft-irtf-cfrg-argon2) * Skein-MAC * PMAC * SIV-PMAC @@ -94,11 +94,10 @@ TLS * Make finite field DH optional at build time * Authentication using TOFU (sqlite3 storage) * Certificate pinning (using TACK?) -* Certificate Transparency +* Certificate Transparency extensions * TLS supplemental authorization data (RFC 4680, RFC 5878) * DTLS-SCTP (RFC 6083) * Perspectives (http://perspectives-project.org/) -* Support for server key stored in TPM or PKCS #11 PKIX ---------------------------------------- @@ -206,7 +205,7 @@ CLI * `encrypt` / `decrypt` tools providing password based file encryption * Clone of `minisign` signature utility * Implementation of `tlsdate` -* Utils for base32 and base58 encoding +* Password store utility * TOTP calculator Documentation |