Re: RC4 optimized for AMD64 (+130% speedup)

2004-11-14 Thread Xuekun Hu
> Folks! Are there people with EM64T P4 in their disposal on the list? It happended I have both Nocona(EM64T) and Opteron in hand. I tested these patchs and found interesting things! On Opteron248 2.2G, with gcc 3.3.x Throught RC4_INT RC4_CHUNK 0.

[openssl.org #940] Bug report: error in the passphrase prompting code leads to segfault

2004-11-14 Thread Stephen Henson via RT
Fixed, thanks for the report. Steve. __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMA

[openssl.org #923] [Patch] typo in ERR_error_string_n(3)

2004-11-14 Thread Stephen Henson via RT
Done. Steve. __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[openssl.org #938] Documentation type error

2004-11-14 Thread Stephen Henson via RT
Done, thanks for the report. Steve. __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAI

Re: [openssl.org #952] Security fix ommission in openssl-engine-0.9.6m & SNAP

2004-11-14 Thread Leonard den Ottolander
Hello Steve, On Sun, 2004-11-14 at 00:48, Stephen Henson via RT wrote: > > + die(os.length <= sizeof ret->session_id); > > OPENSSL_assert(os.length <= sizeof ret->session_id); > would also keep os.length <= sizeof ret->session_id. So the following > memcpy() can never overflow the