Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marten-seemann/qtls-go1-15

Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.15.
https://github.com/marten-seemann/qtls-go1-15

quic tls13

Last synced: about 19 hours ago
JSON representation

Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.15.

Awesome Lists containing this project

README

        

# qtls

[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/marten-seemann/qtls)
[![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)

This 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).