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

..03-May-2022-

.circleci/H27-Jun-2020-

testdata/H27-Jun-2020-

LICENSEH A D27-Jun-20201.4 KiB

README.mdH A D27-Jun-2020526

alert.goH A D27-Jun-20203 KiB

auth.goH A D27-Jun-202010.1 KiB

auth_test.goH A D27-Jun-20206.9 KiB

cipher_suites.goH A D27-Jun-202019.9 KiB

common.goH A D27-Jun-202050.1 KiB

conn.goH A D27-Jun-202043.8 KiB

conn_test.goH A D27-Jun-20209.7 KiB

example_test.goH A D27-Jun-20208.3 KiB

generate_cert.goH A D27-Jun-20204.5 KiB

go.modH A D27-Jun-2020201

go.sumH A D27-Jun-20201.6 KiB

handshake_client.goH A D27-Jun-202030.7 KiB

handshake_client_test.goH A D27-Jun-202060.4 KiB

handshake_client_tls13.goH A D27-Jun-202020.8 KiB

handshake_messages.goH A D27-Jun-202046.2 KiB

handshake_messages_test.goH A D27-Jun-202013.5 KiB

handshake_server.goH A D27-Jun-202022.3 KiB

handshake_server_test.goH A D27-Jun-202053.6 KiB

handshake_server_tls13.goH A D27-Jun-202026 KiB

handshake_test.goH A D27-Jun-202023.9 KiB

handshake_unix_test.goH A D27-Jun-2020381

key_agreement.goH A D27-Jun-202010.6 KiB

key_schedule.goH A D27-Jun-20206.5 KiB

key_schedule_test.goH A D27-Jun-20205.6 KiB

mock_client_session_cache_test.goH A D27-Jun-20202 KiB

prf.goH A D27-Jun-20208.4 KiB

prf_test.goH A D27-Jun-20205.7 KiB

record_layer_test.goH A D27-Jun-202018.5 KiB

ticket.goH A D27-Jun-20207.7 KiB

tls.goH A D27-Jun-20209.9 KiB

tls_test.goH A D27-Jun-202039.9 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