e8ca9276c667cebb099f94a17352692d0e02570f
The PKI token validation for PKI and PKIZ tokens both individually do the cms validation and the revocation checking. There's no reason that this needs to be in both the functions. We can split the decode process and standardize the validation process to make the code flow easier to understand. As per the previous patch the tests all operate on _validate_offline already so this is a straight refactoring. Change-Id: I148c96688cace1f73a8fad80ed5104b1b6b871b7
Middleware for the OpenStack Identity API (Keystone)
This package contains middleware modules designed to provide
authentication and authorization features to web services other than
Keystone
<https://github.com/openstack/keystone>. The most prominent
module is keystonemiddleware.auth_token. This package does
not expose any CLI or Python API features.
For information on contributing, see
CONTRIBUTING.rst.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/keystonemiddleware
- Source: http://git.openstack.org/cgit/openstack/keystonemiddleware
- Bugs: http://bugs.launchpad.net/keystonemiddleware
For any other information, refer to the parent project, Keystone:
Description