aboutsummaryrefslogtreecommitdiffstats
path: root/doc/todo.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-03-27 15:53:29 -0400
committerJack Lloyd <[email protected]>2017-03-27 15:53:29 -0400
commite1eb733e9cb94a3e52defa083b2c12925efc5329 (patch)
tree65cc8129267217b5e4f2d346fee94304320957a1 /doc/todo.rst
parente7e130c3d56eead0d2f9e9cd5d00541a9c7fd006 (diff)
Expose PK::check_key functions in C interface
Diffstat (limited to 'doc/todo.rst')
-rw-r--r--doc/todo.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo.rst b/doc/todo.rst
index 22b5cbb8a..b3ad697e8 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -119,7 +119,10 @@ Compat Headers
FFI and Bindings
----------------------------------------
-* Expose certificates
+* Expose BigInt
+* Expose compression
+* Expose a raw block cipher interface
+* Expose more of X.509 (CRLs, OCSP, cert signing, etc)
* Expose TLS
* Write a CLI or HTTPS client in Python