aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-05 04:44:06 +0000
committerlloyd <[email protected]>2015-02-05 04:44:06 +0000
commit9d8f4cf1e81322ca7290b6551b82d4943dfa62a0 (patch)
tree89bb62a0e4dbc58dea425ea634bedf1d6eab7a65 /doc
parentfde85db0ec7b31d3d8a2cb1c13b2ef1e3a3205a4 (diff)
Enable OpenSSL for providing ciphers and hashes again.
Diffstat (limited to 'doc')
-rw-r--r--doc/dev/todo.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/dev/todo.rst b/doc/dev/todo.rst
index 6c89367e0..ae1853dbf 100644
--- a/doc/dev/todo.rst
+++ b/doc/dev/todo.rst
@@ -14,7 +14,6 @@ Basic Crypto
* BLAKE2
* EdDSA
* Skein-MAC
-* IETF standard HKDF (RFC 5869)
* ARIA (Korean block cipher, RFCs 5794 and 6209)
* Extend Cascade_Cipher to support arbitrary number of ciphers
@@ -54,16 +53,14 @@ New Protocols
Accelerators / backends
----------------------------------------
+* Improve OpenSSL provider (add cipher modes, RSA, etc)
* /dev/crypto
* Windows CryptoAPI
* Apple CommonCrypto
* ARMv8 crypto extensions
* Intel Skylake SHA-1/SHA-2
-FFI
+Python
----------------------------------------
-* Expose TLS to Python
-* Expose ECC to Python
-* Expose bcrypt to Python
-
+* TLS, ECDSA, bcrypt, ...