You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the deprecated OpenSSL.crypto.sign and OpenSSL.crypto.verify.
cryptography.hazmat.primitives.asymmetric’s signature APIs should be used instead.
Probably it would be best to rewrite the test or better the whole library to cryptography, as recommended by pyOpenSSl.crypto module itself. But I don't really know what I am doing and I am afraid of dinosaurs with laser guns, so please don't expect a PR from me. Could you please think about it? I know it is not a small task.
The text was updated successfully, but these errors were encountered:
Initially I tried to patch it and failed (luckily, because I would probably introduce some security issue if I succeeded). But in the process I found a GitHub issue that might come handy: pyca/cryptography#7939.
Environment details
google-auth
version: 2.38.0pyOpenSSL
version: 25.0.0Decription
While running the testsuite I encountered a test failure:
Indeed, from pyOpenSSL changelog for 24.3.0:
Probably it would be best to rewrite the test or better the whole library to
cryptography
, as recommended bypyOpenSSl.crypto
module itself. But I don't really know what I am doing and I am afraid of dinosaurs with laser guns, so please don't expect a PR from me. Could you please think about it? I know it is not a small task.The text was updated successfully, but these errors were encountered: