commit | ce8eb052675df867f6124ebcb9bd7c1e900a6217 | [log] [tgz] |
---|---|---|
author | Brianna Poulos <Brianna.Poulos@jhuapl.edu> | Fri Feb 23 16:49:26 2018 -0500 |
committer | Brianna Poulos <Brianna.Poulos@jhuapl.edu> | Fri Feb 23 16:52:51 2018 -0500 |
tree | 032895c3cc112e878f16bd21239f480f33b4b25f | |
parent | 73402c7d285b12679a7ff143831c8856057ef026 [diff] |
Address verifier DeprecationWarning The use of signer and verifier in cryptography has been deprecated, and causes the following warning: barbican_tempest_plugin/tests/scenario/barbican_manager.py:139: DeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. This patch replaces signer with sign. Change-Id: Ia6358e2c4e84faa9d692a13b9b3aa1504407301b