• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Jan-2021-

LICENSEH A D29-Jan-20211.4 KiB2824

README.mdH A D29-Jan-2021526 74

alert.goH A D29-Jan-20212.9 KiB8974

auth.goH A D29-Jan-20218.2 KiB257211

cipher_suites.goH A D29-Jan-202116.2 KiB490354

common.goH A D29-Jan-202140 KiB1,201724

conn.goH A D29-Jan-202144.4 KiB1,4981,030

handshake_client.goH A D29-Jan-202129.8 KiB1,018786

handshake_client_tls13.goH A D29-Jan-202120.1 KiB692548

handshake_messages.goH A D29-Jan-202147.3 KiB1,9011,625

handshake_server.goH A D29-Jan-202122.6 KiB828665

handshake_server_tls13.goH A D29-Jan-202126.6 KiB884688

key_agreement.goH A D29-Jan-202110.1 KiB316247

key_schedule.goH A D29-Jan-20216.8 KiB226170

prf.goH A D29-Jan-202111.5 KiB393289

ticket.goH A D29-Jan-20216.8 KiB255203

tls.goH A D29-Jan-202110 KiB312212

README.md

1# qtls
2
3[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/marten-seemann/qtls)
4[![CircleCI Build Status](https://img.shields.io/circleci/project/github/marten-seemann/qtls.svg?style=flat-square&label=CircleCI+build)](https://circleci.com/gh/marten-seemann/qtls)
5
6This repository contains a modified version of the standard library's TLS implementation, modified for the QUIC protocol. It is used by [quic-go](https://github.com/lucas-clemente/quic-go).
7