CURENT / dime

Distributed Messaging Environment
https://ltb.curent.org
GNU General Public License v3.0
3 stars 3 forks source link

Add TLS support #6

Open TheHashTableSlasher opened 4 years ago

TheHashTableSlasher commented 4 years ago

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

TheHashTableSlasher commented 4 years ago

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 commented 4 years ago

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