mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Make tor-gencert create 2048 bit signing keys.
This commit is contained in:
parent
e6590efaa7
commit
129f26e959
2
changes/bug10324
Normal file
2
changes/bug10324
Normal file
@ -0,0 +1,2 @@
|
||||
o Tool changes:
|
||||
- Make tor-gencert create 2048 bit signing keys. Addresses ticket #10324.
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user