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
CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
signer = key.signer(padding=PKCS1v15(), algorithm=hash_alg)
Have it fixed or not yet?
The text was updated successfully, but these errors were encountered:
site-packages\signxml\__init__.py:370: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
signer = key.signer(padding=PKCS1v15(), algorithm=hash_alg)
EDIT: Just now saw the closed-tag, my apologies.
Doesn't seem the update is pushed to PyPi yet, though.
I get a warning when I use XMLsinger 🔢
CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
signer = key.signer(padding=PKCS1v15(), algorithm=hash_alg)
Have it fixed or not yet?
The text was updated successfully, but these errors were encountered: