summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBulat Gaifullin <gaifullinbf@gmail.com>2014-09-23 19:35:15 +0400
committerBulat Gaifullin <gaifullinbf@gmail.com>2014-09-23 19:35:15 +0400
commit5f9eea4e4c5982f78deb0802610a4f965bafec43 (patch)
treedb3b3f15ef3c7f42d23efe57b8a7e087f10bb0e0 /doc
parent925f786703d126c684c80df2fb5bc8f4da5c274a (diff)
downloadpyopenssl-5f9eea4e4c5982f78deb0802610a4f965bafec43.tar.gz
update docs
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index b360e89..c5b7c33 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -724,10 +724,11 @@ CRL objects have the following methods:
Add a Revoked object to the CRL, by value not reference.
-.. py:method:: CRL.export(cert, key[, type=FILETYPE_PEM][, days=100])
+.. py:method:: CRL.export(cert, key[, type=FILETYPE_PEM][, days=100][, digest='md5'])
Use *cert* and *key* to sign the CRL and return the CRL as a string.
*days* is the number of days before the next CRL is due.
+ *digest* is the algorithm that will be used to sign CRL.
.. py:method:: CRL.get_revoked()