status-go/vendor/github.com/quic-go/qtls-go1-19
RichΛrd 0babdad17b
chore: upgrade go-waku to v0.5 (#3213)
* chore: upgrade go-waku to v0.5
* chore: add println and logs to check what's being stored in the enr, and preemptively delete the multiaddr field (#3219)
* feat: add wakuv2 test (#3218)
2023-02-22 17:58:17 -04: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
cipher_suites.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
common.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
conn.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04: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: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
handshake_client_tls13.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
handshake_messages.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
handshake_server.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
handshake_server_tls13.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -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: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04: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: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04: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.