cloudflared-mirror/vendor/github.com/quic-go/qtls-go1-20
Chung-Ting 8068cdebb6 TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +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
cfkem.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-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
handshake_client_tls13.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +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-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
key_agreement.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +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.