Re: OpenSSL 3.0 FIPS questions

2021-10-26 Thread Jason Schultz
Ah, OK. Yes, I am running on the same machine. Thanks for clarifying. From: Kory Hamzeh Sent: Tuesday, October 26, 2021 9:15 PM To: Jason Schultz Cc: Dr Paul Dale ; openssl-users@openssl.org Subject: Re: OpenSSL 3.0 FIPS questions Actually, if you are

Re: OpenSSL 3.0 FIPS questions

2021-10-26 Thread Kory Hamzeh
Actually, if you are running on the same machine that you built OpenSSL, you are fine. I cross-compile and have to do a fipsinstall each time. My apologies. > On Oct 26, 2021, at 12:17 PM, Jason Schultz wrote: > > Thanks for all of the help so far. Unfortunately, I'm still struggling with >

Re: OpenSSL 3.0 FIPS questions

2021-10-26 Thread Jason Schultz
Kory- If I'm understanding the README-FIPS.md file, I don't need to do the "fipsinstall", it is done during the normal installation process when FIPS is enabled, presumably with the "enable-fips" on the configure command: Installing the FIPS module == If the FIPS

Re: OpenSSL 3.0 FIPS questions

2021-10-26 Thread Kory Hamzeh
Did you follow the steps in README-FIPS.md and do the “fipsinstall”? > On Oct 26, 2021, at 12:17 PM, Jason Schultz wrote: > > Thanks for all of the help so far. Unfortunately, I'm still struggling with > this. There could be a number of issues, starting with the installation of > OpenSSL. I

Re: OpenSSL 3.0 FIPS questions

2021-10-26 Thread Jason Schultz
Thanks for all of the help so far. Unfortunately, I'm still struggling with this. There could be a number of issues, starting with the installation of OpenSSL. I basically followed the documentation and did the following: ./Configure enable-fips make make test make install The "make test"