From 7aa9067b4694d42b3b7a63a65ea70b74fed5b363 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 20 Dec 2009 11:52:09 -0500 Subject: fix ms Issue #1536 for gpg edit/addkey UI change gnupg apparently changed their edit-key/addkey function ordering such that the monkeysphere gen-subkey subcommand was creating DSA authentication subkeys instead of RSA subkeys. DSA subkeys are not supported by the ms key translation utilities, so this is a big problem. This patch fixes the problem, but it means that we have require gnupg >=1.4.10 from now on, or at least until gnupg changes their UI again for no good reason. --- src/share/m/gen_subkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/share/m/gen_subkey') diff --git a/src/share/m/gen_subkey b/src/share/m/gen_subkey index 05004f6..a90c618 100644 --- a/src/share/m/gen_subkey +++ b/src/share/m/gen_subkey @@ -45,7 +45,7 @@ Type '$PGRM help' for usage." # generate the list of commands that will be passed to edit-key editCommands="addkey -7 +8 S E A -- cgit v1.2.3