We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4183beb commit 4121e25Copy full SHA for 4121e25
src/OpenSSL/crypto.py
@@ -902,7 +902,7 @@ def from_cryptography(cls, crypto_req):
902
:param crypto_req: A ``cryptography`` X.509 certificate signing request
903
:type crypto_req: ``cryptography.x509.CertificateSigningRequest``
904
905
- :rtype: PKey
+ :rtype: X509Req
906
907
.. versionadded:: 17.1.0
908
"""
@@ -1115,7 +1115,7 @@ def from_cryptography(cls, crypto_cert):
1115
:param crypto_key: A ``cryptography`` X.509 certificate.
1116
:type crypto_key: ``cryptography.x509.Certificate``
1117
1118
+ :rtype: X509
1119
1120
1121
0 commit comments