by firefoxPL » Mon Feb 20, 2012 8:33 pm
check out this community guide
viewtopic.php?f=30&t=2452looks like you're running openssl as normal user (not root), in the guide I've put an info, that for normal user to have access to cryptodev, the permissions for /dev/crypto (created by cryptodev through udev) need to change:
- Code: Select all
chmod go+rw /dev/crypto
after this you should see improvement during openssl speed test, also note in later posts in the guide that there is some problem with certificates signing while using cryptodev - therefore for now it might be wiser to compile openssl without option
- Code: Select all
-DUSE_CRYPTODEV_DIGESTS
so that only AES will be handled by cryptodev
Pogo-P24 (new Pogoplug Classic) - ALARM on SATA (mediatomb, netatalk, avahi, time machine, swap, openvpn)
Pogo-E02 (v2 Pink) - ALARM on USB (netatalk, avahi, cryptodev-linux, getting ready for L2TP)