the source code available here was also usefull for me :
http://www.opensslbook.com/
excerpt from the book can be found online with google preview
Le 06/01/2011 00:00, Bhola Ray a écrit :
Hello,
Can anyone provide me with a working client-server code with SSL.
If there is a pointer to a s
See openssl/apps, s_client.c and s_server.c, both of which you can invoke using
openssl tool.
-Original Message-
From: Bhola Ray
To: openssl-users@openssl.org
Sent: Wed, Jan 5, 2011 3:00 pm
Subject: sample client-server code withh ssl
Hello,
Can anyone provide me with
In the distribution, "apps/s_client.c".
Running it, "openssl s_client" will get you there.
Thomas
Dominique Nerriere wrote:
>
> HI all,
>
> I am learning the API to make a client, I was wondering if there was an example
>somewhere for newbies
>
> I'd appreciate any directions
>
> thanks fo