Zig TLS 1.3 Implementation from Scratch
This article covers the full implementation of a Zig TLS library designed to make TLS termination easy to integrate into any Zig project, primarily for my other project zproxy. The full codebase is available here. Feedback of any kind is welcome. Motivation For roughly the past six months, I have been contributing to HAProxy — a widely-used open source proxy — and studying the high-quality processing logic and techniques it uses to satisfy the demands of modern, large-scale distributed systems....