multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

src/protocol: Add support for `tls` protocol #47

Closed mxinden closed 2 years ago

mxinden commented 3 years ago

https://github.com/multiformats/multiaddr/pull/109/ specifies tls as a valid Multiaddr protocol component. The Rust Multiaddr implementation should support it as well.

See https://github.com/multiformats/go-multiaddr/pull/153/ for the corresponding change in the Golang implementation.

mxinden commented 3 years ago

@whereistejas would this be something you are interested to take on?

whereistejas commented 3 years ago

Hi @mxinden, Sure! It doesn't look like too much work, I will take on this issue.

xprazak2 commented 2 years ago

Can this be closed since #48 has been merged?

mxinden commented 2 years ago

You are right @xprazak2. Thanks for the ping.