aboutsummaryrefslogtreecommitdiffstats
path: root/util/cert.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-26Fix for building without DNS support.Werner Koch1-2/+2
* util/cert.c (get_cert) [!USE_DNS_CERT]: Add want_ipgp.
2015-02-26Allow requesting only an IPGP certtype with dns_cert().Werner Koch1-4/+6
* util/cert.c (get_cert): Add arg want_ipgp. Change callers. Signed-off-by: Werner Koch <[email protected]>
2010-09-28The rest of the VMS changes.Werner Koch1-1/+4
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
Updated gettext.
2007-04-15* argparse.c (default_strusage): Copyright 2007.David Shaw1-1/+2
* cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs().
2006-03-30* cert.c (main): Fix test program build warning on OSX.David Shaw1-2/+2
2006-03-16* cert.c (get_cert): Handle the fixed IPGP type with fingerprint.David Shaw1-15/+58
2006-01-26* cert.c (get_cert): Disable IPGP types for now until the format questionsDavid Shaw1-0/+2
in the draft are settled. * srv.c (getsrv): Error on oversize SRV responses.
2005-12-24* cert.c (get_cert): Properly chase down CNAMEs pointing to CERTs.David Shaw1-4/+10
2005-12-23New code to do DNS CERT queries.David Shaw1-0/+200