1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Increase the default buffer size for DNS certificates.

* common/t-dns-cert.c (main): Increase MAX_SIZE to 64k.
* g10/keyserver.c (DEFAULT_MAX_CERT_SIZE): Increase from 16k to 64k.
This commit is contained in:
Werner Koch 2011-11-28 18:18:12 +01:00
parent 982105f1ce
commit f95cb909ba
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2011-11-28 Werner Koch <wk@g10code.com>
* t-dns-cert.c (main): Increase MAX_SIZE to 64k.
* dns-cert.c (get_dns_cert): Factor test code out to ...
* t-dns-cert.c: new file.