
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
ssl_sni provides a module similar to the Python 2.7 builtin module ssl with the Server Name Indication (SNI) extension. In particular the wrap_socket function has the extra parameter server_hostname to provide a hostname via SNI to the server.
ssl_sni is built on top of the pyOpenSSL and pyasn1 modules. In other words it is a pure python module that does not make any calls directly (not through pyOpenSSL) to the OpenSSL.
For now the subset of the ssl module provided is that required by mercurial and httpplus (used by mercurial). If you have requests for specific other features please file a bug.
The project page is here_.
.. _here: http://code.google.com/p/ssl-sni/
FAQs
A wrapper to pyOpenSSL to provide an interface like the standard ssl module.
We found that ssl_sni demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.