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

src,build: add --openssl-default-cipher-list #33708

Closed
wants to merge 4 commits into from

Commits on Jun 3, 2020

  1. src,build: add --openssl-default-cipher-list

    This commit adds a configuration option named
    openssl-default-cipher-list which takes a colon separated string
    specifying ciphers that should be used as the default ciphers instead of
    the ones defined in node_constants.
    
    The motivation for this is a use case where Fedora/RHEL would like
    to be able to specify a default cipher in the format PROFILE=SYSTEM.
    This would enable Fedora/RHEL to have a system wide security level for
    all applications.
    
    Refs: https://docs.fedoraproject.org/en-US/packaging-guidelines/CryptoPolicies/
    danbev committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    a41cc6f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. squash: add openssl-default-cipher-list to without_ssl check

    This commit adds this option to the without_ssl so that when used with
    the --without-ssl option the following configuration error will be
    displayed:
    Node.js configure: Found Python 3.8.2...
    ERROR: --without-ssl is incompatible with --openssl-default-cipher-list
    danbev committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ecc0787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66815e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbc1501 View commit details
    Browse the repository at this point in the history