Displaying 1 result from an estimated 1 matches for "mac_int".
Did you mean:
mac_init
2011 Sep 06
2
mac_int() does not call HMAC_CTX_init()
...0B5
rdugal at certicom.com
direct??????? +1.289.261.4148
mobile?????? +1.416.276.8062
main ??? ???? +1.905.507.4220
fax?? ?????????? +1.905.507.4230
www.certicom.com
From: Robert Dugal
Sent: Wednesday, September 29, 2010 1:02 PM
To: openssh-unix-dev at mindrot.org
Subject: bug in openssh - mac_int() does not call HMAC_CTX_init()
I have been doing some work with OpenSSH 5.6p1, attempting to use an alternative engine for crypto.
In mac.c, the function mac_init() calls HMAC_Init() without previously having called HMAC_CTX_init().
However, OpenSSL documentation states that HMAC_CTX_init() is ma...