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

Commits on Jul 2, 2024

  1. Fix: RHEL-45539

    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
    jmagne committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6d69253 View commit details
    Browse the repository at this point in the history