Re: cryptodev engine in openssl not working

2013-09-12 Thread David McCullough
Anees K A wrote the following: Hi Gnananasekar, Thank you for your clarification. I have figured that out by now :D Now the build process complains that it cannot find crypto/cryptodev.h . Any ideas? If you are building openssl with cryptodev on a non BSD system (like linux), then you

Re: cryptodev engine in openssl not working

2013-09-12 Thread Anees K A
Hi all, I was able to get cryptodev engine working on openssl following the instructions available at this link. Hope this helps someone. http://www.newit.co.uk/forum/index.php/topic,2030.0.html Regards anees k A On Wed, Sep 11, 2013 at 4:44 PM, Anees K A anees...@mistralsolutions.comwrote

cryptodev engine in openssl not working

2013-09-11 Thread Anees K A
Hi, When I try the following command $ openssl speed aes -engine crytodev *invalid engine cryptodev* 3078063752:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(/lib/engines/libcryptodev.so): /lib/engines/libcryptodev.so: cannot open

Re: cryptodev engine in openssl not working

2013-09-11 Thread Gnanasekar R
Did you build OpenSSL libs by enabling the appropriate flags - HAVE_CRYPTODEV etc ? In files crypto/engine/eng_all.c , ENGINE_load_cryptodev will be under few defines. Make sure your platform have those defines. Regards, Gnananasekar On 11 September 2013 14:34, Anees K A

Re: cryptodev engine in openssl not working

2013-09-11 Thread Anees K A
Hi Gnananasekar, Thank you for your clarification. I have figured that out by now :D Now the build process complains that it cannot find crypto/cryptodev.h . Any ideas? Regards anees k A On Wed, Sep 11, 2013 at 3:58 PM, Gnanasekar R gnanasekar@gmail.comwrote: Did you build OpenSSL