You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Lint/DeprecatedOpenSSLConstant:
> Use OpenSSL::Digest.hexdigest('MD5', key_in_der_format) instead of
> OpenSSL::Digest::MD5.hexdigest(key_in_der_format).
Rubocop has a new cop[1] that detects an upcoming deprecation to the
OpenSSL gem[2] that's built into Ruby.
[1] rubocop/rubocop#7950
[2] ruby/openssl#366
The previous constant will cause failures in Ruby 3.
Signed-off-by: Tim Smith <[email protected]>
Signed-off-by: Robb Kidd <[email protected]>
0 commit comments