Re: Regarding porting AES ciphers alone to kernel

2013-08-30 Thread Cristian Rodríguez
El 30/08/13 01:24, Elluru, Krishna escribió: > HI Openssl dev team, > We are looking for porting AES Cipher suite alone to kernel for a > requirement. what kernel ? Linux have the CRYPTO API that already implements pretty much what you want. BSD have /dev/crypto and openssl has an engine to sup

Re: Regarding porting AES ciphers alone to kernel

2013-08-30 Thread Elluru, Krishna
HI Cristian, This is needed on FREEBSD 8.1 version. I heard only FREEBSD 9.1, has the crypto engine to support. Am I correct? Thanks Krishna Mohan. On 30/08/13 8:49 PM, "Cristian Rodríguez" wrote: >El 30/08/13 01:24, Elluru, Krishna escribió: >> HI Openssl dev team, >> We are looking for po

RE: Regarding porting AES ciphers alone to kernel

2013-08-30 Thread Green, Paul
Krishna Mohan wrote: > We are looking for porting AES Cipher suite alone to kernel for a requirement. IMHO, the components of OpenSSL are not really optimized for this use. Further, OpenSSL is not the only implementation of AES that is available to you. You might want to look around; the other

Re: Regarding porting AES ciphers alone to kernel

2013-08-30 Thread Michael Sierchio
On Thu, Aug 29, 2013 at 10:24 PM, Elluru, Krishna wrote: > > HI Openssl dev team, > We are looking for porting AES Cipher suite alone to kernel for a requirement. > What platform? Linux and BSD support /dev/crypto, which is pretty much what you want. Support exists for HSMs. - M