corporate IT administrators
corporate IT administrators
Posted Mar 8, 2016 2:17 UTC (Tue) by flussence (guest, #85566)In reply to: corporate IT administrators by josh
Parent article: TLS certificate management on Android
>While I'd still never want to use such a network myself, it'd certainly be *interesting* to have a protocol that could support integrity protection that prevents MITM modification, while still allowing monitoring.
SSL/TLS itself is already capable of that: the command `openssl ciphers -v 'eNULL:!aNULL'` will give you a list of cipher suites (including one in TLS 1.2) which send the data in clear text but cryptographically signed. Naturally, this won't work in a browser.
