cloudflared-mirror/vendor/github.com/marten-seemann/qtls-go1-17
Sudarsan Reddy 046a30e3c7 TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
..
LICENSE TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
README.md TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
alert.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
auth.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
cipher_suites.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
common.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
conn.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
cpu.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
cpu_other.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
handshake_client.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
handshake_client_tls13.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
handshake_messages.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
handshake_server.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
handshake_server_tls13.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
key_agreement.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
key_schedule.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
prf.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
ticket.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
tls.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
unsafe.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01: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.