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

Please make a new PyPi release #81

Open
viettappcard opened this issue Mar 21, 2024 · 1 comment
Open

Please make a new PyPi release #81

viettappcard opened this issue Mar 21, 2024 · 1 comment

Comments

@viettappcard
Copy link

viettappcard commented Mar 21, 2024

1. Ask

New release please

2. Issue

I'm having an issue using oscrypto version 1.3.0 (python 3.11.8) on a machine with OpenSSL 3.0.11 .

The root cause looks to be with oscrypto/_openssl/_libcrypto_ctypes.py and oscrypto/_openssl/_libcrypto_cffi.py while attempting to get the OpenSSL version.

For example with _libcrypto_ctypes.py, the regex for version 1.3.0 as installed from pypi won't be able to recognize the version in string "OpenSSL 3.0.11 19 Sep 2023" (code link). Looking at what's currently in master branch, the regex has been improved since (code link). But there's no release so I can't install it with pip in my automated build.

I do not want to downgrade my OpenSSL. I haven't tried upgrading OpenSSL but I suspect the same error will occur.

3. Acceptance Criteria

A new release on PyPi of oscrypto

@viettappcard
Copy link
Author

Judging from the discussion starting from here, looks like people can either pin the dependency on a commit hash or move off oscrypto

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