ezcrypto
ezcrypto copied to clipboard
ruby 2.4.0
Hello @pelle
Wow, while ezcrypto hasn't been modified for years, it sure has withstood the test of time. We've been using it for a few years now and it has been running without a hitch.
It looks like ruby 2.4.0 wants to introduce a curve ball here. We're testing with the latest version and we're getting the following complaints:
ezcrypto-0.7/lib/ezcrypto.rb:432: warning: constant OpenSSL::Cipher::Cipher is deprecated
Are you aware of this issue? Not sure how much time you are spending in the ruby space these days.
Thanks for the great gem(s) @kbrock
@pelle Wanted to bump this again.
It looks like OpenSSL has changed to use OpenSSL::Cipher.new() instead of OpenSSL::Cipher::Cipher.new()