aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-07-31 09:58:06 -0400
committerJack Lloyd <[email protected]>2018-07-31 09:58:06 -0400
commitc1a423591da7c48bbe9357a8ca5b2361c6f33c40 (patch)
tree46cb9494af5a17361bb41b94c0f0b6e3fb2eaae3 /doc
parentdb7e6910a93750fbf2f783e5b2babb18a99ab894 (diff)
More FFI todos [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/todo.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst
index 26e99086e..1d2186281 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -134,10 +134,11 @@ FFI and Bindings
----------------------------------------
* Expose compression
-* Expose more of X.509 (CRLs, OCSP, cert signing, etc)
+* Expose more of X.509 (CRLs, PKCS10, OCSP, cert signing, etc)
* Expose TLS
+* Expose TOTP/HOTP
+* Expose deterministic PRNG
* Write a CLI or HTTPS client in Python
-* Rust API
Library Infrastructure
----------------------------------------