QUIC-TRANSPORT and QUIC-TLS implementation in pure C# compatible with other implementations.
Warning
Not ready for use. Work in progress.
We can connect to AdGuard DoQ server and receive some addresses.
- TLS ClientHello and ServerHello
- QUIC Packet Protection
- TLS Handshake
- Clean rewrite
- Basic QUIC packet exchange
- Throw right errors and CONNECTION_CLOSE
- Own cryptography (ECDHE)
- ...