Commit 129f26e9 authored by Linus Nordberg's avatar Linus Nordberg
Browse files

Make tor-gencert create 2048 bit signing keys.

parent e6590efa
Loading
Loading
Loading
Loading

changes/bug10324

0 → 100644
+2 −0
Original line number Diff line number Diff line
  o Tool changes:
    - Make tor-gencert create 2048 bit signing keys. Addresses ticket #10324.
+1 −1
Original line number Diff line number Diff line
@@ -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. */