Certificate Transparency in Firefox
blog.transparency.dev
Certificate Transparency in Firefox
1–10 of 116 posts
Re: Certificate Transparency in Firefox
#2Re: Certificate Transparency in Firefox
#3Re: Certificate Transparency in Firefox
#4Can someone explain in a nutshell what CT is, and how does it help security for the average user?
Re: Certificate Transparency in Firefox
#5Re: Certificate Transparency in Firefox
#6Can someone explain in a nutshell what CT is, and how does it help security for the average user?
This provides a further layer of technological defense to attempting the mitigation of your web browser traffic being intercepted and potentially tampered with.
In practice a regular person is unlikely to run into this, because web PKI is mostly working as expected, so there's no reason for the edge cases to happen en masse. This change is covering one such edge case.
No idea how the typical corporate interception solutions (e.g. Zscaler) circumvent it in other browsers where this check has long been implemented.
Re: Certificate Transparency in Firefox
#7Re: Certificate Transparency in Firefox
#8Great move! Curious to see how this will impact lesser-known CAs. Will this make it easier to detect misissued certs, or will enforcement still depend on browser policies?
Re: Certificate Transparency in Firefox
#9Re: Certificate Transparency in Firefox
#10Can someone explain in a nutshell what CT is, and how does it help security for the average user?
CT is an append-only distributed log for certificate issuances. People and client software can use it to check if a certificate is being provided by a trusted CA, if it has been revoked, or is being provided by multiple CAs (the latter possibly indicating CA compromise). CA meaning Certificate Authority, the organizations that issue certificates. This provides a further layer of technological defense to attempting th…