Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change digest algorithm from not supported SHA #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Giannandrea
Copy link

Looking a the code of the openssl gem it seems that SHA is not supported
https://github.com/ruby/openssl/blob/master/lib/openssl/digest.rb

alg = %w(MD2 MD4 MD5 MDC2 RIPEMD160 SHA1 SHA224 SHA256 SHA384 SHA512)
when i tried Angelo locally on mac i receive this error
NameError: uninitialized constant OpenSSL::Digest::SHA

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

Successfully merging this pull request may close these issues.

1 participant