(RHEL-152082) core: validate input cgroup path more prudently#405
Open
dtardon wants to merge 3 commits intoredhat-plumbers:rhel-9.8.0from
Open
(RHEL-152082) core: validate input cgroup path more prudently#405dtardon wants to merge 3 commits intoredhat-plumbers:rhel-9.8.0from
dtardon wants to merge 3 commits intoredhat-plumbers:rhel-9.8.0from
Conversation
Currently the only supported integrity algorithm using HMAC is 'hmac-sha256'. Add 'hmac-sha512' to the list of supported algorithms as well. (cherry picked from commit 7bf1cfe3b20037f3732d8854833b00f6a3511d95) Resolves: RHEL-50213
Add the PHMAC integrity algorithm to the list of supported algorithms. The PHMAC algorithm is like the regular HMAC algorithm, but it takes a wrapped key as input. A key for the PHMAC algorithm is an opaque key blob, who's physical size has nothing to do with the cryptographic size. Currently PHMAC is only available for the s390x architecture. (cherry picked from commit eb7b0d413e5f7ca35e9f6a0b211dd71a710cb60d) Resolves: RHEL-50213
(cherry picked from commit efa6ba2ab625aaa160ac435a09e6482fc63bdbe8) Resolves: RHEL-152082
Commit validationTracker - RHEL-50213, RHEL-152082 The following commits meet all requirements
Tracker validation🔴 Missing tracker or Unknown tracker type; type: 'unknown' Pull Request validationSuccess🟢 CI - All checks have passed |
lnykryn
approved these changes
Mar 12, 2026
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit efa6ba2ab625aaa160ac435a09e6482fc63bdbe8)
Resolves: RHEL-152082