keystonemiddleware/keystonemiddleware/tests/unit
Tin Lam e23cb36ac0 Replace pycrypto with cryptography
The pycrypto library is unmaintained, and keystonemiddleware currently
uses pycrypto to encrypt and decrpyt things before caching them.
This patch set removes the pycrypto dependency and updates the code
to use the cryptography library.  See [1].  Replacing the cryptographic
library is backward compatible.  See [2].

[1] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113568.html
[2] http://paste.openstack.org/show/610186/

Change-Id: Iced7f5115e49ccf4f7f5bf6813cb5988b95c248b
Closes-Bug: #1677308
2017-05-22 16:52:37 -05:00
..
audit Update driver config parameter from string to list 2017-05-15 14:29:19 -05:00
auth_token Replace pycrypto with cryptography 2017-05-22 16:52:37 -05:00
__init__.py Move unit tests into tests.unit 2015-03-11 17:03:54 -05:00
client_fixtures.py Pass ?allow_expired 2016-12-15 16:15:35 +00:00
test_ec2_token_middleware.py Fix D204 PEP257 violation and enable D301 and D209 2016-05-06 16:36:15 +00:00
test_entry_points.py Define entry points for filter factories for Paste Deployment 2015-11-06 12:16:44 -06:00
test_fixtures.py Add project_name to the auth_token fixture 2016-01-13 15:10:36 +11:00
test_opts.py Pass ?allow_expired 2016-12-15 16:15:35 +00:00
test_s3_token_middleware.py Use method split_path from oslo.utils 2016-05-31 12:06:26 +00:00
utils.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00