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

Add TLS support #6

Open
TheHashTableSlasher opened this issue May 18, 2020 · 2 comments
Open

Add TLS support #6

TheHashTableSlasher opened this issue May 18, 2020 · 2 comments
Labels
client Relates to the client code (in all languages) enhancement New feature or request server Relates to the server code

Comments

@TheHashTableSlasher
Copy link
Collaborator

I think it's safe to say this program will only be run on trusted networks, but better safe than sorry, right?

@TheHashTableSlasher TheHashTableSlasher added enhancement New feature or request low priority Other things should be worked on first server Relates to the server code matlab client Relates to the Matlab client code specifically labels May 18, 2020
@TheHashTableSlasher
Copy link
Collaborator Author

Note: This would probably require using Java sockets instead of Matlab's tcpclient, since, to the best of my knowledge, Matlab has no SSL/TLS library.

@TheHashTableSlasher TheHashTableSlasher added the python client Relates to the Python client code specifically label Jun 12, 2020
@TheHashTableSlasher
Copy link
Collaborator Author

TLS should be doable for Python clients, but a STARTTLS protocol should be used to keep compatibility with unencrypted (Matlab) clients

@TheHashTableSlasher TheHashTableSlasher added client Relates to the client code (in all languages) and removed low priority Other things should be worked on first matlab client Relates to the Matlab client code specifically python client Relates to the Python client code specifically labels Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Relates to the client code (in all languages) enhancement New feature or request server Relates to the server code
Projects
None yet
Development

No branches or pull requests

1 participant