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

DTLS transport #49

Open
reklatsmasters opened this issue Sep 13, 2018 · 4 comments
Open

DTLS transport #49

reklatsmasters opened this issue Sep 13, 2018 · 4 comments

Comments

@reklatsmasters
Copy link

I think libp2p may implement dtls transport. I'm author of pure js dtls transport - https://github.com/nodertc/dtls. Right now it's only client side version with modern secure ciphers (AEAD, ECDHE).

Go and rust implementations may use GnuTLS or OpenSSL.

@backkem
Copy link

backkem commented Nov 24, 2018

@reklatsmasters We've just finished our initial DTLS implementation at pions/dtls. Maybe we can collaborate on JS and Go DTLS transport? And maybe we can do the webrtc ones afterwards ;)

cc @Sean-Der

@backkem
Copy link

backkem commented Nov 26, 2018

Progress:

Some open points:

@backkem
Copy link

backkem commented Nov 26, 2018

Regarding the open points above: These seem to resolve themselves if we assume the DTLS transport also manages it's own UDP sockets.

@backkem
Copy link

backkem commented Nov 28, 2018

Go POC at: backkem/go-libp2p-dtls-transport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants