status-go/vendor/github.com/quic-go/qtls-go1-20
Siddarth Kumar 926f6a3c72 Revert "test: bump go-libp2p"
This reverts commit d0ca4447c6.
2024-01-18 20:29:33 +00:00
..
LICENSE chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
README.md chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
alert.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
auth.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
cache.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
cipher_suites.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
common.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
conn.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
cpu.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
cpu_other.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
handshake_client.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
handshake_client_tls13.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
handshake_messages.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
handshake_server.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
handshake_server_tls13.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
key_agreement.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
key_schedule.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
notboring.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
prf.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
ticket.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
tls.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
unsafe.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +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.