Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

warning: constant OpenSSL::Cipher::Cipher is deprecated #59

Open
lukemalinowski opened this issue Aug 13, 2018 · 2 comments
Open

warning: constant OpenSSL::Cipher::Cipher is deprecated #59

lukemalinowski opened this issue Aug 13, 2018 · 2 comments
Labels

Comments

@lukemalinowski
Copy link
Collaborator

The fix is in a PR opened in February, but it looks like gibberish isn't very actively maintained so it has not been merged yet: mdp/gibberish#27

Additionally, the deprecation itself is purely an API level change per the following source. The deprecated class is identical to the new class with exception of the deprecation message being inserted:
https://github.com/ruby/openssl/blob/master/lib/openssl/cipher.rb

In all, Gibberish seems to be more of an issue than the usage of the Cipher::Cipher openssl class.

@yarick
Copy link
Contributor

yarick commented Aug 13, 2018

I would suggest to consider adding a note to that effect to Readme.md

@lukemalinowski
Copy link
Collaborator Author

Will do, also should mention that despite not being actively maintained, gibberish is relatively small and will likely be acceptable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants