=== modified file 'debian/mandos-client.README.Debian'
--- debian/mandos-client.README.Debian 2012-06-16 19:30:08 +0000
+++ debian/mandos-client.README.Debian 2013-09-29 15:52:19 +0000
@@ -45,7 +45,7 @@
The device can also be overridden at boot time on the Linux kernel
command line using the sixth colon-separated field of the "ip="
option; for exact syntax, read the documentation in the file
- "/usr/share/doc/linux-doc-*/Documentation/filesystems/nfsroot.txt",
+ "/usr/share/doc/linux-doc-*/Documentation/filesystems/nfs/nfsroot.txt",
available in the "linux-doc-*" package.
Note that since the network interfaces are used in the initial RAM
@@ -90,4 +90,4 @@
work, "--options-for=mandos-client:--connect=
:" needs
to be manually added to the file "/etc/mandos/plugin-runner.conf".
- -- Teddy Hogeborn , Sat, 16 Jun 2012 13:09:58 +0200
+ -- Teddy Hogeborn , Sun, 23 Jun 2013 17:31:53 +0200
=== modified file 'mandos-keygen'
--- mandos-keygen 2012-10-24 19:34:13 +0000
+++ mandos-keygen 2013-09-29 15:52:19 +0000
@@ -24,10 +24,10 @@
VERSION="1.6.0"
KEYDIR="/etc/keys/mandos"
-KEYTYPE=DSA
-KEYLENGTH=2048
-SUBKEYTYPE=ELG-E
-SUBKEYLENGTH=2048
+KEYTYPE=RSA
+KEYLENGTH=4096
+SUBKEYTYPE=RSA
+SUBKEYLENGTH=4096
KEYNAME="`hostname --fqdn 2>/dev/null || hostname`"
KEYEMAIL=""
KEYCOMMENT="Mandos client key"
@@ -60,13 +60,13 @@
-v, --version Show program's version number and exit
-h, --help Show this help message and exit
-d DIR, --dir DIR Target directory for key files
- -t TYPE, --type TYPE Key type. Default is DSA.
+ -t TYPE, --type TYPE Key type. Default is RSA.
-l BITS, --length BITS
- Key length in bits. Default is 2048.
+ Key length in bits. Default is 4096.
-s TYPE, --subtype TYPE
Subkey type. Default is ELG-E.
-L BITS, --sublength BITS
- Subkey length in bits. Default is 2048.
+ Subkey length in bits. Default is 4096.
-n NAME, --name NAME Name of key. Default is the FQDN.
-e ADDRESS, --email ADDRESS
Email address of key. Default is empty.
=== modified file 'mandos-keygen.xml'
--- mandos-keygen.xml 2011-12-31 23:05:34 +0000
+++ mandos-keygen.xml 2013-09-29 15:52:19 +0000
@@ -2,7 +2,7 @@
-
+
%common;
]>
@@ -227,7 +227,7 @@
TYPE
- Key type. Default is DSA
.
+ Key type. Default is RSA
.
@@ -239,7 +239,7 @@
BITS
- Key length in bits. Default is 2048.
+ Key length in bits. Default is 4096.
@@ -251,7 +251,7 @@
KEYTYPE
- Subkey type. Default is ELG-E
(Elgamal
+ Subkey type. Default is RSA
(Elgamal
encryption-only).
@@ -264,7 +264,7 @@
BITS
- Subkey length in bits. Default is 2048.
+ Subkey length in bits. Default is 4096.