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

Secure p2p session connection #14

Open
nlloyd opened this issue Sep 4, 2012 · 1 comment
Open

Secure p2p session connection #14

nlloyd opened this issue Sep 4, 2012 · 1 comment

Comments

@nlloyd
Copy link
Owner

nlloyd commented Sep 4, 2012

Right now completely unsecured, basic connection. Should fix that at some point.

@glyph
Copy link

glyph commented Jan 13, 2013

I should note that if you use Vertex – as mentioned on #13 – you will almost get this for free. It doesn't currently do this, but since Twisted moved to using a memory BIO (i.e. the introduction of twisted.protocols.tls) you could run its TCP-over-UDP channel over regular TLS, and it has all the certificates you need for the connection to do it.

I filed the bug in Vertex here: https://bugs.launchpad.net/divmod.org/+bug/1099041 in case you want to work on it. I'm sure anyone on the divmod-dev list would be happy to help you with that contribution. :)

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

2 participants