Subject: Re: Hifn crypto driver: does it work for anyone?
To: None <tech-crypto@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: tech-crypto
Date: 10/17/2005 04:16:27
Thor Lancelot Simon <tls@rek.tjls.com> 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)))))