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

Library is broken with OpenSSL v3 #107

Open
nscott opened this issue Jan 16, 2023 · 1 comment
Open

Library is broken with OpenSSL v3 #107

nscott opened this issue Jan 16, 2023 · 1 comment

Comments

@nscott
Copy link

nscott commented Jan 16, 2023

OpenSSL v1.1.1 is end-of-life this year, 2023-09-11.

I've upgraded a server I'm working with to Ubuntu Jammy (22.04, their LTS) with Ruby 3.2.0 and Rails 6.1 and it uses OpenSSL v3 by default.

This breaks the library since there are major backwards-incompatible changes. Here's the error I get:

OpenSSL::PKey::PKeyError (pkeys are immutable on OpenSSL 3.0):

Looking at the failing line of code, it's HealthCards::Key.from_jwk(jwk), or https://github.com/dvci/health_cards/blob/main/lib/health_cards/key.rb#L23

Please add support for OpenSSL v3.

@nscott nscott changed the title Broken with OpenSSL v3 Library is broken with OpenSSL v3 Jan 16, 2023
@nscott
Copy link
Author

nscott commented Jan 17, 2023

I went ahead and got a PR out for this: #108

Please leave feedback there :)

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