Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement libp2p tls upgrade #974

Closed
austinabell opened this issue Jan 30, 2021 · 1 comment
Closed

Implement libp2p tls upgrade #974

austinabell opened this issue Jan 30, 2021 · 1 comment

Comments

@austinabell
Copy link
Contributor

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

@austinabell austinabell added Priority: 4 - Low Limited impact and can be implemented at any time Type: Enhancement labels Jan 30, 2021
@lerajk lerajk added Status: On Ice and removed Priority: 4 - Low Limited impact and can be implemented at any time labels Jan 18, 2022
@LesnyRumcajs
Copy link
Member

Stale.

@LesnyRumcajs LesnyRumcajs closed this as not planned Won't fix, can't repro, duplicate, stale Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants