diff options
author | Jack Lloyd <[email protected]> | 2017-04-04 14:55:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-04-04 14:55:11 -0400 |
commit | 686371913aeb6ad823320dfc6caf3a8e7d24e01e (patch) | |
tree | f7efac0deb7e994673ebca8b5d73748c5ccbc373 /doc/todo.rst | |
parent | 6f153656b234c42a690ce898931ce534b29c3e69 (diff) |
Add block cipher interface to C API
Diffstat (limited to 'doc/todo.rst')
-rw-r--r-- | doc/todo.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index b3ad697e8..4a7d60191 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -108,6 +108,11 @@ New Protocols / Formats - Subset #2: Process OpenPGP public keys - Subset #3: Verification of OpenPGP signatures +Cleanups +----------- + +* Split ffi.cpp and test_ffi.cpp into multiple files + Compat Headers ---------------- @@ -119,9 +124,7 @@ Compat Headers FFI and Bindings ---------------------------------------- -* 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 |