Skip to content

doc,test: fix prime generation description - #37085

Merged
aduh95 merged 1 commit into
nodejs:masterfrom
tniessen:doc-test-fix-prime-description-add-rem
Feb 1, 2021
Merged

doc,test: fix prime generation description#37085
aduh95 merged 1 commit into
nodejs:masterfrom
tniessen:doc-test-fix-prime-description-add-rem

Conversation

@tniessen

Copy link
Copy Markdown
Member

The previous description incorrectly explained the behavior of options.add and options.rem for primes that are not safe.

@tniessentniessen added crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. labels Jan 26, 2021
@tniessen
tniessen requested a review from jasnellJanuary 26, 2021 19:52
@tniessentniessen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 26, 2021
@nodejs-github-bot

This comment has been minimized.

@tniessen

Copy link
Copy Markdown
MemberAuthor

@richardlau I am having trouble finding the OpenSSL version that node-test-linux-linked-openssl111fips is using once again (sorry!). Is it older than 1.1.1f?

@tniessentniessen removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 29, 2021
@nodejs-github-bot

This comment has been minimized.

@tniessen
tniessenforce-pushed the doc-test-fix-prime-description-add-rem branch from c21fc8d to 6b6cdcfCompareJanuary 31, 2021 15:46
@nodejs-github-bot

This comment has been minimized.

@tniessen

Copy link
Copy Markdown
MemberAuthor

Is it older than 1.1.1f?

Found it, it's 1.1.1c, which has a few quirks when it comes to prime number generation. Disabled the test for those versions.

PTAL assuming CI passes.

@tniessen
tniessenforce-pushed the doc-test-fix-prime-description-add-rem branch from 6b6cdcf to 0fdea88CompareJanuary 31, 2021 16:52
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@tniessentniessen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 31, 2021
The previous description incorrectly explained the behavior of
options.add and options.rem for primes that are not safe.
PR-URL: nodejs#37085
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@aduh95
aduh95force-pushed the doc-test-fix-prime-description-add-rem branch from 0fdea88 to 814f971CompareFebruary 1, 2021 15:15
@aduh95
aduh95 merged commit 814f971 into nodejs:masterFeb 1, 2021
@aduh95

Copy link
Copy Markdown
Contributor

Landed in 814f971

targos pushed a commit that referenced this pull request Feb 2, 2021
The previous description incorrectly explained the behavior of
options.add and options.rem for primes that are not safe.
PR-URL: #37085
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Feb 2, 2021
@tniessentniessen removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 6, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cryptoIssues and PRs related to the crypto subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@tniessen@nodejs-github-bot@aduh95@jasnell@Trott@juanarbol@targos