Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marten-seemann/qtls-go1-15
- Owner: marten-seemann
- License: bsd-3-clause
- Created: 2020-08-20T04:02:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T14:01:39.000Z (almost 3 years ago)
- Last Synced: 2024-12-13T03:25:17.882Z (10 days ago)
- Topics: quic, tls13
- Language: Go
- Homepage:
- Size: 806 KB
- Stars: 0
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
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).