ETS Isn't TLS and You Shouldn't Use It
1–10 of 112 posts
Re: ETS Isn't TLS and You Shouldn't Use It
#2Re: ETS Isn't TLS and You Shouldn't Use It
#3PS. I can't even get ETSI's website to load! https://www.etsi.org/
Re: ETS Isn't TLS and You Shouldn't Use It
#4So what's the argument from the other side? Going through all this effort to allow PFS to be disabled seems like a ton of work? What's their use-case?
Re: ETS Isn't TLS and You Shouldn't Use It
#5So what's the argument from the other side? Going through all this effort to allow PFS to be disabled seems like a ton of work? What's their use-case?
Re: ETS Isn't TLS and You Shouldn't Use It
#6So what's the argument from the other side? Going through all this effort to allow PFS to be disabled seems like a ton of work? What's their use-case?
Re: ETS Isn't TLS and You Shouldn't Use It
#7So what's the argument from the other side? Going through all this effort to allow PFS to be disabled seems like a ton of work? What's their use-case?
Banks are required by regulation to monitor & audit pretty much everything. Previously they did this for internet usage by using MITM proxies. TLS 1.3 makes that approach hard/impossible.
Re: ETS Isn't TLS and You Shouldn't Use It
#8Earlier quoted context omitted.
Banks are required by regulation to monitor & audit pretty much everything. Previously they did this for internet usage by using MITM proxies. TLS 1.3 makes that approach hard/impossible.
Why can't they just install their own self signed root ca on all their computers and continue MITM it?
Re: ETS Isn't TLS and You Shouldn't Use It
#9So what's the argument from the other side? Going through all this effort to allow PFS to be disabled seems like a ton of work? What's their use-case?
There's a whole IT market segment around TLS decryption for corporate LAN. Basically corporate MITM that will decrypt TLS at the gateway / firewall, and with currently used TLS standards, will then re encrypt the traffic back to the client so the browser thinks it has a legit connection. It's used to scan packets for intrusion detection, for malware, to track for data loss like the article talks about.
And if you are in a corporate environment using a company computer you forfeit your privacy anyway. You can always go somewhere else or do your banking and Facebook on a different machine / not on company time.
Re: ETS Isn't TLS and You Shouldn't Use It
#10Earlier quoted context omitted.
Why can't they just install their own self signed root ca on all their computers and continue MITM it?
Certificate pinning is used by some very common applications and can break a MITM that relies on a self-signed certificate.