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

hmac: migrate from the low-level HMAC API to the EVP API #371

Merged
merged 2 commits into from
Jun 30, 2020

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    8253d7c View commit details
    Browse the repository at this point in the history
  2. hmac: migrate from the low-level HMAC API to the EVP API

    Use the EVP API instead of the low-level HMAC API. Use of the HMAC API
    has been discouraged and is being marked as deprecated starting from
    OpenSSL 3.0.0.
    
    The two singleton methods OpenSSL::HMAC, HMAC.digest and HMAC.hexdigest
    are now in lib/openssl/hmac.rb.
    rhenium committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0317e2f View commit details
    Browse the repository at this point in the history