Created
April 7, 2015 22:14
-
-
Save carols10cents/a2680bfd7d6b756d81b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/.rvm/gems/ruby-2.1.5@apangea $ grep -R "OpenSSL::Digest::Digest" . | |
| ./gems/aws-sdk-1.30.1/lib/aws/core/signature/version_4.rb: OpenSSL::HMAC.digest(OpenSSL::Digest::Digest.new('sha256'), key, value) | |
| ./gems/aws-sdk-1.30.1/lib/aws/core/signature/version_4.rb: OpenSSL::HMAC.hexdigest(OpenSSL::Digest::Digest.new('sha256'), key, value) | |
| ./gems/aws-sdk-1.30.1/lib/aws/core/signer.rb: OpenSSL::HMAC.digest(OpenSSL::Digest::Digest.new(digest), key, value) | |
| ./gems/aws-sdk-1.30.1/lib/aws/glacier/archive_collection.rb: digest = OpenSSL::Digest::Digest.new('sha256') | |
| ./gems/aws-sdk-1.30.1/lib/aws/glacier/archive_collection.rb: tree_digest = OpenSSL::Digest::Digest.new('sha256') | |
| ./gems/aws-sdk-1.30.1/lib/aws/glacier/archive_collection.rb: digest = OpenSSL::Digest::Digest.new('sha256') | |
| ./gems/fog-1.29.0/CHANGELOG.md:* Use OpenSSL::Digest instead of deprecated OpenSSL::Digest::Digest. *thanks Akira Matsuda* | |
| ./gems/jwt-0.1.8/lib/jwt.rb: private_key.sign(OpenSSL::Digest::Digest.new(algorithm.sub('RS', 'sha')), msg) | |
| ./gems/jwt-0.1.8/lib/jwt.rb: public_key.verify(OpenSSL::Digest::Digest.new(algorithm.sub('RS', 'sha')), signature, signing_input) | |
| ./gems/jwt-0.1.8/lib/jwt.rb: OpenSSL::HMAC.digest(OpenSSL::Digest::Digest.new(algorithm.sub('HS', 'sha')), key, msg) | |
| ./gems/openid_connect-0.7.3/lib/openid_connect/response_object/id_token.rb: digest = OpenSSL::Digest::Digest.new("SHA#{hash_length}").digest string | |
| ./gems/right_aws-3.0.4/lib/awsbase/right_awsbase.rb: @@digest1 = OpenSSL::Digest::Digest.new("sha1") | |
| ./gems/right_aws-3.0.4/lib/awsbase/right_awsbase.rb: @@digest256 = OpenSSL::Digest::Digest.new("sha256") rescue nil # Some installation may not support sha256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment