summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2024-03-29 21:07:27 +0300
committerBenjamin Fair <benjaminfair@google.com>2024-04-02 19:34:02 +0300
commitc6db9d3ca121e437672223517c149951498b8a97 (patch)
tree4871f3d1d0aa4eabd1e742c3409ea84d82391458 /meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config
parent9ad475a8af77a7658f5a7b621650092cc6d1b632 (diff)
downloadopenbmc-c6db9d3ca121e437672223517c149951498b8a97.tar.xz
meta-google: phosphor-ipmi-config: Enable cipher 3
Cipher suite 3 is disabled by default but we still need it for the gbmc distro. Tested: Built gbs and inspected cipher_list.json Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Iaf37daa641410b719fea20e8f71d08ff91756e96
Diffstat (limited to 'meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config')
-rw-r--r--meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json
new file mode 100644
index 0000000000..767fc708c5
--- /dev/null
+++ b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/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
+ }
+}