cursive/cursive
Brianna Poulos edd60e3a17 Address verifier DeprecationWarning
The use of signer and verifier in cryptography has been
deprecated, and causes the following warning:

cursive/cursive/signature_utils.py:139: DeprecationWarning: signer
and verifier have been deprecated. Please use sign and verify
instead.

This patch adds a wrapper around the use of verifier, so
that sign and verify are used with cryptography, but the
client use of the library doesn't have to change.

Change-Id: Ib4aaa4fc9eb893b74f08bc8ff732a4dae152f685
2018-02-28 22:14:49 +00:00
..
tests Address verifier DeprecationWarning 2018-02-28 22:14:49 +00:00
__init__.py Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
certificate_utils.py Add certificate validation 2017-10-03 15:57:27 -04:00
exception.py Add signature_utils module 2016-06-28 08:55:11 -07:00
i18n.py Add signature_utils module 2016-06-28 08:55:11 -07:00
signature_utils.py Address verifier DeprecationWarning 2018-02-28 22:14:49 +00:00
verifiers.py Address verifier DeprecationWarning 2018-02-28 22:14:49 +00:00