[Bug 1750633] Re: signer and verifier have been deprecated
OpenStack Infra
1750633 at bugs.launchpad.net
Mon Nov 21 14:34:45 UTC 2022
Reviewed: https://review.opendev.org/c/x/cursive/+/864846
Committed: https://opendev.org/x/cursive/commit/ad4437300d06442d7b9cb83e5788a7a8ce091600
Submitter: "Zuul (22348)"
Branch: master
commit ad4437300d06442d7b9cb83e5788a7a8ce091600
Author: Tobias Urdin <tobias.urdin at binero.se>
Date: Thu Nov 17 08:35:27 2022 +0000
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
** Changed in: cursive
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to paramiko in Ubuntu.
https://bugs.launchpad.net/bugs/1750633
Title:
signer and verifier have been deprecated
Status in Cursive:
Fix Released
Status in paramiko package in Ubuntu:
Invalid
Bug description:
The cryptography library has deprecated the use of signer and verifier
as of version 2.0 (see
https://cryptography.io/en/latest/changelog/#v2-0 for changelog).
The cursive library uses signer and verifier, and should be updated to
use sign and verify instead.
The following is the deprecation warning:
/opt/stack/cursive/cursive/signature_utils.py:139: DeprecationWarning:
signer and verifier have been deprecated. Please use sign and verify
instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cursive/+bug/1750633/+subscriptions
More information about the foundations-bugs
mailing list