mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
dirmngr: Allow sending of Zack's key.
* dirmngr/server.c (MAX_KEYBLOCK_LENGTH): Increase to 1 MiB. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
88317ae8c8
commit
84f4c8811f
@ -59,8 +59,9 @@
|
||||
|
||||
/* The same goes for OpenPGP keyblocks, but here we need to allow for
|
||||
much longer blocks; a 200k keyblock is not too unusual for keys
|
||||
with a lot of signatures (e.g. 0x5b0358a2). */
|
||||
#define MAX_KEYBLOCK_LENGTH (512*1024)
|
||||
with a lot of signatures (e.g. 0x5b0358a2). 9C31503C6D866396 even
|
||||
has 770 KiB as of 2015-08-23. */
|
||||
#define MAX_KEYBLOCK_LENGTH (1024*1024)
|
||||
|
||||
|
||||
#define PARM_ERROR(t) assuan_set_error (ctx, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user