-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto: fix output of privateDecrypt with zero-length data #57575
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #57575 +/- ##
==========================================
- Coverage 90.24% 90.22% -0.03%
==========================================
Files 630 630
Lines 185013 185054 +41
Branches 36249 36251 +2
==========================================
- Hits 166969 166961 -8
- Misses 10996 11030 +34
- Partials 7048 7063 +15 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Optional nit: I'd prefer the test to have a less generic name, and ideally a reference to the GitHub issue describing the bug, but this is optional. For example, you could rename to test-crypto-oaep-zero-length
and add a comment with a reference to the issue or rename to test-crypto-oaep-issue-57553
or so.
@tniessen thank you, I will take care of it if CI happens to fail again, otherwise in a followup PR. |
closes #57553
closes #57572
closes #57558
refs #56653