RE: OCF cryptosoft MD5 Vs HMAC MD5

2005-11-23 Thread Ronen Shitrit
Hi I'm trying to add support for digest to the OpenSSL cryptodev, And I found that in the kernel cryptodev, user cryptotest and in the cryptosoft driver, we act as MD5 and SHA1 (Hash only not Hmac) are using keys, any special reason for this?!?! Regards Ronen Shitrit - To unsubscribe from this

Re: OCF cryptosoft MD5 Vs HMAC MD5

2005-11-22 Thread David McCullough
Jivin Ronen Shitrit lays it down ... > Hi > > I tested it and it seems fine now. > Before I got same digest for MD5 and HMAC MD5. OK, I'll apply it and see how we go, Thanks, Davidm -- David McCullough, [EMAIL PROTECTED], Custom Embedded Solutions + Security Ph:+61 734352815 Fx:+61 738913630

RE: OCF cryptosoft MD5 Vs HMAC MD5

2005-11-22 Thread Ronen Shitrit
cryptosoft MD5 Vs HMAC MD5 Jivin Ronen Shitrit lays it down ... > Hi > > In the current OCF cryptosoft, MD5 and HMAC-MD5 are using HMAC > algorithm. > See patch attached fixing this issue. Looks ok, have you checked the output against something to ensure it is now correct/was pr

Re: OCF cryptosoft MD5 Vs HMAC MD5

2005-11-22 Thread David McCullough
Jivin Ronen Shitrit lays it down ... > Hi > > In the current OCF cryptosoft, MD5 and HMAC-MD5 are using HMAC > algorithm. > See patch attached fixing this issue. Looks ok, have you checked the output against something to ensure it is now correct/was previously broken ? I only ask becuase, at