[git] GnuPG - branch, master, updated. gnupg-2.1.14-83-gb5d63e8
by Werner Koch
cvs at cvs.gnupg.org
Tue Aug 16 19:09:40 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via b5d63e81d5c472647decc7687cef91fee0378eb8 (commit)
from f02ceb6c6e94c6fbfaeeafe728397be38107de4d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b5d63e81d5c472647decc7687cef91fee0378eb8
Author: Werner Koch <wk at gnupg.org>
Date: Tue Aug 16 19:06:28 2016 +0200
agent: Allow import of overly large keys.
* agent/command.c (MAXLEN_KEYDATA): Double the size.
--
Debian-bug-id: 834447
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/agent/command.c b/agent/command.c
index 7fc28ad..9522f89 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -49,7 +49,7 @@
/* Maximum allowed size of the key parameters. */
#define MAXLEN_KEYPARAM 1024
/* Maximum allowed size of key data as used in inquiries (bytes). */
-#define MAXLEN_KEYDATA 4096
+#define MAXLEN_KEYDATA 8192
/* The size of the import/export KEK key (in bytes). */
#define KEYWRAP_KEYSIZE (128/8)
-----------------------------------------------------------------------
Summary of changes:
agent/command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list