aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-28 07:45:44 -0400
committerJack Lloyd <[email protected]>2018-03-28 07:45:44 -0400
commit94aab66b934474dc7191f5c17601b9e58f1a7895 (patch)
tree14f8403fe865654a05a0948221dab28c94d8e9ef /doc
parent52de4a3a3de858952e6601f045679ed0fad6a262 (diff)
Mark off some completed todos
Diffstat (limited to 'doc')
-rw-r--r--doc/todo.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/todo.rst b/doc/todo.rst
index 973720036..122bfa928 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -40,14 +40,9 @@ Public Key Crypto, Math
* X448 and Ed448
* FHMQV
* Use GLV decomposition to speed up secp256k1 operations
-* Support mixed hashes and non-empty param strings in OAEP
+* Optimize ECC point doubling for a=-3 and a=0 curves
* wNAF ECC point multiply
* Recover ECDSA public key from signature/message pair (GH #664)
-* Fast new implementations/algorithms for ECC point operations,
- Montgomery multiplication, multi-exponentiation, ...
-* Some PK operations, especially RSA, have extensive computations per
- operation setup but many of the computed values depend only on the
- key and could be shared across operation objects.
Utility Functions
------------------
@@ -70,7 +65,7 @@ External Providers, Hardware Support
* /dev/crypto provider (ciphers, hashes)
* Windows CryptoAPI provider (ciphers, hashes, RSA)
* Apple CommonCrypto
-* POWER8 crypto extensions (AES, SHA-2)
+* POWER8 crypto extensions (SHA-2, GCM)
* Better TPM support: NVRAM, PCR measurements, sealing
* Intel SGX support
@@ -105,11 +100,11 @@ PKIX
* OCSP responder logic
* X.509 attribute certificates (RFC 5755)
* Support generating/verifying XMSS certificates
-* Roughtime client (https://roughtime.googlesource.com/roughtime/)
New Protocols / Formats
----------------------------------------
+* Roughtime client (https://roughtime.googlesource.com/roughtime/)
* PKCS7 / Cryptographic Message Syntax
* PKCS12 / PFX
* NaCl compatible cryptobox functions