marius gabi wrote:
> Hello
> 
> Could you please let me know if there is possibility to use ICS
> library in combination with certificates from Windows store. If this
> possibility exists please provide me a small code demo (client
> implementation).  

1) It is not possible to use certificates from the Windows stores
  directly. If your server or client requires a certificate it has 
  to be a file in PEM format. Export it manually from the certificate
  store and use OpenSSL.exe to convert it to PEM.
2) Verification of peer certificates can be done against the 
  trusted Windows certificate store, see the OverbyteIcsMsVerify
  demo. 

-- 
Arno
  
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to