-
Notifications
You must be signed in to change notification settings - Fork 77
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
TLS #262
Comments
Nope, these are not yet implemented in jvm-libp2p unfortunately |
I've implemented libp2p-tls in a fork: |
@ianopolous wow, that's great! |
go-libp2p has already removed mplex support by default because mplex doesn't have backpressure, and kubo was about to remove it as well. So yamux was quite urgent. SecureChannel needs to know the list of muxer protocols to facilitate early muxer negotitation. Noise could support this, but we've |
You might also be interested that we've implemented bitswap, kademlia, autonat in another repo and soon will add circuit relay and dcutr. |
I'm also hoping that, with the TLS implementation working, adding support for quic-v1 should be quite easy once netty merges support for quic. |
No worries! I've got it working! I was missing a fireChannelActive() after the TLS handshake. |
Is is possible to create a Host that uses TLS1.3 or QUIC secure channels/transports?
The text was updated successfully, but these errors were encountered: