This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
More crypto extentsions like TLS wrapper for Client/Server connections, SSH implementation, SHA3? #8547
Labels
Feature/Enhancement Request
This issue is made to request a feature or an enhancement to an existing one.
Currently, the crypto module only has the basic implementations of the crypto protocols. Current ones like SHA3 as hash algorithm or eliptic curves are not available. The current openssl module "x.openssl" can currently only accept TLS connections, but cannot provide any as a server. How about an implementation like in Go (crypto/tls) or Python (ssl, but then not the same syntax). This is essential for running web servers or sockets in general. Also, instead of the FTP module, the alternative SSH (which is much more secure) would be interesting. Are extensions like in Go planned?
https://github.com/golang/crypto
The text was updated successfully, but these errors were encountered: