Skip to content

Commit 80dcf38

Browse files
waynewalex
authored andcommitted
Provide a valid digest option (#811)
2566 is not a valid digest, whoops!
1 parent 870b775 commit 80dcf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/crypto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ def export(self, cert, key, type=FILETYPE_PEM, days=100,
22952295
:data:`FILETYPE_ASN1`, or :data:`FILETYPE_TEXT`.
22962296
:param int days: The number of days until the next update of this CRL.
22972297
:param bytes digest: The name of the message digest to use (eg
2298-
``b"sha2566"``).
2298+
``b"sha256"``).
22992299
:rtype: bytes
23002300
"""
23012301

0 commit comments

Comments
 (0)