summaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Fix building w/o LDAP supportWerner Koch2020-01-211-0/+6
* dirmngr: Tell gpg about WKD looks resulting from a cache.Werner Koch2019-12-061-0/+1
* dirmngr: Replace no-strict-overflow pragma by wrapv pragma.Werner Koch2019-11-271-3/+8
* dirmngr: Rework of the LDAP code, part 1.Werner Koch2019-11-266-40/+93
* dirmngr: Make building with a TLS library mandatoryWerner Koch2019-11-261-57/+34
* 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: 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: Tune down err on missing ldapservers fileAndre Heinecke2019-11-121-1/+1
* dirmngr: Remove cruft from dirmngr_ldapWerner Koch2019-11-115-699/+58
* dirmngr: Rename an enum value for clarity.Werner Koch2019-11-111-3/+3
* gpgsm: Allow sepcification of ldaps servers.Werner Koch2019-11-094-11/+85
* doc: Document gpgsm's --keyserver option.Werner Koch2019-11-071-1/+1
* dns: Fix irrelevant use of tmpfile.NIIBE Yutaka2019-08-221-2/+0
* 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: Allow for other hash algorithms than SHA-1 in OCSP.Werner Koch2019-05-281-25/+80
* dirmngr: Improve finding OCSP cert.Werner Koch2019-05-281-1/+35
* 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 for error code for http status 413.Werner Koch2019-03-293-0/+12
* libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka2019-03-251-40/+40
* kbx: Unify the fingerprint search modes.Werner Koch2019-03-142-18/+11
* dirmngr: Avoid testing for Tor with --gpgconf-list.Werner Koch2019-03-111-1/+6
* dirmngr: Add CSRF protection exception for protonmail.Werner Koch2019-03-071-5/+40
* libdns: Avoid using compound literals (8).NIIBE Yutaka2019-02-261-20/+0
* libdns: Avoid using compound literals (7).NIIBE Yutaka2019-02-263-12/+16
* libdns: Avoid using compound literals (6).NIIBE Yutaka2019-02-263-33/+51
* libdns: Avoid using compound literals (5).NIIBE Yutaka2019-02-262-2/+3
* libdns: Avoid using compound literals (4).NIIBE Yutaka2019-02-262-7/+6
* libdns: Avoid using compound literals (3).NIIBE Yutaka2019-02-262-12/+18
* libdns: Avoid using compound literals (2).NIIBE Yutaka2019-02-262-19/+12
* libdns: Avoid using compound literals.NIIBE Yutaka2019-02-261-5/+10
* dirmngr: Fix initialization of assuan's nPth hook.NIIBE Yutaka2019-01-251-1/+1
* Silence a few compiler warnings new with gcc 8.Werner Koch2018-12-171-5/+12
* dirmngr: Retry another server from the pool on 502, 503, 504.Werner Koch2018-12-111-7/+33
* dirmngr: New function http_status2string.Werner Koch2018-12-112-0/+26
* dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch2018-11-227-95/+435
* dirmngr: Support the new WKD draft with the openpgpkey subdomain.Werner Koch2018-11-133-19/+68
* dirmngr: Add FLUSHCRLs commandAndre Heinecke2018-11-122-1/+18
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-121-2/+2
* dirmngr: Fix LDAP port parsing.Werner Koch2018-11-051-1/+1
* headers: fix spellingDaniel Kahn Gillmor2018-10-251-1/+1
* dirmngr: Fix out of scope use of a var in the keyserver LDAP code.Werner Koch2018-10-251-23/+10
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-2414-24/+24
* dirmngr: Prepare for updated WKD specs with ?l= paramWerner Koch2018-10-221-12/+21
* dirmngr: In verbose mode print the OCSP responder id.Werner Koch2018-10-221-0/+27