Oh-oh. I'm not calling OpenSSL_add_all_algorithms() or anything real
similar.

I call SSL_library_init() and SSL_load_error_strings() and set up the
Locking callback but that's it.

It seems to work. Both my client code and my server code interoperate with
non-OpenSLL TLS implementation without error, and report the use of strong
SSL/TLS cipher suites.

What am I missing?

Charles
-----Original Message-----
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson
Sent: Sunday, October 14, 2012 3:56 AM
To: openssl-users@openssl.org
Subject: Re: top 10 mistakes when using libopenssl?

On Sat, Oct 13, 2012, Ken Goldman wrote:

> On 10/10/2012 8:08 PM, Kyle Hamilton wrote:
> >Suggestions from my experience:
> 
> If you include the library, #1 for novices has to be:
> 
> 1 - Using strlen() to get the length of encrypted data.
> 
> 

I'd add...

Forgetting to call OpenSSL_add_all_algorithms or similar.


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

Reply via email to