FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: remove `process.binding('config').fipsForced` by joyeecheung · Pull Request #26178 · nodejs/node · GitHub

/ node Public

src: remove process.binding('config').fipsForced - #26178

Closed
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:force-fips
Closed

src: remove process.binding('config').fipsForced#26178
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:force-fips

Conversation

joyeecheung commented Feb 18, 2019
edited
Loading

Copy link
Copy Markdown
Member

Instead use require('internal/options').getOptionValue to
query to value of --force-fips.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Instead use `require('internal/options').getOptionValue` to
query to value of `--force-fips`.

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. labels Feb 18, 2019
joyeecheung requested a review from addaleax February 18, 2019 05:54

Copy link
Copy Markdown
Member Author

Copy link
Copy Markdown
Member Author

Landed in 7fc6e62

joyeecheung added a commit that referenced this pull request Feb 20, 2019
Instead use `require('internal/options').getOptionValue` to
query to value of `--force-fips`.

PR-URL: #26178
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit that referenced this pull request Feb 21, 2019
Instead use `require('internal/options').getOptionValue` to
query to value of `--force-fips`.

PR-URL: #26178
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
Instead use `require('internal/options').getOptionValue` to
query to value of `--force-fips`.

PR-URL: #26178
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL