On Fri, Jan 08, 2010, David wrote:

> Thanks. Are there any others which are mentioned under
> http://www.openssl.org/support/faq.html#PROG13  which I should be wary of 
> for similar reasons?
>

Yes all of those should really only be called once on application exit. As it
says: "These internal tables can be freed up when an application closes using
various functions". 

Some of the functions will restart later but others (due to current API
limitations) will not. In other cases there may be undesirable side effects:
for example if a crypto device goes through a complex startup procedure when
it is initialised.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to