status-go/vendor/github.com/quic-go/qtls-go1-20
Prem Chaitanya Prathi b3a93fff12
chore: bumped go-waku to recent commit which contains changes for improved peer management
2023-08-29 13:02:19 +01: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 chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04: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 chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
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 chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
cpu_other.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
handshake_client.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01: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: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
handshake_server_tls13.go chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
key_agreement.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
key_schedule.go chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02: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 chore: use go 1.19 and bump go-libp2p (#3371) 2023-04-07 20:23:07 +02:00
tls.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
unsafe.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04: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.