FreeBSD Bugzilla – Attachment 160101 Details for
Bug 202002
sysutils/openipmi: SSL option is broken after update to 2.0.21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Replace Linuxism EKEYREJECTED errno with original EINVAL
patch-lib-rapk.c (text/plain), 420 bytes, created by
dennis.noordsij
on 2015-08-19 13:06:01 UTC
(
hide
)
Description:
Replace Linuxism EKEYREJECTED errno with original EINVAL
Filename:
MIME Type:
Creator:
dennis.noordsij
Created:
2015-08-19 13:06:01 UTC
Size:
420 bytes
patch
obsolete
>--- lib/rakp.c.orig 2015-08-19 12:52:44.561787457 +0000 >+++ lib/rakp.c 2015-08-19 12:52:53.314780425 +0000 >@@ -482,7 +482,7 @@ > return EINVAL; > HMAC(rinfo->evp_md, p, rinfo->key_len, idata, 58+idata[57], integ_data, &ilen); > if (memcmp(data+40, integ_data, rinfo->key_len) != 0) >- return EKEYREJECTED; >+ return EINVAL; > > /* Now generate the SIK */ > p = ipmi_rmcpp_auth_get_my_rand(info->ainfo, &plen);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202002
:
159407
| 160101 |
160710
|
160712