summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
authorKirill Pakhomov <k.pakhomov@yadro.com>2020-10-06 20:56:09 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-07 21:59:32 +0300
commit4d75d2c2348739814f5d92e1d745b577b947a2c6 (patch)
treede3f70c322d68314bf00085e9a86d47bfa203c45 /meta-yadro
parentad7324a23ede532941a1bc535700a60eabdaa865 (diff)
downloadopenbmc-4d75d2c2348739814f5d92e1d745b577b947a2c6.tar.xz
meta-yadro: ipmi: Add cipher list
This commit adds list of ciphers supported by YADRO. Besides the default cipher suite 17 from meta-phosphor layer, the cipher suite 3 (hmac_sha1 auth. algorithm) has been added. (From meta-yadro rev: df5e1284a61baa0f9aa923c66573505362a49c9f) Signed-off-by: Kirill Pakhomov <k.pakhomov@yadro.com> Change-Id: I69baa4c7decd5d38d253643d68e89514b4291268 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json14
-rw-r--r--meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config_%.bbappend1
2 files changed, 15 insertions, 0 deletions
diff --git a/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json b/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json
new file mode 100644
index 000000000..767fc708c
--- /dev/null
+++ b/meta-yadro/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
+ }
+}
diff --git a/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config_%.bbappend b/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config_%.bbappend
new file mode 100644
index 000000000..72d991c7e
--- /dev/null
+++ b/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config_%.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"