aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2013-12-12 17:39:22 +0100
committerLinus Nordberg <linus@torproject.org>2013-12-12 17:39:22 +0100
commit129f26e9591325a7866bac22e0c0a3df1877fcdb (patch)
treed0d2504cb5b2b0d35539bd48722a33e968c0c8d7 /src/tools
parente6590efaa77c8cf186ce92e6ebad175e9c6450d1 (diff)
downloadtor-129f26e9591325a7866bac22e0c0a3df1877fcdb.tar
tor-129f26e9591325a7866bac22e0c0a3df1877fcdb.tar.gz
Make tor-gencert create 2048 bit signing keys.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tor-gencert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c
index 25beb2aae..2f95cf7c5 100644
--- a/src/tools/tor-gencert.c
+++ b/src/tools/tor-gencert.c
@@ -34,7 +34,7 @@
#include "address.h"
#define IDENTITY_KEY_BITS 3072
-#define SIGNING_KEY_BITS 1024
+#define SIGNING_KEY_BITS 2048
#define DEFAULT_LIFETIME 12
/* These globals are set via command line options. */