iguanaTLS
TLS implementation
An experimental implementation of a minimal TLS 1.2 protocol in Zig language
Minimal, experimental TLS 1.2 implementation in Zig
86 stars
5 watching
28 forks
Language: Zig
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
shiguredo/tls13-zig | A TLS 1.3 implementation in Zig language using only the standard library | 133 |
alexnask/interface.zig | A library that provides a simple and flexible way to create dynamic interfaces in Zig | 168 |
klutzy/suruga | Implementation of a subset of the TLS 1.2 protocol in Rust | 125 |
alexnask/zdwg | Software that reads, manipulates and writes AutoCad DWG files | 7 |
bifurcation/mint | A TLS 1.3 stack with minimal code and priority on testing for a learning effort. | 225 |
kassane/openssl-zig | A TLS/SSL and crypto library implemented in C using Zig | 12 |
drogue-iot/embedded-tls | An embedded device TLS 1.3 implementation in Rust | 176 |
alexnask/peertype | Provides meta-programming utilities for working with peer types in Zig, enabling type resolution at compile-time. | 15 |
dundalek/notcurses-zig-example | A demo showing how to use the Notcurses library for building terminal UIs with Zig | 63 |
adamisz/from0k2bp | Exploring the development of a cryptographic protocol from scratch to production-ready implementation | 156 |
lun-4/zigdig | A Zig programming language library providing basic DNS functionality | 34 |
mattnite/zig-zlib | A package to statically compile and link zlib in Zig applications. | 21 |
tlsfuzzer/tlsfuzzer | Automated protocol testing and fuzzing suite for SSL/TLS implementations | 562 |
sfackler/rust-native-tls | An abstraction over platform-specific TLS implementations for secure network communication | 480 |
cloudflare/tls-tris | A custom Go implementation of the TLS protocol with additional 1.3 features and compatibility testing against other libraries | 291 |