diff options
author | Jack Lloyd <[email protected]> | 2018-07-31 09:58:06 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-31 09:58:06 -0400 |
commit | c1a423591da7c48bbe9357a8ca5b2361c6f33c40 (patch) | |
tree | 46cb9494af5a17361bb41b94c0f0b6e3fb2eaae3 /doc | |
parent | db7e6910a93750fbf2f783e5b2babb18a99ab894 (diff) |
More FFI todos [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo.rst | 5 |
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 ---------------------------------------- |