TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Sunlight: A certificate transparency implementation built for scalability, ease

10 点作者 fanf2大约 7 小时前

2 条评论

jauntywundrkind大约 2 小时前
Filippo has their own great thread on this work too, highly recommend: <a href="https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;filippo.abyssdomain.expert&#x2F;post&#x2F;3loquchbrpm2m" rel="nofollow">https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;filippo.abyssdomain.expert&#x2F;post&#x2F;3lo...</a><p>It cites an interesting new spec c2sp, <a href="https:&#x2F;&#x2F;c2sp.org&#x2F;static-ct-api" rel="nofollow">https:&#x2F;&#x2F;c2sp.org&#x2F;static-ct-api</a> :<p>&gt; <i>The Static Certificate Transparency API defines a read-path HTTP static asset hierarchy (for monitoring) to be implemented alongside the write-path RFC 6962 endpoints (for submission).</i><p>&gt; <i>Aside from the different read endpoints, a log that implements the Static API is a regular CT log that can work alongside RFC 6962 logs and that fulfills the same purpose. In particular, it requires no modification to submitters and TLS clients.</i><p>Huge huge speed up, making a CT Log that can be read relatively easily from some static files. Versus it sounds like before every query requiring a rather computationally intensive series of lookups.
skybrian大约 6 小时前
Great stuff! I’m wondering whether a similar architecture might work for other systems. Could a bluesky relay work like that?