summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Werner <waynejwerner@gmail.com>2019-01-30 15:03:16 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-30 16:03:16 -0500
commit80dcf3895b8bc12bdbb8bb612f2a280a7f0abd4e (patch)
tree24a118fac4e1d87ec7823c36462acf6716f0a446
parent870b7758da66d7f45d558fb6941276e06e3bb0af (diff)
downloadpyopenssl-git-80dcf3895b8bc12bdbb8bb612f2a280a7f0abd4e.tar.gz
Provide a valid digest option (#811)
2566 is not a valid digest, whoops!
-rw-r--r--src/OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
index 12e92df..b8d636f 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -2295,7 +2295,7 @@ class CRL(object):
:data:`FILETYPE_ASN1`, or :data:`FILETYPE_TEXT`.
:param int days: The number of days until the next update of this CRL.
:param bytes digest: The name of the message digest to use (eg
- ``b"sha2566"``).
+ ``b"sha256"``).
:rtype: bytes
"""