aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
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-14sm: Support rsaPSS verification also for CMS signatures.Werner Koch1-1/+1
2020-04-09dirmngr: Support rsaPSS also in the general validate module.Werner Koch1-44/+127
2020-04-09sm,dirmngr: Support rsaPSS signature verification.Werner Koch1-15/+162
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-54/+2
2020-03-06dirmngr: Re-group the options in the --help output.Werner Koch1-50/+81
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-2/+4
2020-02-22agent,dirmngr: Re-read the user specified config file.Werner Koch1-2/+8
2020-02-21Use gpgrt's new option parser for the remaining daemons.Werner Koch3-128/+109
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch3-0/+12
2020-02-18Spelling cleanup.Daniel Kahn Gillmor6-10/+10
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2-0/+2
2020-01-21dirmngr: Fix building w/o LDAP supportWerner Koch1-0/+6
2019-12-06dirmngr: Tell gpg about WKD looks resulting from a cache.Werner Koch1-0/+1
2019-11-27dirmngr: Replace no-strict-overflow pragma by wrapv pragma.Werner Koch1-3/+8
2019-11-26dirmngr: Rework of the LDAP code, part 1.Werner Koch6-40/+93
2019-11-26dirmngr: Make building with a TLS library mandatoryWerner Koch1-57/+34
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: 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-11-12dirmngr: Tune down err on missing ldapservers fileAndre Heinecke1-1/+1
2019-11-11dirmngr: Remove cruft from dirmngr_ldapWerner Koch5-699/+58
2019-11-11dirmngr: Rename an enum value for clarity.Werner Koch1-3/+3
2019-11-09gpgsm: Allow sepcification of ldaps servers.Werner Koch4-11/+85
2019-11-07doc: Document gpgsm's --keyserver option.Werner Koch1-1/+1
2019-08-22dns: Fix irrelevant use of tmpfile.NIIBE Yutaka1-2/+0
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-05-28dirmngr: Allow for other hash algorithms than SHA-1 in OCSP.Werner Koch1-25/+80
2019-05-28dirmngr: Improve finding OCSP cert.Werner Koch1-1/+35
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-03-29dirmngr: Better for 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-14kbx: Unify the fingerprint search modes.Werner Koch2-18/+11
2019-03-11dirmngr: Avoid testing for Tor with --gpgconf-list.Werner Koch1-1/+6
2019-03-07dirmngr: Add CSRF protection exception for protonmail.Werner Koch1-5/+40
2019-02-26libdns: Avoid using compound literals (8).NIIBE Yutaka1-20/+0
2019-02-26libdns: Avoid using compound literals (7).NIIBE Yutaka3-12/+16
2019-02-26libdns: Avoid using compound literals (6).NIIBE Yutaka3-33/+51
2019-02-26libdns: Avoid using compound literals (5).NIIBE Yutaka2-2/+3
2019-02-26libdns: Avoid using compound literals (4).NIIBE Yutaka2-7/+6
2019-02-26libdns: Avoid using compound literals (3).NIIBE Yutaka2-12/+18
2019-02-26libdns: Avoid using compound literals (2).NIIBE Yutaka2-19/+12
2019-02-26libdns: Avoid using compound literals.NIIBE Yutaka1-5/+10
2019-01-25dirmngr: Fix initialization of assuan's nPth hook.NIIBE Yutaka1-1/+1