Replies: 1 comment 4 replies
-
Hi, I took the liberty to convert this to a discussion because this is a support question, not a bug report. Please read the contribution guidelines next time and don't straight up ignore the friendly GitHub issue creation menu/template trying to redirect you to the right place ;). The code you shared doesn't show you actually using the interrupted signing API, which is very relevant to your question because PAdES-style LTV workflows require making modifications to the document after signing (to wit: updating the document security store, also potentially adding a document timestamp signature). To achieve that, there is a specific parameter in the interrupted signing API that you need to plumb correctly, otherwise things break down. In particular, you need to preserve and pass the "post-signing instructions", as explained in the documentation. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
We have a signing service with basically two methods:
Then the
signed_attrs
are hashed and signed by a HSM. After that the signed_attrs and the signature are combined in a CMS Object like here:Probably the revocation information`is missing in the CMS object. But I can't find a way to embed it?
Thanks a lot for a hint!
Beta Was this translation helpful? Give feedback.
All reactions