Re: HTTPS RR in curl

2025-05-08 Thread Daniel Stenberg via curl-library
On Thu, 8 May 2025, Niall O'Reilly via curl-library wrote: - https://github.com/niallor/curl/blob/DNS-enhancements/DNS-Issues.md Two more comments: 1) the remarks about CNAME are probably only relevant for DoH? Since when using c-ares or getaddrinfo we don't really know if CNAME is even used

Re: HTTPS RR in curl

2025-05-08 Thread Niall O'Reilly via curl-library
On 8 May 2025, at 18:12, Daniel Stenberg wrote: > Remember that we handle HTTPS-RR also without DoH now, so I would imagine > most of your changes would end up in httpsrr.c ... Thanks. I'll take a look there too, when I'm back in "curl-hacking mode". /Niall -- Unsubscribe: https://lists.haxx.s

Re: HTTPS RR in curl

2025-05-08 Thread Daniel Stenberg via curl-library
On Thu, 8 May 2025, Niall O'Reilly via curl-library wrote: - https://github.com/niallor/curl/blob/DNS-enhancements/lib/doh.c Remember that we handle HTTPS-RR also without DoH now, so I would imagine most of your changes would end up in httpsrr.c ... -- / daniel.haxx.se || https://rock-sol

HTTPS RR in curl

2025-05-08 Thread Niall O'Reilly via curl-library
I've just started a new branch of niallor/curl, to address some shortcomings in processing of DNS responses. I plan to work more on this following RIPE90 (which is next week). In case anyone is curious, these two files show my efforts so far: - https://github.com/niallor/curl/blob/DNS-enhancement