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
{{ message }}
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
Using this (in a 3rd party lib) I get two DeprecationWarning messages:
/home/user/django-u2f/venv/lib/python3.5/site-packages/u2flib_server/model.py:178: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
verifier = pubkey.verifier(self.signature, ec.ECDSA(hashes.SHA256()))
/home/user/django-u2f/venv/lib/python3.5/site-packages/u2flib_server/model.py:210: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
verifier = pubkey.verifier(self.signature, ec.ECDSA(hashes.SHA256()))