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

test: use regex for OpenSSL function name #28289

Closed
wants to merge 2 commits into from

Commits on Jun 19, 2019

  1. test: use regex for OpenSSL function name

    This commit modifies test-crypt-scrypt.js to use a regular expression
    for the function name in the error message, similar to what is done for
    the error code.
    
    The motivation for this change comes from a case where we (Red Hat)
    patch OpenSSL and the memory limit checking is done in a different
    function, meaning that the function name from which this error
    originates differs from that when linking to the OpenSSL version shipped
    with Node.js.
    danbev committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    de3907d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    94153ae View commit details
    Browse the repository at this point in the history