From 1250ed036f1ff04b68e5b7cfce61213cbb5764b2 Mon Sep 17 00:00:00 2001 From: Kat Joyce Date: Wed, 26 Aug 2026 18:20:49 +0100 Subject: [PATCH 1/2] [summit2026] Add confirmed talks --- content/summit2026/_index.html | 2 +- content/summit2026/confirmed-talks.html | 44 +++++++++++++++++++++++++ content/summit2026/talks/git-ratchet.md | 33 +++++++++++++++++++ content/summit2026/talks/le-mtcs.md | 30 +++++++++++++++++ content/summit2026/talks/sigstore.md | 43 ++++++++++++++++++++++++ 5 files changed, 151 insertions(+), 1 deletion(-) create mode 100644 content/summit2026/confirmed-talks.html create mode 100644 content/summit2026/talks/git-ratchet.md create mode 100644 content/summit2026/talks/le-mtcs.md create mode 100644 content/summit2026/talks/sigstore.md diff --git a/content/summit2026/_index.html b/content/summit2026/_index.html index 8838eb5..df080da 100644 --- a/content/summit2026/_index.html +++ b/content/summit2026/_index.html @@ -34,7 +34,7 @@

Key Information

Call for Presentations

- The Call for Presentations is now open! Please submit your proposals using the CFP form. + The CFP is now closed. Talks that have been accepted can be seen here.

Timeline

diff --git a/content/summit2026/confirmed-talks.html b/content/summit2026/confirmed-talks.html new file mode 100644 index 0000000..6fdcf28 --- /dev/null +++ b/content/summit2026/confirmed-talks.html @@ -0,0 +1,44 @@ +--- +url: /summit2026/talks +layout: index +title: "Transparency.dev Summit 2026 Confirmed Talks" +description: "Talks that have been confirmed for the Transparency.dev Summit 2026" +--- +
+

+
Transparency.dev Summit
+ Confirmed Talks +

+ +
diff --git a/content/summit2026/talks/git-ratchet.md b/content/summit2026/talks/git-ratchet.md new file mode 100644 index 0000000..d673270 --- /dev/null +++ b/content/summit2026/talks/git-ratchet.md @@ -0,0 +1,33 @@ +--- +url: summit2026/talks/git-ratchet.html +layout: summittalk +title: "Git-ratchet: tooling for Git commit transparency" +topImage: +type: +room: +start: +speaker: Ben Birt +speakerTitle: +--- + +
+ +Dependents of Git repositories often depend directly on a +branch or tag. Unfortunately, without taking further precautions, this +exposes those dependents to attack by any party authorised to change the +target commits of those branches or tags. Worse, those attacks can then be +hidden by scrubbing the evidence - by repointing the branch or tag back to +a legitimate commit. Git-ratchet is a tool which dependents can use to +enforce that upstream Git repository owners are transparent about their +branch and tag state (and how it evolves over time) - and it uses witnesses +to prevent split-view attacks on that commit transparency. + +--- + +### Speaker + +Ben is a software engineer on Google's Oak team. He is part +of the group that launched Google's new Private AI Compute (PAIC) platform +and most recently set up PAIC's new Tessera-based binary transparency log. + +
diff --git a/content/summit2026/talks/le-mtcs.md b/content/summit2026/talks/le-mtcs.md new file mode 100644 index 0000000..b88ae70 --- /dev/null +++ b/content/summit2026/talks/le-mtcs.md @@ -0,0 +1,30 @@ +--- +url: summit2026/talks/le-mtcs.html +layout: summittalk +title: "How Let's Encrypt is deploying Merkle Tree Certificates" +topImage: +type: +room: +start: +speaker: Matthew McPherrin +speakerTitle: +--- + +
+ +Let's Encrypt is working on launching Merkle Tree Certificates. In this talk, +we'll discuss how we've added Merkle Tree certificates to our Boulder CA +software, how we're serving our logs, and the testing, monitoring, and disaster +planning we're doing to ship a production-quality CA the world can rely on. +We'll compare running an MTCA and mirror to our previous ACME CA and static CT +logs, and what lessons from the past have informed our future architecture. + +--- + +### Speaker + +Matthew McPherrin is the technical lead of the Let's Encrypt site reliability +engineering team, which runs the Let’s Encrypt Certificate Authority and +Certificate Transparency logs. + +
diff --git a/content/summit2026/talks/sigstore.md b/content/summit2026/talks/sigstore.md new file mode 100644 index 0000000..3c99b58 --- /dev/null +++ b/content/summit2026/talks/sigstore.md @@ -0,0 +1,43 @@ +--- +url: summit2026/talks/sigstore.html +layout: summittalk +title: "Simplicity through Transparency: How the PQC Migration is Streamlining Sigstore" +topImage: +type: +room: +start: +speaker: Hayden Blauzvern +speakerTitle: +--- + +
+ +The transition to post-quantum cryptography is an emerging necessity, but +PQC algorithms like ML-DSA introduce a significant hurdle for signing: keys +and signatures are orders of magnitude larger, ballooning metadata, egress +and storage costs for transparency ecosystems. + +In this talk, we present the design for PQC for Sigstore, showing how +migrating to quantum-resistant algorithms is a greenfield opportunity to +drastically simplify artifact signing and verification with Sigstore. +Instead of just swapping out classical algorithms, we leveraged this unique +opportunity to revisit the system architecture and focus the design around +the transparency log as the primary enabler of simplicity and auditability. + +Sigstore will provide ""keyless"" identity-bound signatures rooted in +transparency. We'll explore how this shift shrinks verification metadata +down to just a signed checkpoint while still preserving Sigstore's security +and threat models. Finally, we will discuss how a new leaf format elegantly +solves PQC signing algorithm storage overhead while concurrently preventing +log poisoning and preserving user privacy. + +--- + +### Speaker + +Hayden Blauzvern is a technical lead on Google’s Open Source Security +Team, focused on making open-source software supply chain more secure and +auditable. Hayden is a maintainer and the community chair on the Sigstore +project. + +
From aec053bb17197612d152ba0d4a32b093c04e428e Mon Sep 17 00:00:00 2001 From: Kat Joyce Date: Thu, 27 Aug 2026 13:47:26 +0100 Subject: [PATCH 2/2] Remove extra quote marks --- content/summit2026/talks/sigstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/summit2026/talks/sigstore.md b/content/summit2026/talks/sigstore.md index 3c99b58..0db233d 100644 --- a/content/summit2026/talks/sigstore.md +++ b/content/summit2026/talks/sigstore.md @@ -24,7 +24,7 @@ Instead of just swapping out classical algorithms, we leveraged this unique opportunity to revisit the system architecture and focus the design around the transparency log as the primary enabler of simplicity and auditability. -Sigstore will provide ""keyless"" identity-bound signatures rooted in +Sigstore will provide "keyless" identity-bound signatures rooted in transparency. We'll explore how this shift shrinks verification metadata down to just a signed checkpoint while still preserving Sigstore's security and threat models. Finally, we will discuss how a new leaf format elegantly