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
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
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