Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 614 Bytes

SharpQuic

QUIC-TRANSPORT and QUIC-TLS implementation in pure C# compatible with other implementations.

Warning

Not ready for use. Work in progress.

State

We can connect to AdGuard DoQ server and receive some addresses.

Tasks

  • TLS ClientHello and ServerHello
  • QUIC Packet Protection
  • TLS Handshake
  • Clean rewrite
  • Basic QUIC packet exchange
  • Throw right errors and CONNECTION_CLOSE
  • Own cryptography (ECDHE)
  • ...

Authors