Re: Patch: cswift engine openssl-0.9.7c

2004-02-13 Thread Frédéric Giudicelli
Bonjour, En fait j'ai envoyé le patch sur [EMAIL PROTECTED] lundi dernier, mais ne voyant pas de ticket j'ai re-posté sur openssl-dev. Je dois vous avouer que je n'ai pas eu le temps d'étudier le code de votre engine. Cordialement, -- Frédéric Giudicelli http://www.newpki.org Frederic Donnat

Re: TLS session memory requirements

2004-02-13 Thread Lutz Jaenicke
On Thu, Feb 12, 2004 at 08:42:39PM -0700, Sales, Randall S (Randall) wrote: Has anyone else had need to reduce TLS session memory footprint? When acting as server (Apache 2.0 running on Linux), I measure 57kB used after https session established, with peak memory use at 99kB (during

[openssl.org #825] Patch: cswift engine openssl-0.9.7c

2004-02-13 Thread Frédéric Giudicelli via RT
Hi, There is a problem with the cswift engine: - in cswift_mod_exp_crt, it expects the length of dmp1 and dmq1 to be a multiple of 32, which is not always the case, the patch complements the datas with '\0' until the length is a multiple of 32. - in cswift_rand_bytes, it expects num to be a

Re: [openssl.org #823] openssl 0.9.7c build fails

2004-02-13 Thread hotlips Internet admin via RT
Thus saith Richard Levitte - VMS Whacker via RT: | | | In message [EMAIL PROTECTED] on Sun, 8 Feb 2004 18:31:16 +0100 (MET), [EMAIL PROTECTED] via RT [EMAIL PROTECTED] said: | | rt fixed it by adding #include e_os.h to crypto/des/des_locl.h | rt and adding a link ../../e_os.h in

Re: openssl smime -rand

2004-02-13 Thread Lutz Jaenicke
On Thu, Feb 12, 2004 at 12:19:44PM +0100, Michael Bell wrote: Hi, I found a problem with openssl smime -rand filename. If I specify a randfile then this file is not updated by apps/smime.c. The program calls app_RAND_write_file with a NULL pointer even if a randfile was specified. The

Re: [openssl.org #823] openssl 0.9.7c build fails

2004-02-13 Thread Richard Levitte - VMS Whacker via RT
In message [EMAIL PROTECTED] on Sun, 8 Feb 2004 18:31:16 +0100 (MET), [EMAIL PROTECTED] via RT [EMAIL PROTECTED] said: rt fixed it by adding #include e_os.h to crypto/des/des_locl.h rt and adding a link ../../e_os.h in include/openssl/ It's better if you add a '#include ../e_os.h' -