Re: [twsocket] Windows Certificates Store Usage

2012-12-06 Thread Arno Garrels
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


[twsocket] Windows Certificates Store Usage

2012-12-05 Thread marius gabi
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).

Thank you in advance.

Kind Regards,
Marius Florigoanta
--
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