You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
I'm using your modules for a project and I must say they really work well.
But, I think I have encountered what could be a problem: everything is smooth and fast up to when you load in the cms ContentInfo a structure with counter_signature as the type in the ungned_attrs of the SingerInfo.
I wrote a small sample code with a recursive call that does nothing but print out a couple of random values.
If you run the code with a cms that only has "parallel" SignerInfo (parallele.p7m) it runs fast, but if you run it with a cms thas has SignerInfos iside other SignerInfo, i,e, counter signatures (controfirme.p7m), it runs sensitively slower. The number of SignerInfo object is the same in both cases.
This is a small code and the delay is evident but not so important. I'm running a project with a larger code and the delay can get up to 60-70 seconds.
I hope you can help me in finding a solution.
Hi there!
I'm using your modules for a project and I must say they really work well.
But, I think I have encountered what could be a problem: everything is smooth and fast up to when you load in the cms ContentInfo a structure with counter_signature as the type in the ungned_attrs of the SingerInfo.
I wrote a small sample code with a recursive call that does nothing but print out a couple of random values.
If you run the code with a cms that only has "parallel" SignerInfo (parallele.p7m) it runs fast, but if you run it with a cms thas has SignerInfos iside other SignerInfo, i,e, counter signatures (controfirme.p7m), it runs sensitively slower. The number of SignerInfo object is the same in both cases.
This is a small code and the delay is evident but not so important. I'm running a project with a larger code and the delay can get up to 60-70 seconds.
I hope you can help me in finding a solution.
Thanks in advance
test_data.zip
The text was updated successfully, but these errors were encountered: