Re: openSSL : digest command (md5) to crypto driver

2008-12-14 Thread Madhusudan Bhat
: > On Friday 12 December 2008 01:07:04 Madhusudan Bhat wrote: > > Hi Geoff, > > > > I appreciate your reply. Currently, I dont have any engine supported > > at the openssl side. I have crypto driver at the kernel side, which > > registered with the kernel for

Re: openSSL : digest command (md5) to crypto driver

2008-12-11 Thread Madhusudan Bhat
ny way I can configure openssl to pass any request to kernel with out looking for any engines and also with out passing it to hadle it in software? thanks, MB. On Fri, Dec 12, 2008 at 2:09 AM, Geoff Thorpe wrote: > On Thursday 11 December 2008 12:44:24 Madhusudan Bhat wrote: > > Hi A

openSSL : digest command (md5) to crypto driver

2008-12-11 Thread Madhusudan Bhat
Hi All, I am having a issue when using digest command from openssl. When I issue digest command md5 from openssl, kernel side it will never receive IOCTL - CIOCGSESSION with sop->mac getting set, also it wont receive IOCTL - CIOCCRYPT with mac operation set. Tho, crypto driver which I have written

openSSL : digest command (md5) to crypto driver

2008-12-11 Thread Madhusudan Bhat
Hi All, I am having a issue when using digest command from openssl. When I issue digest command md5 from openssl, kernel side it will never receive IOCTL - CIOCGSESSION with sop->mac getting set, also it wont receive IOCTL - CIOCCRYPT with mac operation set. Tho, crypto driver which I have written