aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-4/+4
2017-04-18dirmngr: Fix API difference for Windows.NIIBE Yutaka1-9/+10
2017-04-13dirmngr: More fix for Windows.NIIBE Yutaka1-6/+6
2017-04-13dirmngr: Fix http.c for sockaddr_storage.NIIBE Yutaka1-6/+7
2017-04-12dirmngr: Fix type of sock.NIIBE Yutaka1-1/+1
2017-03-17dirmngr: Ignore warning alerts in the GNUTLS handshake.Werner Koch1-1/+7
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-03-02dirmngr: Rearrange files to fix de6d831.Werner Koch1-1/+1
2017-03-02dirmngr: Let --gpgconf-list return the default keyserver.Werner Koch1-1/+2
2017-02-23dirmngr: Add new debug flag "extprog"Werner Koch1-3/+3
2017-02-23dirmngr,w32: Make https with ntbtls work.Werner Koch1-27/+100
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
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