TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Early Impacts of Certificate Transparency

44 pointsby bracewelabout 9 years ago

3 comments

wyldfireabout 9 years ago
From [1]:<p>&gt; In one case, a prominent Dutch CA (DigiNotar) was compromised and the hackers were able to use the CA’s system to issue fake SSL certificates. The certificates were used to impersonate numerous sites in Iran, such as Gmail and Facebook, which enabled the operators of the fake sites to spy on unsuspecting site users.<p>When this happens as the result of malicious actions (unlike the case FB shows here), what actions can the legitimate site operator do to protect their users from this eavesdropping? Presumably you could contact the CA and get the revocation. But even if the CRL&#x27;s updated, what is the latency to get the browser&#x27;s trust store sync&#x27;d up? And can&#x27;t state actors just block CRL updates? Do browsers warn users when the CRL can&#x27;t be updated (after so many attempts or so much time)?<p>[1] <a href="http:&#x2F;&#x2F;www.certificate-transparency.org&#x2F;what-is-ct" rel="nofollow">http:&#x2F;&#x2F;www.certificate-transparency.org&#x2F;what-is-ct</a>
评论 #11474885 未加载
评论 #11474867 未加载
评论 #11474699 未加载
评论 #11474770 未加载
colinbartlettabout 9 years ago
Is there an API for certificate transparency logs? I&#x27;d love to have a monitoring system that checks if unauthorized certificates are detected for my domains.
评论 #11474968 未加载
评论 #11477251 未加载
jake-lowabout 9 years ago
&gt; [A thank you to Let&#x27;s Encrypt] Let&#x27;s Encrypt&#x27;s issuance in this event was technically correct, and thanks to their commitment to best practices like CT, we were able to discover our internal policy violation and take action to prevent these types of issues in the future. The security team at Let&#x27;s Encrypt responded quickly and helpfully to our inquiries. Facebook continues to support the Let&#x27;s Encrypt project and we appreciate their assistance with this investigation.<p>I continue to be impressed with the Let&#x27;s Encrypt team&#x27;s professionalism in their interactions with everyone in the security community. It makes me happy to see post-mortems like this one where everything went as it should have and the issue was resolved without any breech in security. Really reflects well on Let&#x27;s Encrypt and Facebook&#x27;s product security team.