status-go/vendor/github.com/marten-seemann/qtls-go1-18
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 chore: bump go-waku 2022-04-06 10:36:06 -04:00
README.md chore: bump go-waku 2022-04-06 10:36:06 -04:00
alert.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
auth.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
cipher_suites.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
common.go chore: bump go-waku 2022-04-06 10:36:06 -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 chore: bump go-waku 2022-04-06 10:36:06 -04:00
handshake_client_tls13.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
handshake_messages.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
handshake_server.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
handshake_server_tls13.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
key_agreement.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
key_schedule.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
prf.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
ticket.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
tls.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
unsafe.go chore: bump go-waku 2022-04-06 10:36:06 -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.