Post #1835411
2026-04-29 09:25 UTC
Reproducible builds are a valuable property for remote attestation workflows but often hard to maintain. We faced a special challenge building reproducible artifacts that contain signatures.
Together with @Euler I wrote a blog post about how we used ECDSA public key recovery to generate signatures that match exactly one artifact, can be reproduced by a verifier, and are secure, without anyone ever knowing a private key.
https://katexochen.aro.bz/posts/reproducible-secure-signatures/
#ReproducibleBuilds #RemoteAttestation #Cryptography #ConfidentialComputing #Infosec
Replies (1)
-
@wamserma@hachyderm.io 2026-04-30 18:25
@katexochen @Euler That's nice, but it means one must use the recovered public key as a trust anchor or generate a certificate using another trust anchor. Otherwise the signature doesn't prove anything.