I have a Win32 application that uses boost::asio and openssl library but it seems that they are not supported under WM, am I correct?
Can anyone suggest WM API/library for WM Sockets, I need to connect to a server through SSL connection.
Is the only option for me WinSocks + OpenSSL?
views:
296answers:
1
A:
While I don't know of any other libraries for WM that provide socket and ssl connectivity, I can confirm that sockets and OpenSSL do work fine on WM5 and above devices. You have to jump through a few hoops to get openssl built for wm5 and ARM, as there are some parts of the c runtime missing, these are plugged with this
Also this post was useful, as you have to build it on the command line, rather than in visual studio.
Matt
2009-09-22 22:56:00