mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
fix bad password assertion bug due to rakp2 HMAC not being checked properly
This commit is contained in:
parent
568e75e147
commit
32fbd909b2
@ -2962,6 +2962,7 @@ ipmi_lanplus_rakp1(struct ipmi_intf * intf)
|
||||
/* Error */
|
||||
lprintf(LOG_INFO, "> RAKP 2 HMAC is invalid");
|
||||
session->v2_data.rakp2_return_code = IPMI_RAKP_STATUS_INVALID_INTEGRITY_CHECK_VALUE;
|
||||
rc = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user