commit | 0a3cd6dde2a93cee18f6e0f0d40cf669c04befa7 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Wed Oct 21 16:39:22 2015 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Wed Oct 21 16:39:22 2015 +0200 |
tree | abd17e5eb73ef6f1a00f07f6ed8992667665c60a | |
parent | 389b27c4f9b23fc4dff97d71f1cdc01a3d37e7d8 [diff] [blame] |
Add type information to crl parameter
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py index 871bad2..78d491e 100644 --- a/src/OpenSSL/crypto.py +++ b/src/OpenSSL/crypto.py
@@ -2569,9 +2569,10 @@ :param type: The file type (one of ``FILETYPE_PEM``, ``FILETYPE_ASN1``, or ``FILETYPE_TEXT``). - :param cert: The CRL to dump. + :param CRL crl: The CRL to dump. + :return: The buffer with the CRL. - :rtype: :py:data:`bytes` + :rtype: :data:`bytes` """ bio = _new_mem_buf()