summaryrefslogtreecommitdiffstats
path: root/dirmngr/t-http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Support pseudo URI scheme "opaque".Werner Koch2021-06-161-1/+1
* dirmngr: Rework of the LDAP code, part 1.Werner Koch2019-11-261-1/+2
* dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch2018-11-221-2/+2
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* dirmngr: Print a WARNING status for DNS config problems.Werner Koch2018-07-251-1/+1
* dirmngr: Do not use a blocking connect in Tor mode.Werner Koch2017-07-261-0/+17
* dirmngr: Allow a timeout for HTTP and other TCP connects.Werner Koch2017-06-081-0/+14
* dirmngr: More fix for test program.NIIBE Yutaka2017-04-141-0/+4
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* dirmngr: Avoid warnings during non-ntbtls build.Daniel Kahn Gillmor2017-02-261-1/+2
* dirmngr: New Assuan option "http-crl".Werner Koch2017-02-211-3/+15
* dirmngr: Add a magic field to the http structs.Werner Koch2017-02-211-1/+1
* dirmngr: Make t-http.c work again with gnutls - second tryWerner Koch2017-02-201-0/+1
* dirmngr: First take on ntbtls cert verification.Werner Koch2017-02-191-8/+58
* dirmngr: Add per-session verify callback to http.cWerner Koch2017-02-181-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-1/+1
* http: Allow to request system defined CAs for TLS.Werner Koch2016-04-261-1/+1
* dirmngr: Use sks-keyservers CA by default for the hkps pool.Daniel Kahn Gillmor2016-01-221-1/+1
* http: Enhance parser to detect .onion addresses.Werner Koch2015-12-021-0/+5
* dirmngr: Add workaround for broken getaddrinfo.Werner Koch2015-10-251-0/+1
* dirmngr: Use the new DNS wrapper for the HTTP module.Werner Koch2015-10-211-0/+3
* Move http module from common/ to dirmngr/.Werner Koch2015-10-181-0/+389