Re: Hifn crypto driver: does it work for anyone?
Jed Davis <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.crypto,gmane.os.netbsd.devel.security |
|---|---|
| Message-ID | <[email protected]> |
Thor Lancelot Simon <[email protected]> writes: > Note that you can't use "openssl speed" to see this, there seems to be > a bug in openssl speed such that it never uses /dev/crypto. But you > can encrypt a small file with "openssl aes-128-cbc" or "openssl des-cbc" > and see the problem. > > This seems to be the same problem described by an OpenBSD user at > http://archives.neohapsis.com/archives/openbsd/2004-08/2054.html and It looks like they have a fix for the "openssl speed" engine-use bug, at least. -- (let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map ((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda (f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l)) (C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))