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
here.
Thanks.
Osman
|