Task summary
tls security should be implement to allow more options for upgrade authentication. Currently Lotus supports both noise and tls, with a preference toward noise, but having both would allow more clean connections to peers.
It is not implemented in rust-libp2p, so ideally this change would go upstream. Issue on their end: libp2p/rust-libp2p#1109
I'm also not sure if rust-libp2p supports selecting between these two in their authentication, since I only see the single option in examples, so this might need to be investigated too.
Not super high priority, but more left as a tracking issue.
Specification reference
Other information and links
Task summary
tls security should be implement to allow more options for upgrade authentication. Currently Lotus supports both noise and tls, with a preference toward noise, but having both would allow more clean connections to peers.
It is not implemented in rust-libp2p, so ideally this change would go upstream. Issue on their end: libp2p/rust-libp2p#1109
I'm also not sure if rust-libp2p supports selecting between these two in their authentication, since I only see the single option in examples, so this might need to be investigated too.
Not super high priority, but more left as a tracking issue.
Specification reference
Other information and links