Re: rsync://dev.openssl.org busy?

2005-03-03 Thread Ralf S. Engelschall
On Tue, Mar 01, 2005, nagendra modadugu wrote: I've been trying to access the OpenSSL CVS repository for the past couple of days (including odd hours), with no success: $ rsync rsync://dev.openssl.org/openssl-cvs @ERROR: max connections (20) reached - try again later rsync: connection

RE: ubsec hw accelerator and DMA Error

2005-03-03 Thread Frédéric Donnat
Prashant, We have another mechanism for memory management without many alloc/free and buffer copy. Moreover we found that the driver had some problem for DH and other algorythm. So, we simply made an other driver... ;) It may be better now, but i have not test it. But if you do not stress the

[openssl.org #1017] Bug in EC_GROUP_cmp

2005-03-03 Thread via RT
Line 515 in ec_lib.c reads: if (r || BN_cmp(a1, b2) || BN_cmp(a2, b2) || BN_cmp(a3, b3)) Should read: if (r || BN_cmp(a1, b1) || BN_cmp(a2, b2) || BN_cmp(a3, b3)) __ OpenSSL Project

Re: rsync://dev.openssl.org busy?

2005-03-03 Thread nagendra modadugu
Please try again now. It should be available again. Thanks for looking into it, works now. nagendra __ OpenSSL Project http://www.openssl.org Development Mailing List