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

crypto: fix WebCrypto import of RSA-PSS keys by tniessen · Pull Request #36877 · nodejs/node · GitHub

/ node Public

crypto: fix WebCrypto import of RSA-PSS keys - #36877

Closed
tniessen wants to merge 1 commit into
nodejs:masterfrom
tniessen:webcrypto-pss-fips
Closed

crypto: fix WebCrypto import of RSA-PSS keys#36877
tniessen wants to merge 1 commit into
nodejs:masterfrom
tniessen:webcrypto-pss-fips

Conversation

Copy link
Copy Markdown
Member

This patch changes GetRsaKeyDetail to work in older supported versions of OpenSSL. The added test case fails CI without this patch.

I assume the WebCrypto implementation also does not handle imported RSASSA-PSS-params correctly, but it is out of scope for this PR to fix that. Last time I checked, OpenSSL made that step difficult.

Refs: openssl/openssl#10217
Refs: #36188

tniessen added the crypto Issues and PRs related to the crypto subsystem. label Jan 11, 2021
tniessen requested a review from jasnell January 11, 2021 14:20
nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jan 11, 2021
tniessen added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 11, 2021

cjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM. The linter seems to be complaining about the test though.

tniessen removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 11, 2021
tniessen added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 11, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 11, 2021

This comment has been minimized.

This patch changes GetRsaKeyDetail to work in older supported versions
of OpenSSL.

Refs: openssl/openssl#10217

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

tniessen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jan 11, 2021
panva pushed a commit that referenced this pull request Jan 13, 2021
This patch changes GetRsaKeyDetail to work in older supported versions
of OpenSSL.

Refs: openssl/openssl#10217

PR-URL: #36877
Refs: #36188
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

panva commented Jan 13, 2021

Copy link
Copy Markdown
Member

Landed in 6a7eb32

panva closed this Jan 13, 2021
tniessen removed the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jan 14, 2021
tniessen deleted the webcrypto-pss-fips branch January 15, 2021 17:14
ruyadorno pushed a commit that referenced this pull request Jan 22, 2021
This patch changes GetRsaKeyDetail to work in older supported versions
of OpenSSL.

Refs: openssl/openssl#10217

PR-URL: #36877
Refs: #36188
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
ruyadorno mentioned this pull request Jan 22, 2021
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.

7 participants


Back | FazBrowse Home | New Git URL