aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-02-07 09:46:02 -0500
committerJack Lloyd <[email protected]>2017-02-07 09:46:02 -0500
commitfc3f52703f62d76beda013623f745d5ac3c8cd1c (patch)
tree6eaaa949b6fccd15b85e9af6949d0410a9bdfc39
parent1cce7ba67761e3ed796ae3c15519d4a1a43224d6 (diff)
Update todo list
Add some things, remove some things that are already done. [ci skip]
-rw-r--r--doc/todo.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/todo.rst b/doc/todo.rst
index 13eeb3ddd..85add38d6 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -29,6 +29,8 @@ Ciphers, Hashes, PBKDF
Public Key Crypto, Math
----------------------------------------
+* Curves for pairings (BN-256 is widely implemented)
+* Identity based encryption
* SPHINCS-256
* Ed25519 / EdDSA (GH #283)
* Ed448-Goldilocks
@@ -61,6 +63,7 @@ TLS
* Make DTLS support optional at build time
* Make TLS v1.0 and v1.1 optional at build time
+* Make RSA optional at build time
* Make finite field DH optional at build time
* TLS OCSP stapling (RFC 6066)
* Authentication using TOFU (sqlite3 storage)
@@ -83,6 +86,7 @@ PKIX
* X.509 policy constraints
* OCSP responder logic
* X.509 attribute certificates (RFC 5755)
+* Support generating/verifying XMSS certificates
* Roughtime client
New Protocols / Formats
@@ -144,19 +148,17 @@ FIPS 140 Build
CLI
----------------------------------------
-* Rewrite `tls_client` and `tls_server` to use asio. See `tls_proxy`
- for an example
+* Change `tls_server` to be a tty<->socket app, like `tls_client` is,
+ instead of a bogus echo server.
* `encrypt` / `decrypt` tools providing password and/or public key
based file encryption
* Make help output more helpful
-* More microbenchmarks in `speed`: modular exponentiation, ECC point
- multiplication, other BigInt operations
-* Compute cycles/byte estimates for benchmark output
Documentation
----------------------------------------
-* TPM (no docs)
* X.509 certs, path validation
* Specific docs covering one major topic (RSA, ECDSA, AES/GCM, ...)
* Some howto style docs (setting up CA, ...)
+* List each cipher, hash, etc, describe its usage, and give the
+ header file and BOTAN_HAS_X macro associated with it.