> The class that I have attached is for Windows OS. It will be > soon in CVS. Berin will do OpenSSL version. The only things you can set > up is client certificate (PCCERT_CONTEXT), protocol (PCT, SSL2, SSL3, > TLS1) and key exchange alg type (RSA, DH). Server certificate is > validated by searching for it in the Windows cert store.
That last part was my concern. Static trust is, for want of a better word, limiting. It would be much better to be able to specify the list at runtime, but I understand if that's a Windows limitation. Thx, Scott