blog: what "publicly verifiable" means for zkTLS - #62
Merged
Conversation
New post explaining that a zkTLS proof is a designated-verifier attestation, not trustless math: "publicly verifiable" means verifiable by anyone who trusts the verifier that witnessed the session. Covers why an in-session witness is unavoidable, the verifier vs. notary vs. attestation-verifier distinction, where zero-knowledge does and does not help, and how to minimize the trust you take on. Includes three light/dark diagrams (self-verify, delegated verifier, and a new witness-needed contrast) authored in draw.io and exported via convert_all.sh.
heeckhau
force-pushed
the
blog/public-verifiability
branch
from
June 16, 2026 08:27
76e85ce to
7b63670
Compare
Member
|
Deleted my prev comment to suggest cleaner terminology.
The description could be changed to something like "A zkTLS proof is a non-transferable claim meaningful only to the party who witnessed the TLS connection. The witnessing party can make the claim transferable and publicly verifiable by issuing an attestation. Here we explore why a witnessing party in unavoidable" |
Address PR feedback by stating explicitly that an in-session proof convinces only the witness, while signing it into an attestation is what makes the claim portable. Keeps the colloquial "zkTLS proof" wording rather than renaming the concept.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New blog post: "Zero-knowledge ≠ trustless: what "publicly verifiable" means for zkTLS."
A zkTLS proof isn't trustless math anyone can check; it's a designated-verifier attestation, so "publicly verifiable" means verifiable by anyone who trusts the verifier that witnessed the session. The post covers why an in-session witness is unavoidable, the verifier vs. notary vs. attestation-verifier distinction, where zero-knowledge does and doesn't help, and how to minimize the trust you take on.
Notes
self_verify,delegated_verifier, and the newwitness_needed) will be polished once we've agreed on the text.docusaurus build— recommend a local preview to confirm figures render in both themes.