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: fix OpenSSL version checks #53503

Merged
merged 1 commit into from
Jun 26, 2024

Commits on Jun 18, 2024

  1. test: fix OpenSSL version checks

    As per the original pull request that introduced the OpenSSL version
    check in `parallel/test-crypto-dh`:
    
    ```
    Error message change is test-only and uses the right error message for
    versions >=3.0.12 in 3.0.x and >= 3.1.4 in 3.1.x series.
    ```
    
    Fix the check so that:
    - The older message is expected for OpenSSL 3.1.0.
    - The newer message is expected for OpenSSL from 3.1.4 (e.g. 3.2.x).
    
    Refs: nodejs#50395
    richardlau committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e7e25ba View commit details
    Browse the repository at this point in the history