mozilla-services / python-autograph-utils

A library to simplify use of Autograph
Other
5 stars 4 forks source link

========================== Python Autograph Utilities

|pypi| |ci| |coverage|

.. |pypi| image:: https://img.shields.io/pypi/v/autograph-utils.svg :target: https://pypi.python.org/pypi/autograph-utils .. |ci| image:: https://img.shields.io/github/actions/workflow/status/mozilla-services/python-autograph-utils/test.yml?branch=main :target: https://github.com/mozilla-services/python-autograph-utils/actions .. |coverage| image:: https://coveralls.io/repos/github/mozilla-services/python-autograph-utils/badge.svg?branch=main :target: https://coveralls.io/github/mozilla-services/python-autograph-utils?branch=main

A library to simplify use of Autograph

Features

SignatureVerifier

The canonical implementation of certificate chain validation. Although some other implementations seem to exist (such as https://github.com/river2sea/X509Validation, https://github.com/alex/x509-validator, and https://github.com/openstack/cursive), all are marked as pre-production and/or needing work, so just do it ourselves.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

.. Cookiecutter: https://github.com/audreyr/cookiecutter .. audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage