Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL Verify is deprecated #259

Closed
RoryPTB opened this issue Jul 18, 2024 · 2 comments
Closed

OpenSSL Verify is deprecated #259

RoryPTB opened this issue Jul 18, 2024 · 2 comments

Comments

@RoryPTB
Copy link

RoryPTB commented Jul 18, 2024

I am getting this warning when using signxml 3.2.2:

venv\Lib\site-packages\signxml\verifier.py:13: DeprecationWarning: verify() is deprecated. Use the equivalent APIs in cryptography.
    from OpenSSL.crypto import verify as openssl_verify

Is it possible to move away from this deprecated dependency?

@kislyuk
Copy link
Member

kislyuk commented Jul 18, 2024

See #141

@kislyuk kislyuk closed this as completed Jul 18, 2024
@RoryPTB
Copy link
Author

RoryPTB commented Jul 18, 2024

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants