|
|
|
|
|
by Deathmax
1127 days ago
|
|
> In my opinion, most of the governments must have obtained access to numerous Certificate Authority private keys by now. As a result, they would not only be logging DNS records but also the entire unencrypted data transfer. Certificate Transparency ensures that having control over a Certificate Authority's private keys doesn't allow for undetectable MITM attacks since both Chrome [1] and Apple (Safari) [2] will not trust certificates that have not been submitted to CT logs and stamped as such. If a government attempts to issue a trusted certificate using a CA they control, it will be logged. You can't passively decrypt TLS connections with just access to a CA's private keys since those aren't the keys involved in communication, or even the server's private key due to forward secrecy (assuming modern TLS configs). [1]: https://groups.google.com/a/chromium.org/g/ct-policy/c/wHILi... [2]: https://support.apple.com/en-gb/HT205280 |
|
FTL:
>Firefox does not currently check or require the use of CT logs for sites that users visit.
Uggh... Anyone know why? Seems sensible to check.
[0]: https://developer.mozilla.org/en-US/docs/Web/Security/Certif...