Link to home
Start Free TrialLog in
Avatar of codercc
codercc

asked on

Looking for SSL version of CAsyncSocket

Hi,

i need an extension to CAsyncSocket that allows me to use SSL in communications with non-HTTP servers. The classes we currently have use CAsyncSocket and now need to communicate via SSL also.
I know OpenSSL but they do not have any integration into the MS Sockets classes.

- Claus
ASKER CERTIFIED SOLUTION
Avatar of puranik_p
puranik_p
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of codercc
codercc

ASKER

Thanks, I had seen that one once before when searching for a solution but dismissed it because it would not compile at first (needed some dlls). Thanks for pointing me to it again - a little more persistence paid of and I got it to work now!
glad it helped. :o)