aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-12-04 09:53:10 +0000
committerWerner Koch <[email protected]>2014-12-04 09:53:10 +0000
commit63e7891f0f9f0228d93c6cd979fbf2797da2b67d (patch)
tree1c3421cceb8031e985e2cc5ff7affb64c023a914 /NEWS
parentindentation: Update g10/import.c (diff)
downloadgnupg-63e7891f0f9f0228d93c6cd979fbf2797da2b67d.tar.gz
gnupg-63e7891f0f9f0228d93c6cd979fbf2797da2b67d.zip
gpg: Allow import of large keys.
* g10/import.c (import): Skip too large keys. * kbx/keybox-file.c (IMAGELEN_LIMIT): Change limit from 2MB to 5MB. -- The key which triggered the problem was 0x57930DAB0B86B067. With this patch it can be imported. Keys larger than the now increased limit of 5MB will are skipped and the already existing not_imported counter is bumped up. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7643a02fb..9b17fe14e 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,8 @@ Noteworthy changes in version 2.1.1 (unreleased)
* gpg: Removed the option aliases --throw-keyid and --notation-data;
use --throw-keyids and --set-notation instead.
+ * gpg: Skip too large keys during import.
+
Noteworthy changes in version 2.1.0 (2014-11-06)
------------------------------------------------