status-go/vendor/github.com/marten-seemann/qtls-go1-16
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 chore: bump go-waku 2022-04-06 10:36:06 -04:00
common.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
common_js.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
common_nojs.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
conn.go chore: bump go-waku 2022-04-06 10:36:06 -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 chore: bump go-waku 2022-04-06 10:36:06 -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 chore: bump go-waku 2022-04-06 10:36:06 -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

Godoc Reference CircleCI Build Status

This repository contains a modified version of the standard library's TLS implementation, modified for the QUIC protocol. It is used by quic-go.