Library for validation of digital signatures.
Go to file
Tobias Urdin ad4437300d Stop using removed verifier and signer methods
These methods is removed in [1] so we move to our
wrappers for verifiers introduced in [2] and then
updateo ur testing to not use signer as well.

[1] https://github.com/pyca/cryptography/pull/6639
[2] https://review.opendev.org/c/x/cursive/+/547146

Closes-Bug: #1750633
Change-Id: I07b2d9c41c5c659692e5bfd6570b66fd646faa2b
2022-11-17 09:14:28 +00:00
cursive Stop using removed verifier and signer methods 2022-11-17 09:14:28 +00: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 Optimizing the safety of the http link site in HACKING.rst 2021-02-08 20:39:37 +00: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 Change openstack-dev to openstack-discuss 2021-02-08 20:40:52 +00: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