Hello
I'm pretty newcomer to FreeBSD. I have FreeBSD-9.0-RELEASE installed on my system. I wanted to use OCF framework sofware engine(I mean /dev/crypto) through OpenSSL engine. But when I execute the command:
[cmd=]openssl speed -evp aes-128-cbc -engien cryptodev[/cmd]
I get the following error
my OpenSSL version is 1.0.0_7
kldstat(8) shows that I don't have crypto.ko, how should I load cryto.ko module?
Can anyone give a step by step way of activating engine for OpenSSL on FreeBSD?
Thanks
I'm pretty newcomer to FreeBSD. I have FreeBSD-9.0-RELEASE installed on my system. I wanted to use OCF framework sofware engine(I mean /dev/crypto) through OpenSSL engine. But when I execute the command:
[cmd=]openssl speed -evp aes-128-cbc -engien cryptodev[/cmd]
I get the following error
Code:
cryptodev engine not found.
error: engine routines: Dynamic_Load: dso not found: /usr/src/secure/lib/libcrypto/../../../crypto/engine/eng-dyn
...
kldstat(8) shows that I don't have crypto.ko, how should I load cryto.ko module?
Can anyone give a step by step way of activating engine for OpenSSL on FreeBSD?
Thanks