commit | 2b6bb801f41a6e8696eb536f3f2eb8548b3f5081 | [log] [tgz] |
---|---|---|
author | Cory Benfield <lukasaoz@gmail.com> | Wed Oct 28 22:19:31 2015 +0900 |
committer | Cory Benfield <lukasaoz@gmail.com> | Wed Oct 28 22:19:31 2015 +0900 |
tree | e52f5b052e7786691d7180e2e58c83c8e7d71f08 | |
parent | 25338c5adef074021f39a469a3bfb3a3b8963568 [diff] [blame] |
Further clarify dump_publickey argument types.
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py index 1e0b903..0b3f02f 100644 --- a/src/OpenSSL/crypto.py +++ b/src/OpenSSL/crypto.py
@@ -1629,8 +1629,7 @@ :param type: The file type (one of :data:`FILETYPE_PEM` or :data:`FILETYPE_ASN1`). - :param pkey: The PKey to dump. - :type pkey: :class:`PKey` + :param PKey pkey: The public key to dump :return: The buffer with the dumped key in it. :rtype: bytes """