nov / json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
MIT License
299 stars 80 forks source link

Support openssl 3 (Fixes: #100) #102

Closed nov closed 2 years ago

nov commented 2 years ago

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