diff options
author | Jack Lloyd <[email protected]> | 2017-03-27 15:53:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-03-27 15:53:29 -0400 |
commit | e1eb733e9cb94a3e52defa083b2c12925efc5329 (patch) | |
tree | 65cc8129267217b5e4f2d346fee94304320957a1 /doc/todo.rst | |
parent | e7e130c3d56eead0d2f9e9cd5d00541a9c7fd006 (diff) |
Expose PK::check_key functions in C interface
Diffstat (limited to 'doc/todo.rst')
-rw-r--r-- | doc/todo.rst | 5 |
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 |