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.

Apple Reneged on OCSP Privacy

65 pointsby aluxianalmost 3 years ago

3 comments

musicalealmost 3 years ago
That&#x27;s too bad. Fast certificate revocation seems to be hard though. I don&#x27;t know of a great solution for it.<p>I really do hate how apps hang waiting to phone home to Apple though. It compromises the user experience. (Though I&#x27;m not sure how much of that time is actually waiting for slow network services and how much of it is waiting for slow local processing.)<p>Given that revocation is rare, I think I might be willing to forego online validation and just use something like a local list of revoked code signing certs that is updated at a configurable interval.
评论 #31734368 未加载
pornelalmost 3 years ago
OCSP has a fundamental weakness that it can’t be allowed to fail open, because the same attacker that can MITM a certificate can simulate a network outage for the OCSP check.<p>Browsers have given up — reliability and performance won — and they fail open on OCSP check failures.
randyrandalmost 3 years ago
This is disappointing. How hard is it to implement a opt-out? Given the resources of apple...
评论 #31732974 未加载