summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2018-04-26 10:00:49 +0300
committerAndrew Jeffery <andrew@aj.id.au>2018-05-10 09:45:37 +0300
commit4c99b9df640bbbb283264cc3d243c44e97867f13 (patch)
treec807d996940e6a06cc977f6fd7e4222f4a526ab8 /meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host
parentb4b1b1c54b026cf6932cfe2e5e2486fc0342545b (diff)
downloadopenbmc-4c99b9df640bbbb283264cc3d243c44e97867f13.tar.xz
Add the default cipher list for all platforms
The cipher_list.json was added only for Witherspoon platform earlier, this change will package the json file in the image and related IPMI commands Get Channel Cipher Suites and Get LAN configuration commands can succeed. Resolves openbmc/openbmc#3143 Change-Id: I3b1db52b3c4bc4cff69a521e047872497ddae3dc Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host')
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json
new file mode 100644
index 0000000000..767fc708c5
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json
@@ -0,0 +1,14 @@
+{
+ "a":{
+ "cipher":3,
+ "authentication":1,
+ "integrity":1,
+ "confidentiality":1
+ },
+ "b":{
+ "cipher":17,
+ "authentication":3,
+ "integrity":4,
+ "confidentiality":1
+ }
+}