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 c2ad743 commit efd473fCopy full SHA for efd473f
signxml/verifier.py
@@ -375,7 +375,7 @@ def verify(
375
if x509_cert and str(type(x509_cert)) == "<class 'OpenSSL.crypto.X509'>":
376
warn(
377
"SignXML received a PyOpenSSL object as x509_cert input. Please pass a Cryptography.X509 object instead.",
378
- DeprecationWarning
+ DeprecationWarning,
379
)
380
x509_cert = x509_cert.to_cryptography() # type: ignore[union-attr]
381
0 commit comments