Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some ciphers for conch triggered deprecation warning with cryptography>=37 #11793

Open
llouislu opened this issue Jan 5, 2023 · 0 comments · May be fixed by #11794
Open

some ciphers for conch triggered deprecation warning with cryptography>=37 #11793

llouislu opened this issue Jan 5, 2023 · 0 comments · May be fixed by #11794
Labels

Comments

@llouislu
Copy link

llouislu commented Jan 5, 2023

Describe the incorrect behavior you saw
Some ciphers triggered deprecation warning with cryptography>=37 when using conch. They are

  • CAST5
  • SEED
  • IDEA
  • Blowfish
    from cryptography.hazmat.primitives.ciphers.algorithms.

Describe how to cause this behavior
cryptography>=37 has deprecated these ciphers which will be removed in a future version.
More details pyca/cryptography#6922.

Describe the correct behavior you'd like to see
Deprecation warning should be gone.

Testing environment
Twisted==22.10.0 on Mac 12.6 (21G115).

@llouislu llouislu added the bug label Jan 5, 2023
@llouislu llouislu changed the title some ciphers for conch triggered deprecation warning with cryptography>=37 some ciphers for conch triggered deprecation warning with cryptography>=37 Jan 5, 2023
@llouislu llouislu linked a pull request Jan 5, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant