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: 4 months 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 (about 3 years ago)
- Last Synced: 2024-12-13T03:25:17.882Z (5 months 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
[](https://godoc.org/github.com/marten-seemann/qtls)
[](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).