aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/t-http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-23dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch1-2/+2
2017-07-26dirmngr: Do not use a blocking connect in Tor mode.Werner Koch1-0/+17
2017-06-08dirmngr: Allow a timeout for HTTP and other TCP connects.Werner Koch1-0/+14
2017-04-14dirmngr: More fix for test program.NIIBE Yutaka1-0/+4
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-02-26dirmngr: Avoid warnings during non-ntbtls build.Daniel Kahn Gillmor1-1/+2
2017-02-21dirmngr: New Assuan option "http-crl".Werner Koch1-3/+15
2017-02-21dirmngr: Add a magic field to the http structs.Werner Koch1-1/+1
2017-02-20 dirmngr: Make t-http.c work again with gnutls - second tryWerner Koch1-0/+1
2017-02-19dirmngr: First take on ntbtls cert verification.Werner Koch1-8/+58
2017-02-18dirmngr: Add per-session verify callback to http.cWerner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-1/+1
2016-04-26http: Allow to request system defined CAs for TLS.Werner Koch1-1/+1
2016-01-22dirmngr: Use sks-keyservers CA by default for the hkps pool.Daniel Kahn Gillmor1-1/+1
2015-12-02http: Enhance parser to detect .onion addresses.Werner Koch1-0/+5
2015-10-25dirmngr: Add workaround for broken getaddrinfo.Werner Koch1-0/+1
2015-10-21dirmngr: Use the new DNS wrapper for the HTTP module.Werner Koch1-0/+3
2015-10-18Move http module from common/ to dirmngr/.Werner Koch1-0/+0
2015-09-18http: Add flag to force use of TOR (part 1)Werner Koch1-0/+8
2014-10-02First changes for future use of NTBTLS.Werner Koch1-4/+15
2014-09-18common: Do not build maintainer modules in non-maintainer mode.Werner Koch1-1/+1
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-1/+1
2014-05-05http: Add reference counting to the session object.Werner Koch1-7/+19
2014-05-02http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch1-12/+101
2014-05-02http: Revamp TLS API.Werner Koch1-0/+269