commit | 25338c5adef074021f39a469a3bfb3a3b8963568 | [log] [tgz] |
---|---|---|
author | Cory Benfield <lukasaoz@gmail.com> | Wed Oct 28 22:19:18 2015 +0900 |
committer | Cory Benfield <lukasaoz@gmail.com> | Wed Oct 28 22:19:18 2015 +0900 |
tree | de033462e484931d30c2f9c3ce88c962c976adeb | |
parent | 0820ac200e59754baf67e3853879158ceb3afdc3 [diff] |
Document new publickey methods.
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index 95fb4df..41b659b 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst
@@ -87,6 +87,13 @@ *passphrase* must be either a string or a callback for providing the pass phrase. +Public keys +~~~~~~~~~~~ + +.. autofunction:: dump_publickey + +.. autofunction:: load_publickey + Certificate revocation lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~