cursive/cursive
Peter Hamilton ad879a1fbc Add certificate validation
This change adds support for certificate validation, including
certificate inspection utilities. Validating a certificate
requires the certificate UUID of the certificate to validate,
a set of UUIDs corresponding to the set of trusted certificates
needed to validate the certificate, and a user context for
authentication to the key manager. A new certificate verification
context is included that is used to store the set of trusted
certificates once they are loaded from the key manager. This
context is used to validate the signing certificate, verifying
that the certificate belongs to a valid certificate chain rooted
in the set of trusted certificates.

All new certificate utility code is added in a new module named
certificate_utils.

For more information on this work, see the spec:
https://review.openstack.org/#/c/488541/

SecurityImpact
DocImpact

Change-Id: I8d7f43fb4c0573ac3681147eac213b369bbbcb3b
Implements: blueprint nova-validate-certificates
2017-10-03 15:57:27 -04:00
..
tests Add certificate validation 2017-10-03 15:57:27 -04: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 Add certificate validation 2017-10-03 15:57:27 -04:00