aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-24 14:56:52 +0000
committerlloyd <[email protected]>2015-01-24 14:56:52 +0000
commitd591c1c6247f64a5fc178d8f883f7d429f2684a1 (patch)
tree97b7d9fdcc912f6d5fbcf275a7198418a577143b /doc
parentdf8460e286db4cea69671ea7bac4b10660ed7b12 (diff)
Fix list formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/dev/todo.rst41
1 files changed, 21 insertions, 20 deletions
diff --git a/doc/dev/todo.rst b/doc/dev/todo.rst
index 42f8690d1..6c89367e0 100644
--- a/doc/dev/todo.rst
+++ b/doc/dev/todo.rst
@@ -5,32 +5,31 @@ These are features either requested by users or that seem like
potentially useful things to have. Several are quite self-contained
and could make a quick project.
-Send any additions to the mailing list.
+Request a new feature by sending a patch.
-Basic Algorithms
+Basic Crypto
----------------------------------------
- * scrypt
- * 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
+* scrypt
+* 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
TLS
----------------------------------------
- * Authentication using TOFU
- * Certificate pinning (using TACK?)
- * TLS OCSP stapling (RFC 6066)
- * Compression (deflate, lzma, ...)
- * ALPN (RFC 7301)
- * Encrypt-then-MAC extension (RFC 7366)
- * TLS supplemental authorization data (RFC 4680, RFC 5878)
- * OpenPGP authentication (RFC 5081)
- * DTLS-SCTP (RFC 6083)
- * Perspectives (http://perspectives-project.org/)
+* Encrypt-then-MAC extension (RFC 7366)
+* Authentication using TOFU (sqlite3 storage)
+* Certificate pinning (using TACK?)
+* TLS OCSP stapling (RFC 6066)
+* ALPN (RFC 7301)
+* TLS supplemental authorization data (RFC 4680, RFC 5878)
+* OpenPGP authentication (RFC 5081)
+* DTLS-SCTP (RFC 6083)
+* Perspectives (http://perspectives-project.org/)
PKIX
----------------------------------------
@@ -41,7 +40,7 @@ PKIX
ECC / BigInt / Math
----------------------------------------
-* Fast reductions for P-256 and P-384
+* Specialized reductions for P-256 and P-384
* MP asm optimizations - SSE2, ARM/NEON, ...
New Protocols
@@ -66,3 +65,5 @@ FFI
* Expose TLS to Python
* Expose ECC to Python
+* Expose bcrypt to Python
+