Re: Pulling Certs from the Root Cert Store

2022-08-08 Thread Matt Caswell
On 06/08/2022 04:22, Osman Zakir wrote: In my current code I'm using the Windows API to do this, but I want to know how I can do it using just the OpenSSL crypto library instead. What functions do I need to use and what header(s) do I need to #include?  My current code pulling root certs

Pulling Certs from the Root Cert Store

2022-08-05 Thread Osman Zakir
In my current code I'm using the Windows API to do this, but I want to know how I can do it using just the OpenSSL crypto library instead. What functions do I need to use and what header(s) do I need to #include? My current code pulling root certs from the store is