Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamg/tls
:lock: Custom TLS implementation for no good reason
https://github.com/liamg/tls
encryption tls
Last synced: 19 days ago
JSON representation
:lock: Custom TLS implementation for no good reason
- Host: GitHub
- URL: https://github.com/liamg/tls
- Owner: liamg
- Created: 2020-04-18T11:05:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T19:54:44.000Z (over 4 years ago)
- Last Synced: 2024-10-12T21:22:44.139Z (about 1 month ago)
- Topics: encryption, tls
- Language: Go
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tls
[![Build Status](https://travis-ci.org/liamg/tls.svg "Travis CI status")](https://travis-ci.org/liamg/tls)
[![GoDoc](https://godoc.org/github.com/liamg/tls?status.svg)](https://godoc.org/github.com/liamg/tls):construction: Under construction! :construction:
A custom TLS implementation for no good reason. Relies on no external dependencies. Supports TLS v1.2 and v1.3.
More info on the TLS protocol here:
- [TLS v1.2 (RFC 5246)](https://tools.ietf.org/html/rfc5246)
- [TLS v1.3 (RFC 8446)](https://tools.ietf.org/html/rfc8446)
- [TLS Extensions (RFC 6066)](https://tools.ietf.org/html/rfc6066)