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

Fix incorrect function name #797

Closed

Commits on Sep 7, 2024

  1. Fix incorrect function name

    There is no such function as `EVP_EVP_aes_128_cbc()` in openssl.
    This should read `EVP_aes_128_cbc()`
    
    In order to see a compilation failure due to this, it is necessary to
    build a version of openssl without any of the older and less secure
    ciphers, including omitting DES/3DES.
    
    Previously submitted as ruby/ruby#11515 --
    resubmitting here as requested.
    infracaninophile committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f1d0c9e View commit details
    Browse the repository at this point in the history