summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/axtls-config
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-06-07 12:38:37 +0000
committerSteven Barth <steven@midlink.org>2009-06-07 12:38:37 +0000
commitf4c6554f4c9cd4998d12a8891c0a43af747993e2 (patch)
tree2c9ae3de72577670a83e12a7a7fe250df521a714 /libs/nixio/axtls-config
parenteb5a7b36abed9c42011237db4bfe932e0b74ae99 (diff)
Revert "adjust axtls level"
This reverts commit b123c99304822a1f1502d00df4915e2707940df3.
Diffstat (limited to 'libs/nixio/axtls-config')
-rw-r--r--libs/nixio/axtls-config/.config4
-rw-r--r--libs/nixio/axtls-config/config.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/nixio/axtls-config/.config b/libs/nixio/axtls-config/.config
index 9d592ee73..46cd061b4 100644
--- a/libs/nixio/axtls-config/.config
+++ b/libs/nixio/axtls-config/.config
@@ -27,8 +27,8 @@ CONFIG_EXTRA_LDFLAGS_OPTIONS=""
# CONFIG_SSL_ENABLE_CLIENT is not set
CONFIG_SSL_FULL_MODE=y
# CONFIG_SSL_SKELETON_MODE is not set
-CONFIG_SSL_PROT_LOW=y
-# CONFIG_SSL_PROT_MEDIUM is not set
+# CONFIG_SSL_PROT_LOW is not set
+CONFIG_SSL_PROT_MEDIUM=y
# CONFIG_SSL_PROT_HIGH is not set
# CONFIG_SSL_USE_DEFAULT_KEY is not set
CONFIG_SSL_PRIVATE_KEY_LOCATION="/etc/nixio/rsa_main.der"
diff --git a/libs/nixio/axtls-config/config.h b/libs/nixio/axtls-config/config.h
index c22caad64..0f861f34b 100644
--- a/libs/nixio/axtls-config/config.h
+++ b/libs/nixio/axtls-config/config.h
@@ -28,8 +28,8 @@
#undef CONFIG_SSL_ENABLE_CLIENT
#define CONFIG_SSL_FULL_MODE 1
#undef CONFIG_SSL_SKELETON_MODE
-#define CONFIG_SSL_PROT_LOW 1
-#undef CONFIG_SSL_PROT_MEDIUM
+#undef CONFIG_SSL_PROT_LOW
+#define CONFIG_SSL_PROT_MEDIUM 1
#undef CONFIG_SSL_PROT_HIGH
#undef CONFIG_SSL_USE_DEFAULT_KEY
#define CONFIG_SSL_PRIVATE_KEY_LOCATION "/etc/nixio/rsa_main.der"