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

Deprecation Warning #108

Closed
ensarman opened this issue Apr 16, 2018 · 2 comments
Closed

Deprecation Warning #108

ensarman opened this issue Apr 16, 2018 · 2 comments

Comments

@ensarman
Copy link

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?

@mcondarelli
Copy link

Same problem here.

@ragerin
Copy link

ragerin commented Oct 23, 2018

Same here.

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.

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

3 participants