Re:

2021-02-17 Thread Paul Nelson
You may have not run the openssl fipsinstall command. You should be able to perform ‘make install_fips’ after you do a make install. Then check your openssl.conf file and make sure it has the proper fipsmodule.cnf filename and loads the providers you want. > On Feb 17, 2021, at 10:26 AM, Naga

[no subject]

2021-02-17 Thread Nagarjun J
Hi, I am building Nginx application with openssl-3.0.0, i have added below code in main function of nginx application to load fips provider, OSSL_PROVIDER *fips; OSSL_PROVIDER *base; fips = OSSL_PROVIDER_load(NULL, "fips"); if (fips == NULL) { printf("Failed to

Re: Openssl_3.0.0 stable release

2021-02-17 Thread Matt Caswell
On 17/02/2021 09:28, Nagarjun J wrote: > Any one have idea when openssl-3.0.0 stable version can be expected? We don't have a definitive date at the moment. IMO we are still some months away from beta1. Matt

Openssl_3.0.0 stable release

2021-02-17 Thread Nagarjun J
Hi, Any one have idea when openssl-3.0.0 stable version can be expected? -Nagarjun