Skip to content

Conversation

@shigeki
Copy link
Contributor

The pfx file created by pkcs12 command of openssl causes an error in
FIPS mode because its certificate is encrypted with RC2 by default.
Adding -descert option resolves the error.

Fix: #5144
Fix: #5109

CC: @indutny

The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: nodejs#5144Fix: nodejs#5109
@shigeki
Copy link
ContributorAuthor

@mscdexmscdex added tls Issues and PRs related to the tls subsystem. test Issues and PRs related to the tests. labels Feb 9, 2016
@shigeki
Copy link
ContributorAuthor

Something error in Jenkins of plinux fedora. Try again in https://ci.nodejs.org/job/node-test-pull-request/1597/

@Trott
Copy link
Member

Trott commented Feb 9, 2016

LGTM if CI is good

shigeki pushed a commit that referenced this pull request Feb 9, 2016
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: #5144Fix: #5109 PR-URL: #5150 Reviewed-By: Rich Trott <[email protected]>
@shigeki
Copy link
ContributorAuthor

@Trott Thanks. CI is good. Landed in dccccbb.

@shigekishigeki closed this Feb 9, 2016
rvagg pushed a commit that referenced this pull request Feb 9, 2016
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: #5144Fix: #5109 PR-URL: #5150 Reviewed-By: Rich Trott <[email protected]>
rvagg pushed a commit that referenced this pull request Feb 9, 2016
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: #5144Fix: #5109 PR-URL: #5150 Reviewed-By: Rich Trott <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: #5144Fix: #5109 PR-URL: #5150 Reviewed-By: Rich Trott <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: #5144Fix: #5109 PR-URL: #5150 Reviewed-By: Rich Trott <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: #5144Fix: #5109 PR-URL: #5150 Reviewed-By: Rich Trott <[email protected]>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: nodejs#5144Fix: nodejs#5109 PR-URL: nodejs#5150 Reviewed-By: Rich Trott <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@shigeki@Trott@mscdex@jasnell@MylesBorins