9426b60308
The lucas-clemente/quic-go package moved namespaces and our branch went stale, this new fork provides support for the new quic-go repo and applies the max datagram frame size change. Until the max datagram frame size support gets upstreamed into quic-go, this can be used to unblock go 1.20 support as the old lucas-clemente/quic-go will not get go 1.20 support. |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
alert.go | ||
auth.go | ||
cfkem.go | ||
cipher_suites.go | ||
common.go | ||
conn.go | ||
cpu.go | ||
cpu_other.go | ||
handshake_client.go | ||
handshake_client_tls13.go | ||
handshake_messages.go | ||
handshake_server.go | ||
handshake_server_tls13.go | ||
key_agreement.go | ||
key_schedule.go | ||
notboring.go | ||
prf.go | ||
ticket.go | ||
tls.go | ||
unsafe.go |
README.md
qtls
This repository contains a modified version of the standard library's TLS implementation, modified for the QUIC protocol. It is used by quic-go.