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

Deprecate pyOpenSSL support in openssl_pkcs12 #667

Open
felixfontein opened this issue Oct 28, 2023 · 0 comments
Open

Deprecate pyOpenSSL support in openssl_pkcs12 #667

felixfontein opened this issue Oct 28, 2023 · 0 comments

Comments

@felixfontein
Copy link
Contributor

SUMMARY

PyOpenSSL 23.3.0 dropped support for PKCS#12, so the module only supports older version of pyOpenSSL.

We should eventually deprecate the pyOpenSSL backend for this module. This is the last module that still supports pyOpenSSL in this collection.

PKCS#12 support was only added to cryptography in 3.0 (released in July 2020), so we probably should wait some time. The removal should only happen once all LTS versions of mainstream distros have cryptography >= 3.0.

Debian Buster still has cryptography 2.6.1 (https://packages.debian.org/buster/python3-cryptography), but Bullseye already has 3.3.2. CentOS Stream 8 has 3.2.1, OpenSuSE Leap 15.2 has 2.8 (15.4 has 3.3.2), Ubuntu 20.04 has 2.8 (22.04 has 3.4.8), Rocky Linux 8 has 3.2.1.

Ubuntu 20.04 LTS support ends in April 2025, Debian Buster LTS support in June 2024. No idea which version RHEL 7 has and how long they are supported.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

openssl_pkcs12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant