summaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Rework of the LDAP code, part 1.Werner Koch2019-11-261-4/+22
* dirmngr: Make building with a TLS library mandatoryWerner Koch2019-11-261-57/+34
* dirmngr: Forward http redirect warnings to gpg.Werner Koch2019-11-181-1/+16
* dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch2019-11-121-3/+7
* dirmngr: Don't add system CAs for SKS HKPS pool.NIIBE Yutaka2019-07-161-0/+2
* dirmngr: Do not rewrite the redirection for the "openpgpkey" subdomain.Werner Koch2019-07-031-0/+20
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-091-1/+2
* dirmngr: Add CSRF protection exception for protonmail.Werner Koch2019-03-071-5/+40
* dirmngr: New function http_status2string.Werner Koch2018-12-111-0/+24
* dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch2018-11-221-2/+169
* dirmngr: Print a WARNING status for DNS config problems.Werner Koch2018-07-251-15/+21
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-1/+59
|\
| * dirmngr: Add the used TLS library to the debug output.Werner Koch2018-04-251-1/+11
| * dirmngr: Implement CRL fetching via https.Werner Koch2018-04-251-0/+48
* | Use the gpgrt log functions if possible.Werner Koch2017-11-271-5/+5
|/
* dirmngr,w32: Fix http connection timeout problem.Werner Koch2017-07-311-1/+5
* dirmngr: Do not use a blocking connect in Tor mode.Werner Koch2017-07-261-0/+8
* dirmngr: More minor fix.NIIBE Yutaka2017-07-241-0/+4
* dirmngr: More minor fixes.NIIBE Yutaka2017-07-241-1/+1
* dirmngr: Minor fix for Windows.NIIBE Yutaka2017-07-241-1/+1
* 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