aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-04 14:26:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-04 14:26:56 +0000
commit33797fe6d5375d34c17e093e63011d813e260da8 (patch)
tree1b45803ca73b86c4f1d5378ceb327d9fc8714f95 /src/util
parentd0cf573115d89775e1546996c2e6780cac12a98c (diff)
downloadgnunet-33797fe6d5375d34c17e093e63011d813e260da8.tar.gz
gnunet-33797fe6d5375d34c17e093e63011d813e260da8.zip
-go to more sane ECC curve to be more DoS-resistant
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index d89989bd4..ea6dde647 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -30,7 +30,7 @@
30 30
31#define EXTRA_CHECKS ALLOW_EXTRA_CHECKS 31#define EXTRA_CHECKS ALLOW_EXTRA_CHECKS
32 32
33#define CURVE "NIST P-521" 33#define CURVE "NIST P-256"
34 34
35#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 35#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
36 36