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
README.md
alert.go
auth.go
cipher_suites.go
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
handshake_client.go
handshake_client_tls13.go
handshake_messages.go
handshake_server.go
handshake_server_tls13.go
key_agreement.go
key_schedule.go
prf.go
ticket.go
tls.go
unsafe.go

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.