FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support TLS connection in node socket by ryanking13 · Pull Request #6166 · pyodide/pyodide · GitHub

Support TLS connection in node socket - #6166

Merged
ryanking13 merged 24 commits into
pyodide:mainfrom
ryanking13:node-socket-tls
Apr 29, 2026
Merged

Support TLS connection in node socket#6166
ryanking13 merged 24 commits into
pyodide:mainfrom
ryanking13:node-socket-tls

Conversation

ryanking13 commented Apr 3, 2026
edited
Loading

Copy link
Copy Markdown
Member

This is on top of #6145.

This implements startTLS function under the node socket API, which upgrades the connection. It is used in create_connection function in the ssl library.

ryanking13 changed the title Node socket tls Support TLS connection in node socket Apr 3, 2026
Comment thread src/js/fs/nodesockfs.ts Outdated
Comment thread src/py/ssl.py
Comment thread src/py/ssl.py Outdated
Comment thread src/tests/test_python_socket.py Outdated
Comment thread src/tests/test_python_socket.py Outdated
Comment thread src/py/ssl.py Outdated

hoodmane left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Looks good to me aside from some nitpicks.

ryanking13 merged commit a871f30 into pyodide:main Apr 29, 2026
27 of 30 checks passed
ryanking13 deleted the node-socket-tls branch April 29, 2026 11:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL