On Thu, Oct 27, 2011 at 4:55 PM, Dave Thompson <dthomp...@prinpay.com> wrote:
> If you just want confidentiality with truly no authentication,
> SSL/TLS (and OpenSSL) can do that with the anonymous-DH and
> anonymous-ECDH suites. I assume you understand and accept the
> vulnerabilities you are creating by not authenticating.

Thanks for this info.  I'll look into it.

> Also:
>
> You didn't show your Error() routine (method?). I hope it
> displays the OpenSSL error stack in some suitable way;
> that information is very often vital in debugging errors.

I'm just sending the message to cout.  If you can point me to
information on outputting the full OpenSSL error stack, I'd appreciate
it.

>
> And:
>
>>   char *message = "Hello SSL";

changed to:

  char message[] = "Hello SSL";


Thanks,
Dave
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to