aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-03-23Add new function uri_query_lookup.Neal H. Walfield1-0/+15
2015-03-20common: Fix syntax error when building with gnutlsWerner Koch1-1/+1
2015-03-19hkps: Fix host name verification when using pools.Werner Koch1-2/+4
2014-12-08http: Improve diagnostic messages.Werner Koch1-9/+32
2014-11-07w32: Fix http access module.Werner Koch1-8/+25
2014-10-02First changes for future use of NTBTLS.Werner Koch1-28/+94
2014-09-10dirmngr: Fix the ks_fetch command for the http scheme.Werner Koch1-3/+8
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-2/+2
2014-06-13http: Print human readable GNUTLS status.Werner Koch1-1/+27
2014-05-19http: Add callback to help logging of server certificates.Werner Koch1-20/+33
2014-05-16http: Allow overriding of the Host header.Werner Koch1-23/+44
2014-05-05http: Add reference counting to the session object.Werner Koch1-40/+80
2014-05-02http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch1-31/+75
2014-05-02http: Revamp TLS API.Werner Koch1-209/+402
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch1-18/+17