c2pa-js icon indicating copy to clipboard operation
c2pa-js copied to clipboard

feat: add TSA and certificate support to wasm signer

Open thillmann opened this issue 1 month ago • 1 comments

When trying to use the Builder to embed a signed manifest in a media file, we encountered a few gaps:

  • direct_cose_handling was always set to true
  • There was no way to pass certificates down to the signing process
  • There were a few more options missing on Signer

Using the Node.js implementation as guidance, I made those changes and confirmed it was working in our sign and embedding flow.

thillmann avatar Dec 03 '25 00:12 thillmann