summaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine-hkp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix regression since 2.1 in --search-key with a fingerprint.Werner Koch2016-07-141-2/+6
* http: Allow to request system defined CAs for TLS.Werner Koch2016-04-261-1/+1
* dirmngr: Provide the keyserver pool name even if there is no CNAME.Werner Koch2016-01-221-2/+2
* dirmngr: Use sks-keyservers CA by default for the hkps pool.Daniel Kahn Gillmor2016-01-221-1/+1
* dirmngr: Stricter handling of http error codes.Justus Winter2015-12-041-7/+13
* dirmngr: Handle http status '501 Not Implemented'.Justus Winter2015-12-041-0/+4
* dirmngr: Honor ports specified in SRV records.Justus Winter2015-11-231-14/+32
* dirmngr: Support hkp server pools using SRV records.Justus Winter2015-11-231-1/+46
* dirmngr: Refactor 'map_host'.Justus Winter2015-11-231-99/+110
* dirmngr: Fix pool detection.Justus Winter2015-11-231-2/+2
* dirmngr: Refactor 'map_host'.Justus Winter2015-11-231-12/+21
* dirmngr: Fix typo.Justus Winter2015-11-191-1/+1
* dirmngr: Fix specifying keyservers by IP address.Justus Winter2015-11-171-1/+5
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* dirmngr: Support Tor hidden services.Werner Koch2015-10-261-2/+19
* dirmngr: Replace use of getnameinfo by resolve_dns_addr.Werner Koch2015-10-251-75/+34
* dirmngr: Implement a getnameinfo wrapper.Werner Koch2015-10-251-32/+0
* dirmngr: Use the new DNS wrapper for the HKP engine.Werner Koch2015-10-211-25/+30
* dirmngr: Fix use-after-free due to a realloc shrinking.Werner Koch2015-10-021-2/+2
* dirmngr: Add option --use-tor as a stub.Werner Koch2015-09-181-1/+3
* dirmngr: Add http proxy support for keyservers.Werner Koch2015-04-211-2/+2
* Improve documentation for ks_hkp_get.Neal H. Walfield2015-03-231-1/+2
* Improve spelling and grammar of some comments.Neal H. Walfield2015-03-231-1/+1
* Move armor_data to misc.c.Neal H. Walfield2015-03-231-58/+0
* hkps: Fix host name verification when using pools.Werner Koch2015-03-191-7/+18
* dirmngr: Fix error code path of map_host.NIIBE Yutaka2015-01-081-3/+8
* dirmngr: Fix memory leak.Werner Koch2014-12-221-1/+1
* dirmngr: Improve dead host detection.Werner Koch2014-12-081-0/+2
* dirmngr: Return a proper error for all dead hosts.Werner Koch2014-12-081-55/+76
* dirmngr: Only report hkps scheme when availableKristian Fiskerstrand2014-11-261-1/+9
* dirmngr: Support https for KS_FETCH.Werner Koch2014-09-101-34/+0
* w32: Fix build problem with dirmngr.Werner Koch2014-06-101-1/+8
* dirmngr: Print certificates on failed TLS verification.Werner Koch2014-05-191-0/+35
* keyserver: Improve support for hkps pools.Werner Koch2014-05-161-61/+209
* http: Allow overriding of the Host header.Werner Koch2014-05-161-0/+1
* Use "samethread" mode keyword for some es_fopenmem.Werner Koch2014-05-061-1/+1
* dirmngr: Add support for hkps keyservers.Werner Koch2014-05-051-3/+24
* dirmngr: Resurrect hosts in the HKP hosttable.Werner Koch2014-03-181-4/+58
* gpg: Make --auto-key-locate work again with keyservers.Werner Koch2014-03-171-6/+24
* dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2014-03-141-12/+35
* dirmngr: Do not use brackets around legacy IP addresses.Werner Koch2014-03-141-9/+14
* gpg: Print the actual used keyserver address.Werner Koch2014-03-141-2/+9
* dirmngr: Detect dead keyservers and try another one.Werner Koch2014-03-121-19/+123
* dirmngr: Put brackets around IP addresses in the hosttable.Werner Koch2014-03-111-3/+37
* dirmngr: Add command option to mark hosts as dead or alive.Werner Koch2014-03-111-1/+87
* dirmngr: Fix HKP host selection code.Werner Koch2014-03-111-34/+81
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-071-0/+3
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-12/+12
* Adapt HKP fix for fingerprint/long keyid retrievals for dirmngrDavid Shaw2012-01-101-7/+9
* Make HKP keyserver engine work again.Werner Koch2011-11-241-4/+4