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

2022-02-15 Thread Dr Paul Dale
Shane Lontis suggested this: /Don't return 0 during the Corruption phase unless you are trying to deliberately make it fail./ // /OSSL_PROVIDER_self_test() can be used to run the self tests on demand./ // Dr Paul Dale On 11/2/22 17:23, Gahlot, Ashish Kumar wrote: Hi, Thanks Pau

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

2022-02-10 Thread pauli
Shane, any thoughts? Pauli On 11/2/22 5:23 pm, Gahlot, Ashish Kumar wrote: Hi, Thanks Pauli, the API worked but also I have a callback defined as below which is failing at corrupt phase: int SelfTestCb(const OSSL_PARAM params[], void *arg) {     int ret = 0;     const OSSL_PARAM *p = N

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

2022-02-10 Thread Gahlot, Ashish Kumar
Hi, Thanks Pauli, the API worked but also I have a callback defined as below which is failing at corrupt phase: int SelfTestCb(const OSSL_PARAM params[], void *arg) { int ret = 0; const OSSL_PARAM *p = NULL; const char *phase = NULL; const char *type = NULL; const char *desc