Re: Unable to load Legacy Provider

2022-04-22 Thread Matt Caswell
On 22/04/2022 08:26, Gahlot, Ashish Kumar wrote: Hi, I’m trying to load the Legacy Provider by following this guide here https://wiki.openssl.org/index.php/OpenSSL_3.0 using this following code: /* Load Multiple providers into the default

Unable to load Legacy Provider

2022-04-22 Thread Gahlot, Ashish Kumar
Hi, I'm trying to load the Legacy Provider by following this guide here https://wiki.openssl.org/index.php/OpenSSL_3.0 using this following code: /* Load Multiple providers into the default (NULL) library context */ legacy = OSSL_PROVIDER_load(NULL, "legacy"); if (legacy == NULL)