test: do not skip OCB decryption in FIPS mode#58382
Merged
nodejs-github-bot merged 1 commit intoMay 21, 2025
Merged
Conversation
I believe that OCB should work in FIPS mode, and only CCM should be skipped here.
jasnell
approved these changes
May 19, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58382 +/- ##
=======================================
Coverage 90.23% 90.23%
=======================================
Files 633 633
Lines 186883 186883
Branches 36695 36684 -11
=======================================
+ Hits 168632 168643 +11
+ Misses 11040 11039 -1
+ Partials 7211 7201 -10 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
richardlau
approved these changes
May 19, 2025
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
lpinca
approved these changes
May 20, 2025
Collaborator
|
Landed in 283ed53 |
targos
pushed a commit
that referenced
this pull request
May 31, 2025
I believe that OCB should work in FIPS mode, and only CCM should be skipped here. PR-URL: #58382 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
Jun 10, 2025
I believe that OCB should work in FIPS mode, and only CCM should be skipped here. PR-URL: #58382 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Jun 16, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) | minor | `2
I believe that OCB should work in FIPS mode, and only CCM should be skipped here.