Link
# Zig TLS 1.3 stack
Andrew Kelley:
Next, this branch introduces TLS 1.3 support to the Zig standard library. So far, this implementation does not heap allocate under any conditions and it is my goal to keep it that way.
Nice!
Learn how to make password authentication for web and mobile apps secure.
Andrew Kelley:
Next, this branch introduces TLS 1.3 support to the Zig standard library. So far, this implementation does not heap allocate under any conditions and it is my goal to keep it that way.
Nice!