From a95e4a952c182380b98edcd8d4f615faabb8af95 Mon Sep 17 00:00:00 2001 From: Suryakanth Sekar Date: Tue, 31 Mar 2020 13:11:32 +0530 Subject: Remove Cipher suite 3 from cipher list Reason: For security reason- HMAC-SHA1 is deprecated. Plesae note: Use latest ipmitool or ipmitool v1.8.18.177.g7ccea28 later Tested: ipmitool lan print Should not list cipher 3 as supported. (From meta-phosphor rev: 72dbf6344b9abeae6bdc3c721359eef9ec5f67bd) Signed-off-by: Suryakanth Sekar Change-Id: Idfb3d0f014e3b1e1155be98fac4df741dc97115e Signed-off-by: Andrew Geissler --- .../recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json index 767fc708c..049ded062 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json @@ -1,10 +1,4 @@ { - "a":{ - "cipher":3, - "authentication":1, - "integrity":1, - "confidentiality":1 - }, "b":{ "cipher":17, "authentication":3, -- cgit v1.2.3