ModularM
Modular2y ago
41 replies
a2svior

SSL/TLS Support?

Is there anything planned for Mojo stdlib in terms of SSL/TLS? I'm thinking something like Golang's crypto/tls or Python's SSL socket wrapper
We want to add HTTPS support to Lightbug but for that would be good to know if the stdlib will include this functionality any time soon or if this has to be built by the community
Python documentation
Source code: Lib/ssl.py This module provides access to Transport Layer Security (often known as “Secure Sockets Layer) encryption and peer authentication facilities for network sockets, both clien...
ssl — TLS/SSL wrapper for socket objects
GitHub
Is your feature request related to a problem? Please describe. Would be nice to be able to say that a website I made with this is "secure" (the s in HTTPS) Describe the solution you'd...
Was this page helpful?