keystone/keystone/common
John Dennis 6ba5e3683b Utilites for manipulating base64 & PEM
Add two new utility modules

  - keystone.common.base64utils
  - keystone.common.pemutils

Add two new unit tests to exercise the above.

  - keystone.tests.test_base64utils
  - keystone.tests.test_pemutils

Functionality in these utilities will be utilized to fix bug #1233838
in a subsequent commit. It is hoped these modules will moved to Oslo
common code. Each module has a doc string describing their purpose and
functionalty.

Change-Id: I3546674dcd9eddec2c378929dd3f759f667cfd5d
Partial-Bug: #1233838
2013-11-19 18:18:42 -05:00
..
cache Handle unicode at the caching layer more elegantly 2013-10-14 10:14:22 -05:00
environment Monkey patch select in environment 2013-09-20 00:23:31 +00:00
ldap Merge "Do not name variables as builtins" 2013-11-15 02:31:32 +00:00
sql Do not name variables as builtins 2013-11-13 10:00:36 +01:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
base64utils.py Utilites for manipulating base64 & PEM 2013-11-19 18:18:42 -05:00
cms.py Bump hacking to 0.7 2013-08-29 09:30:55 +09:00
config.py use different bind addresses for admin and public 2013-11-11 15:27:29 +08:00
controller.py proxy removed from identity and changed to assignment 2013-10-31 13:06:15 -03:00
dependency.py Optional dependency injection 2013-09-16 16:00:49 -05:00
extension.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
kvs.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
manager.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
models.py Cleanup of tenantId, tenant_id, and default_project_id 2013-09-22 17:36:02 -07:00
openssl.py Merge "Remove CA key password from cert setup" 2013-09-12 15:37:53 +00:00
pemutils.py Utilites for manipulating base64 & PEM 2013-11-19 18:18:42 -05:00
router.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
serializer.py Treats OS-KSADM:password as password in v2 APIs 2013-10-09 15:40:40 +00:00
systemd.py notify calling process we are ready to serve 2012-09-19 00:28:19 +02:00
utils.py Adds decorator to deprecate functions and methods 2013-10-23 17:32:54 +00:00
wsgi.py Add WSGI environment to context 2013-11-12 10:21:39 -05:00