mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'linus/bug10324'
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user