Let me explain the #OpenSSL #QUIC API move and what it might mean. For #curl and for others.

daniel.haxx.se/blog/2025/02/16…

This entry was edited (3 weeks ago)
in reply to daniel:// stenberg://

quite interesting details about quic support. It affects also DNS over QUIC, not only HTTPS/3. At least unbound and bind9 are compiled with OpenSSL on Fedora. Unbound has added recently server support via #ngtcp2. But it gets weird and inappropriate, linking two different crypto stacks into single binary. The reason is similar to curl. Normal TLS from OpenSSL, quic via gnutls. If it should be enabled, then this way...