Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marten-seemann/qtls-go1-17
- Owner: marten-seemann
- License: bsd-3-clause
- Created: 2021-05-16T02:12:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T21:24:45.000Z (over 2 years ago)
- Last Synced: 2024-12-13T03:07:45.829Z (10 days ago)
- Language: Go
- Size: 771 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).