Re: [EXTERNAL] Re: Not able to perform FIPS self-tests

2022-02-15 Thread Dr Paul Dale
// ß--THIS FAILS     syslog(LOG_NOTICE, "%s %s", phase, desc);     return 0;     }     ret = 1; err:     return ret; } Thanks, Ashish *From:* openssl-users *On Behalf Of *Dr Paul Dale *Sent:* Tuesday, February 8, 2022 1:35 PM *To:* openssl-us

Re: [EXTERNAL] Re: Not able to perform FIPS self-tests

2022-02-10 Thread pauli
s *On Behalf Of *Dr Paul Dale *Sent:* Tuesday, February 8, 2022 1:35 PM *To:* openssl-users@openssl.org *Subject:* [EXTERNAL] Re: Not able to perform FIPS self-tests Have you considered using the provided for this: OSSL_PROVIDER_self_test()? https://www.openssl.org/docs/man3.0/man3/OSSL_PROVID

RE: [EXTERNAL] Re: Not able to perform FIPS self-tests

2022-02-10 Thread Gahlot, Ashish Kumar
lt;THIS FAILS syslog(LOG_NOTICE, "%s %s", phase, desc); return 0; } ret = 1; err: return ret; } Thanks, Ashish From: openssl-users On Behalf Of Dr Paul Dale Sent: Tuesday, February 8, 2022 1:35 PM To: openssl-users@openssl.org Subject:

Re: Not able to perform FIPS self-tests

2022-02-08 Thread Dr Paul Dale
Have you considered using the provided for this: OSSL_PROVIDER_self_test()? https://www.openssl.org/docs/man3.0/man3/OSSL_PROVIDER.html Pauli On 8/2/22 17:41, Gahlot, Ashish Kumar wrote: Hello All, I’m trying to execute self-tests that FIPS runs after installation manually by calling the API

Not able to perform FIPS self-tests

2022-02-07 Thread Gahlot, Ashish Kumar
Hello All, I'm trying to execute self-tests that FIPS runs after installation manually by calling the APIs. I'm using code from https://github.com/openssl/openssl/blob/7cce994d3e57345ba729388b9321d9bf8b661b4f/providers/fips/self_test_kats.c but I'm getting NULL when I'm trying to fetch the encr