status-go/vendor/github.com/quic-go/qtls-go1-19
RichΛrd ba1ba1ac02
chore: use go 1.19 and bump go-libp2p (#3371)
* chore: use go 1.19 and bump go-libp2p

* chore: bump golangci-lint

* chore: update go version in shell.nix
2023-04-07 20:23:07 +02:00
..
LICENSE
README.md
alert.go
auth.go
cipher_suites.go
common.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
conn.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
cpu.go
cpu_other.go
handshake_client.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
handshake_client_tls13.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
handshake_messages.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
handshake_server.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
handshake_server_tls13.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
key_agreement.go
key_schedule.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
notboring.go
prf.go
ticket.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
tls.go
unsafe.go

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.