A fast, lightweight TLS crypto library designed for embedded and constrained systems.
Built for deterministic performance, clean APIs, and modern cryptography.
Website: https://argenox.com
Issues: https://github.com/argenox/noxtls/issues
NoxTLS is built specifically for engineers building secure firmware and embedded devices.
- ⚡ Small footprint — optimized for microcontrollers
- 🧠 Predictable performance — deterministic crypto operations
- 🔒 Security-first design — constant-time primitives where required
- 🧩 Easy integration — clean C APIs and configurable build
- 🛠️ Portable — Cortex-M, embedded Linux, and desktop
- Full TLS 1.2/1.3 Support and DTLS Pre-Shared Key
- ECC (P-256, P-384, P-521) ECDH and ECDSA
- AES-GCM AEAD
- Standard Message Digests - MD4, MD5, SHA-1, SHA-2, SHA-3 hashing
- HMAC
- Deterministic random bit generator (DRBG)
- X.509 parsing helpers
- Configurable footprint
- Embedded-friendly architecture
- ✅ In early Alpha - Currently being improved in various ways
- ✅ Actively developed
- 🧪 Continuous integration enabled
- 🔍 Security review planned
The NoxTLS documentation is built with Docusaurus. Use the version dropdown in the navbar to switch between the latest (Next) and older releases (e.g. 0.1.6). When you cut a new release, snapshot the docs for that version—see docs/VERSIONING.md.
git clone https://github.com/argenox/noxtls.git
cd noxtls