SubliminalCollaborator icon indicating copy to clipboard operation
SubliminalCollaborator copied to clipboard

Secure p2p session connection

Open nlloyd opened this issue 13 years ago • 1 comments

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

nlloyd avatar Sep 04 '12 18:09 nlloyd

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. :)

glyph avatar Jan 13 '13 05:01 glyph