Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marten-seemann/qtls-go1-16
Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.16.
https://github.com/marten-seemann/qtls-go1-16
Last synced: about 19 hours ago
JSON representation
Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.16.
- Host: GitHub
- URL: https://github.com/marten-seemann/qtls-go1-16
- Owner: marten-seemann
- License: bsd-3-clause
- Created: 2020-12-11T07:15:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T15:00:23.000Z (almost 3 years ago)
- Last Synced: 2024-12-13T03:26:02.288Z (10 days ago)
- Language: Go
- Size: 926 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).