Library for validation of digital signatures.
Go to file
Luigi Toscano 450f696589 zuul: move jobs in-tree and related updates
Move the job definitions in-tree, updating them when needed.
This lead to several changes:

- update tox.ini and setup.cfg to align it to the newest standards
  (including newer python classifiers);
- no more python 2.x jobs;
- bump hacking requirements to make the pep8 job work with the newest
  python releases;
- ignore a few spurious flake8 warnings;
- switch to stestr as test runner;
- update cryptography dependency.

The old barbican simple-crypto job name is still available as an alias
for a while, but it is time to switch away from it, so directly
use the new job.

Depends-On: https://review.opendev.org/771443
Change-Id: Iba7b4106c49e4b492c97097648c7b8f599a2ca4b
2021-01-19 15:25:08 +01:00
cursive zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00
doc zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00
releasenotes Use openstackdocstheme for docs and release notes 2018-01-19 18:00:07 +00:00
.gitignore Fix releasenotes building 2016-07-13 09:39:52 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:53 +00:00
.stestr.conf zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00
.testr.conf Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
.zuul.yaml zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00
CONTRIBUTING.rst Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
HACKING.rst Add hacking note for copyrights 2016-06-28 06:45:21 -07:00
LICENSE Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
MANIFEST.in Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
README.rst Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
babel.cfg Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
requirements.txt zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00
setup.cfg zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00
setup.py Initial cookiecutter commit 2016-06-27 18:28:04 -07:00
test-requirements.txt zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00
tox.ini zuul: move jobs in-tree and related updates 2021-01-19 15:25:08 +01:00

README.rst

cursive

Cursive implements OpenStack-specific validation of digital signatures.

As OpenStack continues to mature, robust security controls become increasingly critical. The cursive project contains code extracted from various OpenStack projects for verifying digital signatures. Additional capabilities will be added to this project in support of various security features.

Features

  • TODO