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

Add TLS upgrade mechanism #29

Closed
TooTallNate opened this issue Sep 25, 2023 · 0 comments · Fixed by #58
Closed

Add TLS upgrade mechanism #29

TooTallNate opened this issue Sep 25, 2023 · 0 comments · Fixed by #58
Labels
enhancement New feature or request

Comments

@TooTallNate
Copy link
Owner

TooTallNate commented Sep 25, 2023

Probably by leveraging the mbedtls C library (which is already available on Switch ports in devkitpro), we need to expose a mechanism to upgrade a TCP socket connection to TLS. Possibly by having a startTls(): Socket function on the Socket interface.

Once this exists, then it will be possible to implement the https: protocol in fetch().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant