Hi, we have a client-server application. We want our client(win32
application) to be sure that it is talking to our server indeed(server auth.
only), and we wanted to have this communication secured. We are using
openssl on the client side. Our server is a java application.
We have created our roo
Hi,
http://www.ibm.com/developerworks/linux/library/l-openssl.html
gave me a start
On Mon, Jun 15, 2009 at 10:14 PM, patfla wrote:
>
> Hi,
>
> I'm using the Windows version of OpenSSL as found here:
>
> http://www.slproweb.com/products/Win32OpenSSL.html
>
> I first got a wrapper that makes OpenS
Hi, i use openssl-0.9.8k on windows vista. i set up a local http proxy for
development purposes.
i need to be able to have ssl communication from a client that is behind
http proxy.
Socket creation and connecting to the local proxy server is fine(using
winsock2)
Then, from what i have grabbed wand