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-17

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

Last synced: about 19 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# qtls

[![Go Reference](https://pkg.go.dev/badge/github.com/marten-seemann/qtls-go1-17.svg)](https://pkg.go.dev/github.com/marten-seemann/qtls-go1-17)
[![.github/workflows/go-test.yml](https://github.com/marten-seemann/qtls-go1-17/actions/workflows/go-test.yml/badge.svg)](https://github.com/marten-seemann/qtls-go1-17/actions/workflows/go-test.yml)

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