Re: HIFN/7955 Soekris 1401 openssl problem

2004-07-17 Thread Cor Bosman
> >The problem is, nothing else seems to use it. Ive been trying with > >sendmail/ssl and with apache/ssl. The card uses /dev/crypto, which exists, > >and I can make openssl load the cryptodev engine. But even a command like > >'openssl speed -engine cryptodev' doesnt use the card for any algorithm

Re: HIFN/7955 Soekris 1401 openssl problem

2004-07-17 Thread Mike Tancsa
At 03:59 AM 17/07/2004, Cor Bosman wrote: I dont want to use it for IPSEC. One of my collegues is, and thats working fine also. I want to use it for TLS/SSL acceleration in sendmail. I linked sendmail against the base openssl (libcrypto and libssl). When using mozilla to send a mail it negotiates t

Re: HIFN/7955 Soekris 1401 openssl problem

2004-07-17 Thread Cor Bosman
> >When using mozilla to send a mail it negotiates the following encryption > >scheme: DHE-RSA-AES256-SHA. Ive also used Kmail and outlook, which > > > If you look at the man pages for the hifn card and for crypto, it will list > what the card supports for encryption, and what crypto supports >

Fw: Re: Locking: kern/50827

2004-07-17 Thread Stephen Hurd
Begin forwarded message: Date: Fri, 9 Jul 2004 23:01:27 -0400 From: Brian Fundakowski Feldman <[EMAIL PROTECTED]> To: Stephen Hurd <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: Locking: kern/50827 On Sun, Jul 04, 2004 at 04:06:45PM -0600, Stephen Hurd wrote: > > Right, if you just mak

linker_load_module(NULL, "modname", ...) from thread with no user process

2004-07-17 Thread Gleb Smirnoff
Dear hackers, there is problem when linker_load_module() is called from a kernel thread with no associated user process, and it asks to load module by name, not by filename. With such parameters it requires looking through device.hints file. And vn_open() assumes that ndp->ni_cnd->cn_thread->t

Re: RFC: "-exit" option for find(1)

2004-07-17 Thread Oliver Eikemeier
Peter Pentchev wrote: On Fri, Jul 16, 2004 at 05:28:57PM +0300, Peter Pentchev wrote: On Fri, Jul 16, 2004 at 11:58:07AM +0400, Denis Antrushin wrote: Alfred Perlstein wrote: I'm up too late, this doesn't work because find returns success whenever it successfully runs thought everything. Perhaps th

KQueue and Threads?

2004-07-17 Thread Paul Querna
Hello, I have a question about using KQueue() in multi-threaded situations. A couple months ago I wrote the KQueue support for Apache2/APR. I am now investigating a pseudo Event/Worker MPM to better handle KeepAlive Requests. (support for KQueue in Apache is available in our CVS HEAD and via an ex