projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47c17b
)
Raise default RSA key length to 2048 bits.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 15 Sep 2009 21:04:52 +0000
(23:04 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 15 Sep 2009 21:04:52 +0000
(23:04 +0200)
src/tincd.c
patch
|
blob
|
history
diff --git
a/src/tincd.c
b/src/tincd.c
index
b2e055c
..
602f18b
100644
(file)
--- a/
src/tincd.c
+++ b/
src/tincd.c
@@
-229,7
+229,7
@@
static bool parse_options(int argc, char **argv)
generate_keys &= ~7; /* Round it to bytes */
} else
- generate_keys =
1024
;
+ generate_keys =
2048
;
break;
case 'R': /* chroot to NETNAME dir */