Skip to main content

Questions tagged [quic]

QUIC is a transport layer protocol.

0votes
1answer
56views

Is the example in the QUIC spec for header encryption wrong, or have I missed something?

In the QUIC spec, they've provided an example of header protection: https://datatracker.ietf.org/doc/html/rfc9001#name-sample-packet-protection They've got the following process (paraphrasing): hp = ...
whatitis's user avatar
6votes
1answer
601views

Does HTTP/3 necessitate additional - beyond HTTP/2 via TLS1.3 - restrictions on client authentication (mTLS)?

A recent Nginx release allows me to set listen 443 quic; to enable HTTP/3. Neat. I had been using HTTP/2 with TLS1.3 before, so I did not expect that change much, just optimize round trips with ...
anx's user avatar
  • 380
3votes
1answer
4kviews

SNI visible in HTTP/3, QUIC connection?

Client Hello should be encrypted in HTTP/3 and QUIC, but in Wireshark I can still see SNI of the QUIC connection when using DoH. The names should be encrypted inside the Handshake/CRYPTO packets. is ...
user avatar
1vote
0answers
241views

Chrome with QUIC enabled is making TLS connection to first Google search result

When I search a site by its name on Google search engine, my Chrome browser pings the first search result, making a TLS connection. For example, if I search "github" on Google, the first ...
Marco Marsala's user avatar

close