diff options
author | Jack Lloyd <[email protected]> | 2018-05-28 16:22:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-05-28 16:22:11 -0400 |
commit | c6a95c62236cdbc0feaae21715900fe9ee45039a (patch) | |
tree | bf33cf810e80e97891e40898e023c660cfa9ff66 /doc/todo.rst | |
parent | ab127f2636cd3c21a6fd942b04d268d8d3c72625 (diff) |
Todo updates
Diffstat (limited to 'doc/todo.rst')
-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 468074576..fb5a73916 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -10,6 +10,7 @@ Request a new feature by opening a pull request to update this file. Ciphers, Hashes, PBKDF ---------------------------------------- +* Stiched AES-NI GCM mode * Bitsliced AES or Camellia * Compressed tables for AES * AES using vector permutes for NEON or AltiVec @@ -36,6 +37,7 @@ Public Key Crypto, Math * Identity based encryption * BBS group signatures * Paillier homomorphic cryptosystem +* Socialist Millionaires Protocol * Hashing onto an elliptic curve * SPHINCS-256 * X448 and Ed448 @@ -54,7 +56,6 @@ Multiparty Protocols * Distributed key generation for DL, RSA * Threshold signing, decryption -* Socialist Millionaires Protocol External Providers, Hardware Support ---------------------------------------- @@ -83,7 +84,6 @@ TLS * Certificate pinning (using TACK?) * Certificate Transparency * TLS supplemental authorization data (RFC 4680, RFC 5878) -* OpenPGP authentication (RFC 5081) * DTLS-SCTP (RFC 6083) * Perspectives (http://perspectives-project.org/) * Support for server key stored in TPM or PKCS #11 |