Skip to content
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

Switch to using SecSock instead of raw BearSSL #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mookums
Copy link
Collaborator

@mookums mookums commented Mar 9, 2025

secsock is a wrapper for the Tardy Socket that provides TLS (through s2n-tls) and will be the new default for TLS.

The change is mostly inspired by the need for a generalized TLS on Socket implementation across the Tardy ecosystem and secsock will serve that role.

This is the last thing blocking the bump to Zig 0.14.

Closes #44

@mookums mookums added http/server Relating to the HTTP server http/client Relating to the HTTP client labels Mar 9, 2025
@mookums mookums added this to the 0.3.0 milestone Mar 9, 2025
@mookums mookums self-assigned this Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http/client Relating to the HTTP client http/server Relating to the HTTP server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate off BearSSL
1 participant