=== modified file 'mandos-keygen'
--- mandos-keygen 2025-06-27 20:06:35 +0000
+++ mandos-keygen 2025-11-05 00:32:25 +0000
@@ -388,10 +388,10 @@
else
tty --quiet && stty -echo
echo -n "Enter passphrase: " >/dev/tty
- read -r first
+ IFS= read -r first
tty --quiet && echo >&2
echo -n "Repeat passphrase: " >/dev/tty
- read -r second
+ IFS= read -r second
if tty --quiet; then
echo >&2
stty echo
=== modified file 'mandos-keygen.xml'
--- mandos-keygen.xml 2019-07-18 00:02:43 +0000
+++ mandos-keygen.xml 2025-11-05 00:32:25 +0000
@@ -2,7 +2,7 @@
-
+
%common;
]>
@@ -363,9 +363,7 @@
>8. The host name or the name
specified with the option is used
for the section header. All other options are ignored,
- and no key is created. Note: white space is stripped from
- the beginning and from the end of the password; See .
+ and no key is created.
@@ -492,13 +490,6 @@
BUGS
-
- The / option
- strips white space from the start and from the end of the
- password before using it. If this is a problem, use the
- option instead, which does not do
- this.
-