Do Any Know Where Can i Get A Good SSL v 3 Class ?
Printable View
Do Any Know Where Can i Get A Good SSL v 3 Class ?
Any luck with this?
Are you sure you don't need TLS as well? Many servers require a version of TLS these days instead of SSL.
I suspect you'll need to look at any of several commercial offerings for this. Most of the lashups written in VB6 are limited and flaky at best.
Here's another commercial component library: http://www.catalyst.com/products/socketwrench/
Thanks for replying dilettante.
I have a tcp/ip socket written in Java and unfotunately the client is a VB application. It uses winsock v2 but when java jdk is upgraded to 6, we could no longer get connected because the new upgrade uses only SSLv3. That is the reason i am looking for the SSLv3 for VB :(
I would also look at the link you kindly gave me.
Thanks.