Client connection

2004-07-05 Thread Rodrigo Madera
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

RENEGOTIATING error in my app.

2004-05-03 Thread Rodrigo Madera
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

BIO_flush() wont flush!

2004-04-28 Thread Rodrigo Madera
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