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

..03-May-2022-

.github/workflows/H07-Mar-2021-

testdata/H07-May-2022-

LICENSEH A D07-Mar-20211.4 KiB

README.mdH A D07-Mar-2021526

alert.goH A D07-Mar-20214 KiB

auth.goH A D07-Mar-20219.8 KiB

auth_test.goH A D07-Mar-20216.9 KiB

cipher_suites.goH A D07-Mar-202119.9 KiB

common.goH A D07-Mar-202152.7 KiB

conn.goH A D07-Mar-202145 KiB

conn_test.goH A D07-Mar-20219.7 KiB

example_test.goH A D07-Mar-20217.8 KiB

generate_cert.goH A D07-Mar-20214.9 KiB

go.modH A D07-Mar-2021207

go.sumH A D07-Mar-20211.4 KiB

handshake_client.goH A D07-Mar-202133 KiB

handshake_client_test.goH A D07-Mar-202180.9 KiB

handshake_client_tls13.goH A D07-Mar-202122.1 KiB

handshake_messages.goH A D07-Mar-202146.2 KiB

handshake_messages_test.goH A D07-Mar-202113.5 KiB

handshake_server.goH A D07-Mar-202124.1 KiB

handshake_server_test.goH A D07-Mar-202153.5 KiB

handshake_server_tls13.goH A D07-Mar-202126.6 KiB

handshake_test.goH A D07-Mar-202124.2 KiB

handshake_unix_test.goH A D07-Mar-2021381

key_agreement.goH A D07-Mar-202110.6 KiB

key_schedule.goH A D07-Mar-20216.5 KiB

key_schedule_test.goH A D07-Mar-20215.6 KiB

mock_client_session_cache_test.goH A D07-Mar-20212 KiB

prf.goH A D07-Mar-20218.4 KiB

prf_test.goH A D07-Mar-20215.7 KiB

record_layer_test.goH A D07-Mar-202122.2 KiB

ticket.goH A D07-Mar-20217.5 KiB

tls.goH A D07-Mar-202112.6 KiB

tls_test.goH A D07-Mar-202145 KiB

unsafe.goH A D07-Mar-20212.2 KiB

unsafe_test.goH A D07-Mar-20214 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