Mikhail Kruk wrote:

Hello,
I want my application to trust certificates sign by the major CAs out there. Does anyone know of a way to hook up to the place where Windows stores its list of CAs? Or maybe just a place where I can download the keys of the standard CAs (like Verisign, Thawte...). Is there such thing as standard list or does everyone just come up with a bunch of CAs they like?

If your application is running on windows you can dynamically access the windows certificate store, see:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/seccrypto/security/certopensystemstore.asp

Or, as Dr Henson suggests, if you want the certificates built in to your application you can export them from MSIE.

- Mike McEwen
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to