tech-crypto archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: OpenSSL + opencrypto
> NB: the kernel currently honours requests on /dev/crypto transforms
> which end up being handled in software. That's a
> performance-measurement hack: both FreeBSD and OpenBSD disallow
> /dev/crypto access to software operations. I'd planned to turn them
> off just before the openssl libcrypto patches go in.
openbsd has sysctl for this.
itojun
kern.usercrypto = 1
kern.cryptodevallowsoft = 0
kern.userasymcrypto = 1
Home |
Main Index |
Thread Index |
Old Index