On Mon, Feb 23, 2015 at 5:06 AM, sri sowj <srisowj4li...@gmail.com> wrote: > Hi Nikos, > > Please can you let me know my understanding regarding openssl and > crypto are correct? > I have mentioned my understanding in my earlier posts,but let me > mention it here again. > I want to interact with Crypto Hardware from user space using openssl > like libraries based applications through cryptodev-linux interface. > it looks like openssl comes with cryptodev-linux support(through > eng_cryptodev.c) . > When I downloaded openssl,eng_cryptodev.c file is available by default. > below link refers about eng_cryptodev.c for openssl support : > http://repo.or.cz/w/cryptodev-linux.git/commitdiff/56cc4e3b8b761cb34f928f4eee59755d1f0afc53
That's a very old link. Note that openssl's cryptodev support works well for ciphers, but not for digests (hashes). So the best is to compile without digest support, or use the patches in https://github.com/openssl/openssl/pull/191 The most current instructions are: https://github.com/cryptodev-linux/cryptodev-linux/blob/master/INSTALL and in https://github.com/cryptodev-linux/cryptodev-linux regards, Nikos -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html