I am using Bouncy Castle to read response from Time Stamp server in .NET.
In response i have only signer certificate, but i need to include certificate chain, because time stamp server cannot be configured to include Signing Certificate chain in response.
I added certificates in response using CmsSignedDat method:
CmsSignedData.ReplaceCertificatesAndCrls.
Unfortunately when i user Adobe Reader to get Time Stamp token i got error "SigValue is xxx bytes larger then expected".
Can anyone help me to add certificate chain in existing Time Stamp Response if it is possible.
Thanks.