aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-18dirmngr: Fix backport of the new option parser from 2.3wk/stable-2.2-global-optionsWerner Koch1-0/+5
2020-12-04Backport of the new option parser from 2.3Werner Koch3-102/+94
2020-11-19gpgconf: Also print revision of libksba.Werner Koch1-3/+4
2020-11-10w32: Support Unicode also for config files etc.Werner Koch2-4/+4
2020-10-23common: New functions gnupg_opendir et al.Werner Koch3-19/+15
2020-10-23Replace all calls to stat by gnupg_stat.Werner Koch2-2/+2
2020-10-23Replace most calls to open by a new wrapper.Werner Koch1-2/+2
2020-10-21Replace all calls to access by gnupg_accessWerner Koch3-8/+8
2020-10-05dirmngr: Minor cleanup for better readability.Werner Koch3-29/+29
2020-10-02w32: Add manifest files to most binariesWerner Koch3-2/+83
2020-10-02gpgconf: New option --show-versions.Werner Koch1-0/+66
2020-09-10gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch1-1/+1
2020-09-10dirmngr: Fix the pool keyserver case for a single host in the pool.Werner Koch1-1/+20
2020-09-10dirmngr: Align the gnutls use of CAs with the ntbtls code.Werner Koch3-10/+18
2020-08-27dirmngr: Print the last alert message returned by NTBTLS.Werner Koch1-0/+8
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-07-30w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka1-1/+1
2020-07-13dirmngr: Handle EAFNOSUPPORT at connect_server.NIIBE Yutaka1-0/+9
2020-07-02dirmngr: Silence annoying warning for missing default ldap server file.Werner Koch1-5/+8
2020-07-02dirmngr: Fix case handling of "ldapi" scheme.Werner Koch1-1/+1
2020-05-21dirmngr: dns: Fix allocation of string buffer in stack.NIIBE Yutaka2-26/+32
2020-05-12common: Change argument order of log_printhex.Werner Koch2-2/+2
2020-04-16dirmngr: Allow http URLs with "LOOKUP --url"Werner Koch1-20/+103
2020-04-15sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch2-1/+48
2020-04-15sm: Support rsaPSS verification also for CMS signatures.Werner Koch1-1/+1
2020-04-15dirmngr: Support rsaPSS also in the general validate module.Werner Koch1-44/+127
2020-04-15sm,dirmngr: Support rsaPSS signature verification.Werner Koch1-15/+162
2020-03-18dirmngr: Improve finding OCSP cert.Werner Koch1-1/+35
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2-0/+2
2019-12-07dirmngr: Tell gpg about WKD lookups resulting from a cache.Werner Koch1-0/+1
2019-11-18dirmngr,gpg: Better diagnostic in case of bad TLS certificates.Werner Koch1-1/+19
2019-11-18dirmngr: Forward http redirect warnings to gpg.Werner Koch4-1/+20
2019-11-18dirmngr: Factor some prototypes out to dirmngr-status.h.Werner Koch4-9/+87
2019-11-18dirmngr: Fixed typo in recently added diagnostic.Werner Koch1-1/+1
2019-11-12dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch4-3/+119
2019-07-16dirmngr: Don't add system CAs for SKS HKPS pool.NIIBE Yutaka1-0/+2
2019-07-04dirmngr: fix handling of HTTPS redirections during HKPDaniel Kahn Gillmor1-1/+3
2019-07-03dirmngr: Avoid endless loop in case of HTTP error 503.Werner Koch1-10/+33
2019-07-03dirmngr: Do not rewrite the redirection for the "openpgpkey" subdomain.Werner Koch1-0/+20
2019-07-03dirmngr: Fix previous commitWerner Koch1-1/+1
2019-07-03dirmngr: Support the new WKD draft with the openpgpkey subdomain.Werner Koch1-8/+56
2019-05-28dirmngr: Allow for other hash algorithms than SHA-1 in OCSP.Werner Koch1-25/+80
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-1/+2
2019-04-02dirmngr: Improve domaininfo cache update algorithm.Werner Koch1-19/+106
2019-04-02dirmngr: Better error code for http status 413.Werner Koch3-0/+12
2019-03-25libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka1-40/+40
2019-03-07libdns: Avoid using compound literals (8).NIIBE Yutaka1-20/+0
2019-03-07libdns: Avoid using compound literals (7).NIIBE Yutaka3-12/+16
2019-03-07libdns: Avoid using compound literals (6).NIIBE Yutaka3-33/+51
2019-03-07libdns: Avoid using compound literals (5).NIIBE Yutaka2-2/+3