Skip to content

API to check if fips module is successfully loaded #21836

Closed Answered by mattcaswell
aniljadaun asked this question in Q&A
Discussion options

You must be logged in to vote

You can use OSSL_PROVIDER_available for this purpose, i.e. if (OSSL_PROVIDER_available(libctx, "fips")) ...

https://www.openssl.org/docs/man3.1/man3/OSSL_PROVIDER_available.html

Replies: 1 comment

Comment options

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

This discussion was converted from issue #21835 on August 25, 2023 08:48.