aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-8/+8
2024-02-16dirmngr: Fix keep-alive flag handling.NIIBE Yutaka1-1/+9
2024-02-16dirmngr: Fix the regression of use of proxy for TLS connection.NIIBE Yutaka1-12/+2
2024-02-15dirmngr: Fix proxy with TLS.NIIBE Yutaka1-7/+1
2024-01-29doc: Fix spelling errors found by lintian.Werner Koch1-2/+2
2023-10-02dirmngr: Add code to support the negotiation auth method.Werner Koch1-38/+368
2023-10-02dirmngr: Extended the http_get_header function.Werner Koch1-8/+17
2023-09-26dirmngr: Fix handling of the HTTP Content-LengthWerner Koch1-16/+140
2023-09-26dirmngr: Require gnutls 3.2Werner Koch1-138/+193
2023-09-26dirmngr: Implement automatic proxy detection on Windows.Werner Koch1-3/+159
2023-09-26dirmngr: Further simplify the http code and improve a message.Werner Koch1-125/+99
2023-09-26dirmngr: Cleanup the http module.Werner Koch1-315/+445
2023-07-18commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka1-1/+1
2023-07-18dirmngr,kbk,tools: Fix type casting.NIIBE Yutaka1-2/+2
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-3/+3
2023-06-15dirmngr: Disable the HTTP redirect rewriting.Werner Koch1-4/+5
2023-05-01dirmngr: Fix API of functions wrt their error type.NIIBE Yutaka1-7/+7
2022-05-10dirmngr: Fix for Windows.NIIBE Yutaka1-4/+38
2022-03-30dirmngr: Fix for SOCK.NIIBE Yutaka1-1/+1
2021-08-24dirmngr: Change the default keyserver.Werner Koch1-26/+29
2021-06-16dirmngr: Support pseudo URI scheme "opaque".Werner Koch1-11/+26
2021-05-20dirmgr: Avoid double freeJakub Jelen1-2/+0
2021-05-20dirmgr: clean up memory on error code pathsJakub Jelen1-1/+5
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-6/+6
2020-09-10dirmngr: Align the gnutls use of CAs with the ntbtls code.Werner Koch1-8/+11
2020-08-27dirmngr: Print the last alert message returned by NTBTLS.Werner Koch1-0/+8
2020-07-13dirmngr: Handle EAFNOSUPPORT at connect_server.NIIBE Yutaka1-0/+9
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-11-26dirmngr: Rework of the LDAP code, part 1.Werner Koch1-4/+22
2019-11-26dirmngr: Make building with a TLS library mandatoryWerner Koch1-57/+34
2019-11-18dirmngr: Forward http redirect warnings to gpg.Werner Koch1-1/+16
2019-11-12dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch1-3/+7
2019-07-16dirmngr: Don't add system CAs for SKS HKPS pool.NIIBE Yutaka1-0/+2
2019-07-03dirmngr: Do not rewrite the redirection for the "openpgpkey" subdomain.Werner Koch1-0/+20
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-1/+2
2019-03-07dirmngr: Add CSRF protection exception for protonmail.Werner Koch1-5/+40
2018-12-11dirmngr: New function http_status2string.Werner Koch1-0/+24
2018-11-22dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch1-2/+169
2018-07-25dirmngr: Print a WARNING status for DNS config problems.Werner Koch1-15/+21
2018-04-25dirmngr: Add the used TLS library to the debug output.Werner Koch1-1/+11
2018-04-25dirmngr: Implement CRL fetching via https.Werner Koch1-0/+48
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-5/+5
2017-07-31dirmngr,w32: Fix http connection timeout problem.Werner Koch1-1/+5
2017-07-26dirmngr: Do not use a blocking connect in Tor mode.Werner Koch1-0/+8
2017-07-24dirmngr: More minor fix.NIIBE Yutaka1-0/+4
2017-07-24dirmngr: More minor fixes.NIIBE Yutaka1-1/+1
2017-07-24dirmngr: Minor fix for Windows.NIIBE Yutaka1-1/+1
2017-07-19dirmngr: Implement TLS over http proxies.Justus Winter1-1/+90
2017-07-19dirmngr: Log http response in debug mode.Justus Winter1-2/+2
2017-07-19dirmngr: Amend TLS handling.Justus Winter1-1/+3