aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-11-28 17:18:12 +0000
committerWerner Koch <[email protected]>2011-11-30 16:34:49 +0000
commitf95cb909ba505f03ce81816c23dd58718b8cb6e6 (patch)
tree723d455adabe3c339da4cc45ed1ef67f9234f3d3 /common
parentUse separate test module for dns-cert.c. (diff)
downloadgnupg-f95cb909ba505f03ce81816c23dd58718b8cb6e6.tar.gz
gnupg-f95cb909ba505f03ce81816c23dd58718b8cb6e6.zip
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.
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index dd7ef5398..46a61dd7a 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,5 +1,7 @@
2011-11-28 Werner Koch <[email protected]>
+ * 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.