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