status-go/vendor/github.com/quic-go/qtls-go1-20
Richard Ramos d0ca4447c6
test: bump go-libp2p
2024-01-18 14:28:06 +00:00
..
LICENSE
README.md
alert.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
auth.go
cache.go
cipher_suites.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
common.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
conn.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
handshake_client.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
handshake_client_tls13.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
handshake_messages.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
handshake_server.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
handshake_server_tls13.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
key_agreement.go
key_schedule.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
notboring.go
prf.go
quic.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
ticket.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
tls.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
unsafe.go test: bump go-libp2p 2024-01-18 14:28:06 +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.