Hello,
I have been searching all over the net for a simple and minimal C
example of how to connect to a SSL server. I searched and searched and
nothing came.
Could anyone point me to the right direction?
Rodrigo
__
OpenSSL Pro
Dear listmembers:
I got an OpenSSL test program like this:
-BEGIN CODE-
std::string name;
SendTextString("Whats your name? "); // this function encapsulates bio_puts
GetTextString(name); // the same for gets
std::string Response = "Nice to meet you " + name;
SendTextSt
Dear list members:
I just joined in on this list. Specifically because I am having a bit of trouble using
OpenSSL.
So here I go and thanks in advance for any help resulting because of this message.
I am programming an Internet daemon that is using SSL for the connections. Basically,
I can reduc