Hi,
For access to the windows store, openssl provides the CAPI engine. I've looked into this recently, because I needed the same support for loading server side certificates with CAPI engine, but unfortunately, I learned that there is no support for this in an official release of openssl (I still hope I'm wrong :) ). There is a patch for this on the openssl dev list: http://rt.openssl.org/Ticket/Display.html?id=2463&user=guest&pass=guest Anyway, as I said, I don't think that this code got into an official release... Regards! ________________________________ From: Sreekanth Sukumaran <sree...@gmail.com> To: openssl-users@openssl.org Sent: Tuesday, February 5, 2013 11:56 AM Subject: Windows certificate store support Hi, I am new to openssl and is facing with the following dilemma. A server application needs to read certificates and private keys from the windows certificate store for establishing SSL connection with the clients. Can anyone tell whether openssl supports/ have interfaces for accessing certificates from windows certificate store? -- Regards, Sreekanth