(no title)
dependenttypes | 5 years ago
If you use netcat you also do not use tls, try openssl s_client -connect server:port instead.
dependenttypes | 5 years ago
If you use netcat you also do not use tls, try openssl s_client -connect server:port instead.
snazz|5 years ago
Fnoord|5 years ago
On IRC, IRC over TLS doesn't have the same threat model as E2EE. With IRC over TLS, the server(s) can read the data plaintext. With proper E2EE (not the marketing version) that's not the case; only clients can read the data. I'm talking about actual data/content here; not metadata.
oarsinsync|5 years ago
Yep, and all they'd see is encrypted garbage, unless they have encryption keys, if the messages are end-to-end encrypted. That's the whole point.
There are ways to do this on IRC (e.g. libfish), but no idea how that crypto actually stacks up by todays standards.
dependenttypes|5 years ago