commit | 80dcf3895b8bc12bdbb8bb612f2a280a7f0abd4e | [log] [tgz] |
---|---|---|
author | Wayne Werner <waynejwerner@gmail.com> | Wed Jan 30 15:03:16 2019 -0600 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Jan 30 16:03:16 2019 -0500 |
tree | 24a118fac4e1d87ec7823c36462acf6716f0a446 | |
parent | 870b7758da66d7f45d558fb6941276e06e3bb0af [diff] [blame] |
Provide a valid digest option (#811) 2566 is not a valid digest, whoops!
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 @@ :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 """