Skip to content

Latest commit

 

History

History
154 lines (125 loc) · 7.63 KB

index.md

File metadata and controls

154 lines (125 loc) · 7.63 KB
layout title
front
QUIC Working Group

Upcoming Meetings

  • IETF 120 Vancouver, 25 July 2024, Session I 09:30-11:30 local time

Core Specifications

The 'core' specifications comprising QUIC are:

  • RFC 8999 - Version-Independent Properties of QUIC - HTML / TXT / PDF
  • RFC 9000 - QUIC: A UDP-Based Multiplexed and Secure Transport - HTML / TXT / PDF
  • RFC 9001 - Using TLS to Secure QUIC - HTML / TXT / PDF
  • RFC 9002 - QUIC Loss Detection and Congestion Control - HTML / TXT / PDF

QUIC Extensions

QUIC can be extended in several ways. The following specifications have been formally standardized as RFCs:

  • RFC 9221 - An Unreliable Datagram Extension to QUIC - HTML / TXT / PDF
  • RFC 9287 - Greasing the QUIC Bit - HTML / TXT / PDF
  • RFC 9368 - Compatible Version Negotiation for QUIC - HTML / TXT / PDF
  • RFC 9369 - QUIC Version 2 - HTML / TXT / PDF

Applicability and Manageability

Specifications that discuss considerations for application protocol developers using QUIC, and network operators carrying QUIC:

  • RFC 9308 - Applicability of the QUIC Transport Protocol - HTML / TXT / PDF
  • RFC 9312 - Manageability of the QUIC Transport Protocol - HTML / TXT / PDF

HTTP/3 and QPACK

We originated the HTTP/3 and QPACK RFCs. Ownership of these drafts has now transferred back to the HTTP WG.

In-progress documents

In-progress documents for continued maintenance and evolution of QUIC, as described further in our charter.

Implementing QUIC

There are a range of implementations. Some focus on providing features of the core protocol, while some also include support for in-progress extensions.

Implementers should join the quicdev Slack to coordinate testing; contact the WG chairs for an invitation. Note that discussions on Slack are considered IETF contributions under "Note Well".

Automated, continuous interop testing is performed for participating QUIC implementations. Implementers are encouraged to join this effort by making compatible Docker images of their implementations available.

Reporting Vulnerabilities

If you believe you've discovered a vulnerability in the QUIC protocol (or related IETF protocols) please see the IETF's guidance on how to report these.

If you believe you've discovered an implementation vulnerability in a product, open source project, or service using QUIC, then you should report these directly to the responsible party. The IETF does not have a formal means to reach these parties and cannot do so on your behalf. Implementers or operators often provide their own publicly-available disclosure documents that provide contact details and guidelines for reporters. The implementations wiki may include a link to such documents under the "Vulnerability reporting" field.

See Also