13 comments (13 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/quicbugenhancementhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Quic implementation seems to not support mTLS. Server silently accepts require_client_certificate but a client without a cert can connect regardless.
Contributor guide
- Research direction
- Examine the QUIC transport implementation in Envoy to find where client certificate verification should occur but is missing. Focus on connection establishment and certificate validation logic.
- Tech stack
- None
- Domain
- backendnetworkingsecurity
- Issue type
- Bug
- Prerequisites
- C++QUICmTLS