[crypto-policies] Added config

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Jun 12 09:59:00 UTC 2014


commit 65fd34b8486a4b7c7adc5723a91e2c5834a53369
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Thu Jun 12 11:58:37 2014 +0200

    Added config

 .gitignore |    1 -
 config     |   13 +++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a273475..dd811ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
 /crypto-profiles-git81364e4.tar.gz
-/config
 /crypto-profiles-gita50bad2.tar.gz
 /crypto-profiles-gita2fa0c6.tar.gz
diff --git a/config b/config
new file mode 100644
index 0000000..d3440a4
--- /dev/null
+++ b/config
@@ -0,0 +1,13 @@
+# This file should contain a single keyword, the crypto policy to
+# be applied by default to applications. The available policies are 
+# restricted to the following profiles.
+#
+# * LEGACY: ensures maximum compatibility with legacy systems (64-bit
+#   security)
+#
+# * DEFAULT: A reasonable default for today's standards (80-bit security).
+#
+# * FUTURE: A level that will provide security on a conservative level that is
+#   believed to withstand any near-term future attacks (128-bit security).
+#
+DEFAULT


More information about the scm-commits mailing list