summaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dirmngr: Implement TLS over http proxies.Justus Winter2017-07-191-1/+90
* dirmngr: Log http response in debug mode.Justus Winter2017-07-191-2/+2
* dirmngr: Amend TLS handling.Justus Winter2017-07-191-1/+3
* dirmngr: Fix connecting to http proxies.Justus Winter2017-07-191-1/+1
* dirmngr: Fix handling of proxy URIs.Justus Winter2017-07-191-2/+3
* dirmngr: Honor http keyserver URLs.Justus Winter2017-07-181-1/+3
* dirmngr: Fix memory leak.Justus Winter2017-07-181-1/+1
* dirmngr: Fix memory leak.Justus Winter2017-07-181-0/+5
* dirmngr: Allow a timeout for HTTP and other TCP connects.Werner Koch2017-06-081-16/+183
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-4/+4
* dirmngr: Fix API difference for Windows.NIIBE Yutaka2017-04-181-9/+10
* dirmngr: More fix for Windows.NIIBE Yutaka2017-04-141-6/+6
* dirmngr: Fix http.c for sockaddr_storage.NIIBE Yutaka2017-04-131-6/+7
* dirmngr: Fix type of sock.NIIBE Yutaka2017-04-121-1/+1
* dirmngr: Ignore warning alerts in the GNUTLS handshake.Werner Koch2017-03-171-1/+7
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* dirmngr: Rearrange files to fix de6d831.Werner Koch2017-03-021-1/+1
* dirmngr: Let --gpgconf-list return the default keyserver.Werner Koch2017-03-021-1/+2
* dirmngr: Add new debug flag "extprog"Werner Koch2017-02-231-3/+3
* dirmngr,w32: Make https with ntbtls work.Werner Koch2017-02-231-27/+100
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* dirmngr: New Assuan option "http-crl".Werner Koch2017-02-211-0/+1
* dirmngr: Add a magic field to the http structs.Werner Koch2017-02-211-0/+33
* dirmngr.c: Make http.c build without any TLS support.Werner Koch2017-02-201-3/+4
* dirmngr: First take on ntbtls cert verification.Werner Koch2017-02-191-80/+41
* dirmngr: Add per-session verify callback to http.cWerner Koch2017-02-181-11/+35
* dirmngr: Strip the default https port from the Host: header.Werner Koch2017-02-171-1/+1
* dirmngr: Replace stpcpy chains by strconcat.Werner Koch2017-02-161-3/+2
* dirmngr: Simplify error returning inside http.c.Werner Koch2017-01-241-51/+50
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-231-2/+2
* dirmngr: Add setup of CA for NTBTLS.NIIBE Yutaka2017-01-191-1/+78
* dirmngr: Fix Tor access for v6 addresses.Werner Koch2017-01-111-1/+63
* dirmngr: Add debug code to http.c.Werner Koch2017-01-111-22/+52
* dirmngr: Do not use a SRV record for HKP if a port was specified.Werner Koch2017-01-091-0/+2
* dirmngr: Change internal SRV lookup API.Werner Koch2017-01-081-23/+5
* dirmngr: New option --resolver-timeout.Werner Koch2016-12-201-2/+2
* dirmngr: Fix problems with the getsrv function.Werner Koch2016-12-191-2/+6
* dirmngr: Improve ntbtls support.NIIBE Yutaka2016-12-141-4/+71
* dirmngr: Add option --standard-resolver.Werner Koch2016-12-011-5/+0
* dirmngr: Add system CAs if no hkp-cacert is givenDaniel Kahn Gillmor2016-11-171-5/+10
* dirmngr: Register hkp-cacert even if the file doesn't exist yetDaniel Kahn Gillmor2016-11-171-0/+5
* dirmngr: Prepare to trigger jobs by network activity.Werner Koch2016-11-111-1/+28
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common: New function string_to_u64.Werner Koch2016-08-111-11/+2
* dirmngr: Fix typo.Daniel Kahn Gillmor2016-07-121-1/+1
* doc: Consistently use 'keyserver'.Werner Koch2016-06-141-1/+1
* http: Allow to request system defined CAs for TLS.Werner Koch2016-04-261-8/+32
* dirmngr: Use sks-keyservers CA by default for the hkps pool.Daniel Kahn Gillmor2016-01-221-1/+30
* build: Require at least Libassuan 2.4.1.Werner Koch2015-12-021-4/+0
* http: Enhance parser to detect .onion addresses.Werner Koch2015-12-021-33/+39