https://github.com/liamg/tls
:lock: Custom TLS implementation for no good reason
https://github.com/liamg/tls
encryption tls
Last synced: 11 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T19:54:44.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T12:49:05.336Z (over 1 year 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
[](https://travis-ci.org/liamg/tls)
[](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)