aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-21dirmngr: New Assuan option "http-crl".Werner Koch1-0/+1
2017-02-21dirmngr: Add a magic field to the http structs.Werner Koch1-0/+33
2017-02-20dirmngr.c: Make http.c build without any TLS support.Werner Koch1-3/+4
2017-02-19dirmngr: First take on ntbtls cert verification.Werner Koch1-80/+41
2017-02-18dirmngr: Add per-session verify callback to http.cWerner Koch1-11/+35
2017-02-17dirmngr: Strip the default https port from the Host: header.Werner Koch1-1/+1
2017-02-16dirmngr: Replace stpcpy chains by strconcat.Werner Koch1-3/+2
2017-01-24dirmngr: Simplify error returning inside http.c.Werner Koch1-51/+50
2017-01-23Fix format string errors and some missing error case initialization.Werner Koch1-2/+2
2017-01-19dirmngr: Add setup of CA for NTBTLS.NIIBE Yutaka1-1/+78
2017-01-11dirmngr: Fix Tor access for v6 addresses.Werner Koch1-1/+63
2017-01-11dirmngr: Add debug code to http.c.Werner Koch1-22/+52
2017-01-09dirmngr: Do not use a SRV record for HKP if a port was specified.Werner Koch1-0/+2
2017-01-08dirmngr: Change internal SRV lookup API.Werner Koch1-23/+5
2016-12-20dirmngr: New option --resolver-timeout.Werner Koch1-2/+2
2016-12-19dirmngr: Fix problems with the getsrv function.Werner Koch1-2/+6
2016-12-14dirmngr: Improve ntbtls support.NIIBE Yutaka1-4/+71
2016-12-01dirmngr: Add option --standard-resolver.Werner Koch1-5/+0
2016-11-17dirmngr: Add system CAs if no hkp-cacert is givenDaniel Kahn Gillmor1-5/+10
2016-11-17dirmngr: Register hkp-cacert even if the file doesn't exist yetDaniel Kahn Gillmor1-0/+5
2016-11-11dirmngr: Prepare to trigger jobs by network activity.Werner Koch1-1/+28
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-11common: New function string_to_u64.Werner Koch1-11/+2
2016-07-12dirmngr: Fix typo.Daniel Kahn Gillmor1-1/+1
2016-06-14doc: Consistently use 'keyserver'.Werner Koch1-1/+1
2016-04-26http: Allow to request system defined CAs for TLS.Werner Koch1-8/+32
2016-01-22dirmngr: Use sks-keyservers CA by default for the hkps pool.Daniel Kahn Gillmor1-1/+30
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-4/+0
2015-12-02http: Enhance parser to detect .onion addresses.Werner Koch1-33/+39
2015-11-27Avoid incompatible pointer assignment warnings on Windows.Werner Koch1-6/+7
2015-11-26dirmngr: Let Libassuan employ nPth wrappers for connect.Werner Koch1-9/+0
2015-11-18dirmngr: Gracefully handle premature termination of TLS streams.fix-1950Justus Winter1-11/+29
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-26dirmngr: Support Tor hidden services.Werner Koch1-0/+26
2015-10-26dirmngr,w32: Remove gethostbyname hack and make it build again.Werner Koch1-36/+2
2015-10-22dirmngr: Do not use MAXDNAME.Werner Koch1-7/+17
2015-10-22Move SRV RR code from common/ to dirmngr/.Werner Koch1-17/+0
2015-10-21dirmngr: Use the new DNS wrapper for the HTTP module.Werner Koch1-78/+18
2015-10-21dirmngr: Allow use of http.c if USE_NPTH is not defined.Werner Koch1-8/+14
2015-10-21Change capitalization of TOR to Tor.Werner Koch1-2/+2
2015-10-21dirmngr: Allow building with libassuan < 2.3.Neal H. Walfield1-0/+2
2015-10-20w32: Allow building again.Werner Koch1-1/+1
2015-10-19dirmngr: Allow building with libassuan < 2.3.Werner Koch1-0/+2
2015-10-19dirmngr: Make --use-tor work - still leaks DNS.Werner Koch1-4/+14
2015-10-19dirmngr: Use Assuan socket wrappers for http.cWerner Koch1-55/+73
2015-10-18Move http module from common/ to dirmngr/.Werner Koch1-0/+0
2015-10-08dirmngr: Default to http protocol for http-proxyAndre Heinecke1-1/+1
2015-09-18http: Add flag to force use of TOR (part 1)Werner Koch1-0/+12
2015-04-21common: Make proper use of http proxy parameter.Werner Koch1-3/+48
2015-03-23Improve documenation of http_parse_uri.Neal H. Walfield1-3/+4