Re: Why does OpenSSL_add_all_algorithms() exist?

2002-09-23 Thread Ben Laurie
Chris Brook wrote: Those of us who make heavy use of the crypto library, with a limited group of algorithms and without SSL, would certainly not want this pulling in all the algorithms every time we call EVP_PKEY_new. What do you mean by pulling in? They get linked in anyway. And only the

Why does OpenSSL_add_all_algorithms() exist?

2002-09-19 Thread rsalz
Can anyone explain why this routine exists? When would you *not* want this? Is there any reason not to, say, call those routines from within EVP_PKEY_new ? /r$ __ OpenSSL Project

RE: Why does OpenSSL_add_all_algorithms() exist?

2002-09-19 Thread Chris Brook
]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 10:16 AM To: [EMAIL PROTECTED] Subject: Why does OpenSSL_add_all_algorithms() exist? Can anyone explain why this routine exists? When would you *not* want this? Is there any reason not to, say, call those routines from within EVP_PKEY_new