cloudflared-mirror/vendor/github.com/quic-go/qtls-go1-20
Chung-Ting 12dd91ada1 TUN-8052: Update go to 1.21.5
Also update golang.org/x/net and google.golang.org/grpc to fix vulnerabilities,
although cloudflared is using them in a way that is not exposed to those risks
2023-12-15 12:17:21 +00:00
..
LICENSE TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
README.md TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
alert.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
auth.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
cache.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
cipher_suites.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
common.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
conn.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
handshake_client.go TUN-8052: Update go to 1.21.5 2023-12-15 12:17:21 +00:00
handshake_client_tls13.go TUN-8052: Update go to 1.21.5 2023-12-15 12:17:21 +00:00
handshake_messages.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
handshake_server.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
handshake_server_tls13.go TUN-8052: Update go to 1.21.5 2023-12-15 12:17:21 +00:00
key_agreement.go TUN-8052: Update go to 1.21.5 2023-12-15 12:17:21 +00:00
key_schedule.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
notboring.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
prf.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
quic.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
ticket.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
tls.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
unsafe.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00

README.md

qtls

Go Reference .github/workflows/go-test.yml

This repository contains a modified version of the standard library's TLS implementation, modified for the QUIC protocol. It is used by quic-go.