You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am getting this warning when using signxml 3.2.2:
Is it possible to move away from this deprecated dependency?
The text was updated successfully, but these errors were encountered: