From 80dcf3895b8bc12bdbb8bb612f2a280a7f0abd4e Mon Sep 17 00:00:00 2001 From: Wayne Werner Date: Wed, 30 Jan 2019 15:03:16 -0600 Subject: Provide a valid digest option (#811) 2566 is not a valid digest, whoops! --- src/OpenSSL/crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OpenSSL/crypto.py') 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 """ -- cgit v1.2.1