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

crypto: throw errors in SignTraits::DeriveBits by tniessen · Pull Request #40796 · nodejs/node · GitHub

/ node Public

crypto: throw errors in SignTraits::DeriveBits - #40796

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:crypto-dont-swallow-errors-in-sign
Nov 15, 2021
Merged

crypto: throw errors in SignTraits::DeriveBits#40796
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:crypto-dont-swallow-errors-in-sign

Conversation

Copy link
Copy Markdown
Member

Throw OpenSSL errors instead of using a default error message. The default message is not helpful.

Fixes: #40794

tniessen requested a review from jasnell November 12, 2021 18:00
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. needs-ci PRs that need a full CI run. labels Nov 12, 2021
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 12, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 12, 2021

This comment has been minimized.

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 Nov 13, 2021

Copy link
Copy Markdown
Member Author

I am inclined to land this as a bug fix and not as a breaking change (cc @nodejs/crypto @jasnell).

panva added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 15, 2021
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 15, 2021
nodejs-github-bot merged commit d049a52 into nodejs:master Nov 15, 2021

Copy link
Copy Markdown
Collaborator

Landed in d049a52

targos pushed a commit that referenced this pull request Nov 21, 2021
Fixes: #40794

PR-URL: #40796
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 30, 2022
Fixes: #40794

PR-URL: #40796
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
Fixes: #40794

PR-URL: #40796
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams mentioned this pull request Feb 1, 2022
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crypto.sign swallows OpenSSL errors

5 participants


Back | FazBrowse Home | New Git URL