-
Notifications
You must be signed in to change notification settings - Fork 592
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
app/crypto: Fixed issue with RP not going into FIPS mode #18629
app/crypto: Fixed issue with RP not going into FIPS mode #18629
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems legit
Was not using the correct instance of node_config when determining whether to put the OpenSSL context service into FIPS mode or not. Signed-off-by: Michael Boquard <michael@redpanda.com>
891671c
to
79062a6
Compare
Force push
|
/cdt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. don't know much about vlog but it looks like a cleaner interface than what we had.
I'm going to let CDT FIPS run to see if that produces anything 'funny' that would have to be addressed. |
Was not using the correct instance of node_config when determining whether to put the OpenSSL context service into FIPS mode or not.
Backports Required
Release Notes