status-go/vendor/github.com/marten-seemann/qtls-go1-19
Richard Ramos ad326fa290
feat: wakuv2 store (#2780)
Allows runnning a store node depending on node config settings.
2022-08-19 12:34:07 -04:00
..
LICENSE
README.md
alert.go
auth.go
cipher_suites.go
common.go
conn.go
cpu.go
cpu_other.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
handshake_client.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
handshake_client_tls13.go
handshake_messages.go
handshake_server.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
handshake_server_tls13.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
key_agreement.go
key_schedule.go
notboring.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
prf.go
ticket.go
tls.go
unsafe.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -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.