Skip to content
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

Fix: RHEL-45539 #4795

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Fix: RHEL-45539 #4795

merged 1 commit into from
Jul 8, 2024

Conversation

jmagne
Copy link
Contributor

@jmagne jmagne commented Jul 2, 2024

CA Clone Installation is failing with 'Error verifying PKCS12 MAC; no PKCS12KDF support.' in FIPS mode.

This very simple fix only does the following.
The process fails when trying to export a cert out of the pkcs12 file into a pem file. Currently the cmd fails becuase fips doesn't like the mac verfication alg.

Here, since we've already imported the p12 files into the nss db, using other cmds, it should be safe to do this operation without asking openssl to do the mac verify.

Change-Id: I134c01ca4f15ef9093e9ff5aaa6c9c1bb820d9ac

CA Clone Installation is failing with 'Error verifying PKCS12 MAC; no PKCS12KDF support.' in FIPS mode.

This very simple fix only does the following.
The process fails when trying to export a cert out of the pkcs12 file into a pem file.
Currently the cmd fails becuase fips doesn't like the mac verfication alg.

Here, since we've already imported the p12 files into the nss db, using other cmds, it should be safe to do
this operation without asking openssl to do the mac verify.

Change-Id: I134c01ca4f15ef9093e9ff5aaa6c9c1bb820d9ac
Copy link

sonarcloud bot commented Jul 2, 2024

Copy link
Contributor

@edewata edewata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jmagne jmagne merged commit 4a05d20 into dogtagpki:v11.5 Jul 8, 2024
124 of 129 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants