ruby-jwe icon indicating copy to clipboard operation
ruby-jwe copied to clipboard

Issues with the 'dir' Algorithm using bytes other than 16 on Ruby >= 2.4

Open rangeroob opened this issue 8 years ago • 0 comments

With the updated openssl library within ruby 2.4 you get this error:
key must be 16 bytes (ArgumentError)

I am ready with a quick rspec test case but it fails on anything > 2.4

rangeroob avatar Aug 31 '17 19:08 rangeroob