cloudflared-mirror/vendor/github.com/marten-seemann/qtls-go1-16
Sudarsan Reddy 414cb12f02 TUN-4961: Update quic-go to latest
- Updates fips-go to be the latest on cfsetup.yaml
- Updates sumtype's x/tools to be latest to avoid Internal: nil pkg
  errors with fips.
2021-08-27 12:26:00 +01:00
..
LICENSE TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
README.md TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
alert.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
auth.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
cipher_suites.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
common.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
conn.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
go.mod TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
go.sum TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
handshake_client.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
handshake_client_tls13.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
handshake_messages.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
handshake_server.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
handshake_server_tls13.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00: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-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
ticket.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
tls.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
unsafe.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00

README.md

qtls

Godoc Reference CircleCI Build Status

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