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;
SendTextString(Response);
-----END CODE-----
The problem is that *somethimes* and depending on the input, I get a:
RENEGOTIATING
depth=1 /C=US/O=RTFM, Inc./OU=Widgets Division/CN=Test CA20010517
verify error:num=19:self signed certificate in certificate chain
verify return:0
The strange part is that when I type my name (Rodrigo) the error always appears, and
so does with some other input.
Any clues? I am really beggining in this OpenSSL world. Any help is greattly
appreciated.
Thanking in advance,
Rodrigo
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]