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

Add OpenSSL 3 support #100

Closed
lucaskanashiro opened this issue Mar 16, 2022 · 2 comments
Closed

Add OpenSSL 3 support #100

lucaskanashiro opened this issue Mar 16, 2022 · 2 comments

Comments

@lucaskanashiro
Copy link
Contributor

Running the tests with ruby 3.0, in Ubuntu 22.04 which already has OpenSSL 3, I got the following failures:

https://paste.debian.net/1234644/

All those failures are happening because of some API changes in the openssl gem version 3.0.0:

https://github.com/ruby/openssl/blob/master/History.md#version-300

@nov
Copy link
Owner

nov commented Mar 17, 2022

Hi, I could reproduce these errors.
It seems I need lots of times to fix them though..

@nov
Copy link
Owner

nov commented Apr 19, 2022

lucaskanashiro added a commit to lucaskanashiro/json-jwt that referenced this issue May 6, 2022
The openssl API introduced some breaking changes which are fixed by this
commit. For more information about those changes check this out:

https://github.com/ruby/openssl/blob/master/History.md#version-300

Co-authored-by: Sergio Durigan Junior <sergiodj@ubuntu.com>
@nov nov closed this as completed in d6c8233 Jul 9, 2022
nov added a commit that referenced this issue Jul 9, 2022
lochiiconnectivity added a commit to lochiiconnectivity/mastodon that referenced this issue Dec 18, 2022
Bump ruby-jwt and json-jwt to support OmniAuth OIDC w/ OpenSSL 3.0 

* jwt/ruby-jwt#495
* nov/json-jwt#100
Gargron pushed a commit to mastodon/mastodon that referenced this issue Jan 5, 2023
Bump ruby-jwt and json-jwt to support OmniAuth OIDC w/ OpenSSL 3.0 

* jwt/ruby-jwt#495
* nov/json-jwt#100
nametoolong pushed a commit to nametoolong/nuage that referenced this issue Jan 12, 2023
Bump ruby-jwt and json-jwt to support OmniAuth OIDC w/ OpenSSL 3.0 

* jwt/ruby-jwt#495
* nov/json-jwt#100
kamranf pushed a commit to scribd/json-jwt that referenced this issue Sep 7, 2023
The openssl API introduced some breaking changes which are fixed by this
commit. For more information about those changes check this out:

https://github.com/ruby/openssl/blob/master/History.md#version-300

Co-authored-by: Sergio Durigan Junior <sergiodj@ubuntu.com>
va7map pushed a commit to va7map/json-jwt that referenced this issue Jun 11, 2024
The openssl API introduced some breaking changes which are fixed by this
commit. For more information about those changes check this out:

https://github.com/ruby/openssl/blob/master/History.md#version-300

Co-authored-by: Sergio Durigan Junior <sergiodj@ubuntu.com>
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

2 participants