aboutsummaryrefslogtreecommitdiffstats
path: root/util/cert.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-01-26 16:51:04 +0000
committerDavid Shaw <[email protected]>2006-01-26 16:51:04 +0000
commit23cfe019e99f54a229b0eeb68d4afb1a788b2886 (patch)
treeac8a2fd6e5ce06c805efda4fd249d2d25ba13507 /util/cert.c
parent* keyserver.c (parse_keyserver_uri): If there is a path present, set the (diff)
downloadgnupg-23cfe019e99f54a229b0eeb68d4afb1a788b2886.tar.gz
gnupg-23cfe019e99f54a229b0eeb68d4afb1a788b2886.zip
* cert.c (get_cert): Disable IPGP types for now until the format questions
in the draft are settled. * srv.c (getsrv): Error on oversize SRV responses.
Diffstat (limited to 'util/cert.c')
-rw-r--r--util/cert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/cert.c b/util/cert.c
index 11a30161e..e37544e01 100644
--- a/util/cert.c
+++ b/util/cert.c
@@ -134,6 +134,7 @@ get_cert(const char *name,size_t max_size,IOBUF *iobuf,char **url)
ret=1;
break;
}
+#if 0
else if(ctype==6 && dlen<1023 && url)
{
/* Sanity check the IPGP URL type that the URL isn't too
@@ -145,6 +146,7 @@ get_cert(const char *name,size_t max_size,IOBUF *iobuf,char **url)
ret=2;
break;
}
+#endif
/* Neither type matches, so go around to the next answer. */
pt+=dlen;