c2pa-js
c2pa-js copied to clipboard
feat: add TSA and certificate support to wasm signer
When trying to use the Builder to embed a signed manifest in a media file, we encountered a few gaps:
-
direct_cose_handlingwas always set totrue - 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.