Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nektro/zig-tls
[WIP] A pure-Zig TLS 1.3 client implementation.
https://github.com/nektro/zig-tls
tls tls13 zig zig-package
Last synced: 3 months ago
JSON representation
[WIP] A pure-Zig TLS 1.3 client implementation.
- Host: GitHub
- URL: https://github.com/nektro/zig-tls
- Owner: nektro
- License: mit
- Created: 2022-10-28T21:49:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T06:55:24.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:54:38.679Z (6 months ago)
- Topics: tls, tls13, zig, zig-package
- Language: Zig
- Homepage:
- Size: 39.1 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-tls
A pure-Zig [RFC8446 TLS 1.3](https://tools.ietf.org/html/rfc8446) client implementation.
Crypto is hard, please feel free to view the source and open issues for any improvements.
Indebted to https://tls13.xargs.org/ and multiple readings of the RFC.
## License
MIT