summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h')
-rw-r--r--meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h b/meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h
new file mode 100644
index 000000000..8aec3b3a7
--- /dev/null
+++ b/meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h
@@ -0,0 +1,6 @@
+// Disable CBC ciphers for modern security.
+#define DROPBEAR_ENABLE_CBC_MODE 0
+
+#define DROPBEAR_SHA1_96_HMAC 0
+#define DROPBEAR_SHA2_256_HMAC 1
+#define DROPBEAR_SHA2_512_HMAC 1
OpenPOWER on IntegriCloud