mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
2d37e0c800
commit
63e7891f0f
3 changed files with 16 additions and 4 deletions
2
NEWS
2
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)
|
||||
------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue