ipmitool/ipmitool-1.8.12-ciper-suite-default.patch
Ales Ledvinka b5bba9c493 Revert cipher defaults. Integrity from None to HMAC-SHA1-96
and confidentiality from None to AES-CBC-128
2012-11-16 14:15:15 +01:00

13 lines
514 B
Diff

diff -up ./lib/ipmi_main.c.cip ./lib/ipmi_main.c
--- ./lib/ipmi_main.c.cip 2012-11-16 14:03:17.729119605 +0100
+++ ./lib/ipmi_main.c 2012-11-16 14:03:25.448123005 +0100
@@ -382,7 +382,7 @@ ipmi_main(int argc, char ** argv,
char * seloem = NULL;
int port = 0;
int devnum = 0;
- int cipher_suite_id = 1; /* See table 22-19 of the IPMIv2 spec */
+ int cipher_suite_id = 3; /* See table 22-19 of the IPMIv2 spec */
int argflag, i, found;
int rc = -1;
char sol_escape_char = SOL_ESCAPE_CHARACTER_DEFAULT;