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

TLS for Multiplayer #101

Open
hsravat-4590 opened this issue Jan 28, 2021 · 0 comments
Open

TLS for Multiplayer #101

hsravat-4590 opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@hsravat-4590
Copy link
Member

hsravat-4590 commented Jan 28, 2021

Securing the Multiplayer

Currently, the multiplayer works using an Open-Source Library known as Telepathy. Telepathy works using raw C# sockets and uses TCP to reliably send packets over the internet. There is however a security hole in that TLS is not adapted.
We need to make a Fork of telepathy and adapt it to use SSL to provide a secure connection between client and server

Helpful Links

SSLStream
NetworkStream

@hsravat-4590 hsravat-4590 added the enhancement New feature or request label Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant