-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
crypto.sign swallows OpenSSL errors #40794
Copy link
Copy link
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version
current
Platform
all
Subsystem
crypto
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
One of the internal OpenSSL calls must fail, in this case, due to incompatible digest and modulus length.
What is the expected behavior?
A useful error message.
What do you see instead?
Additional information
No response