Skip to content

OPENSSL_CONF_INCLUDE does not seem to work in openssl 3.0.8 #21447

Answered by kulkarniamit
casidapulak asked this question in Q&A
Discussion options

You must be logged in to vote

A few steps to try:

  • Print the value of your environment variable using Environment.GetEnvironmentVariable after setting it
  • Verify if fipsmodule.cnf exists in the directory set for OPENSSL_CONF_INCLUDE
  • Check the default path to be used for finding openssl.cnf by running $ openssl version -a | grep OPENSSLDIR and verify if you have openssl.cnf in that directory
    • If there's no openssl.cnf in the directory listed as OPENSSLDIR in the previous step command, you could set another environment variable OPENSSL_CONF (Reference) to the path of openssl.cnf where it can be found after your product has been installed.
  • Once OPENSSL_CONF and OPENSSL_CONF_INCLUDE are set, check if fips.dll is availabl…

Replies: 3 comments 2 replies

Comment options

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

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@t8m
Comment options

@nhorman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants