-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
active? #31
Comments
Not the author so I can't answer specifically, but zig 0.11.0 now has TLS support: https://github.com/ziglang/zig/blob/master/lib/std/crypto/tls.zig Note that the crypto has TLS 1.2 references, but TLS 1.3 is all that's supported at the moment: ziglang/zig#14172 |
oh wow that is a huge blow. the TLS stack is important to the entire Zig ecosystem, and this is one of if not the only current implementation. I would be willing to pick up the work, but I don't know if he gave anyone else access to his account. sad stuff. |
+1000, this is a huge loss |
you still working on this?
The text was updated successfully, but these errors were encountered: