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 feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
README.md feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
alert.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
auth.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
cipher_suites.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
common.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
conn.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
cpu.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
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 feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
handshake_messages.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
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 feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
key_schedule.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
notboring.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
prf.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
ticket.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
tls.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
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.