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

..03-May-2022-

.github/workflows/H13-Jul-2021-

testdata/H13-Jul-2021-

LICENSEH A D13-Jul-20211.4 KiB

README.mdH A D13-Jul-2021526

alert.goH A D13-Jul-20214 KiB

auth.goH A D13-Jul-20219.8 KiB

auth_test.goH A D13-Jul-20216.9 KiB

cipher_suites.goH A D13-Jul-202119.2 KiB

common.goH A D13-Jul-202154.6 KiB

conn.goH A D13-Jul-202146.3 KiB

conn_test.goH A D13-Jul-20219.7 KiB

example_test.goH A D13-Jul-20217.8 KiB

generate_cert.goH A D13-Jul-20214.9 KiB

go.modH A D13-Jul-2021207

go.sumH A D13-Jul-20211.4 KiB

handshake_client.goH A D13-Jul-202132.9 KiB

handshake_client_test.goH A D13-Jul-202179.6 KiB

handshake_client_tls13.goH A D13-Jul-202122.3 KiB

handshake_messages.goH A D13-Jul-202146.2 KiB

handshake_messages_test.goH A D13-Jul-202113.5 KiB

handshake_server.goH A D13-Jul-202124.6 KiB

handshake_server_test.goH A D13-Jul-202162.5 KiB

handshake_server_tls13.goH A D13-Jul-202127.2 KiB

handshake_test.goH A D13-Jul-202124.2 KiB

handshake_unix_test.goH A D13-Jul-2021381

key_agreement.goH A D13-Jul-202110.7 KiB

key_schedule.goH A D13-Jul-20215.9 KiB

key_schedule_test.goH A D13-Jul-20215.6 KiB

mock_client_session_cache_test.goH A D13-Jul-20212 KiB

prf.goH A D13-Jul-20218.4 KiB

prf_test.goH A D13-Jul-20215.7 KiB

record_layer_test.goH A D13-Jul-202122.8 KiB

ticket.goH A D13-Jul-20217.5 KiB

tls.goH A D13-Jul-202112.6 KiB

tls_test.goH A D13-Jul-202145.1 KiB

unsafe.goH A D13-Jul-20212.5 KiB

unsafe_test.goH A D13-Jul-20214.4 KiB

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