Skip to content

pkcs12 command with FIPS is not working in OpenSSL 3.2.0 (even with -nomacver) #23812

Closed Answered by slontis
reguripradeep asked this question in Q&A
Discussion options

You must be logged in to vote

I would be very suprised if this had worked.
1.0.2 is very old now, and PKCS12 has many non FIPS compliant algorithms.
3.X is much stricter and uses more recent FIPS 140-2 rules.
From the error message you can see that it uses "PKCS12KDF" which is not a FIPS compliant algorithm..
(If the old format is PBES then this just wont work).
You may have to export without FIPS so that you can save the key out in an acceptable format, that will be able to be loaded.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by t8m
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #23755 on March 11, 2024 10:13.