Emmanuel Bourg

Results 237 comments of Emmanuel Bourg

Could you send the unsigned file to [email protected]? I'll get a look. I've already observed this behavior when a file is signed twice, in this case some areas of the...

> I have sent you an msp that demonstrates the problem Thank you, do you know where it comes from or how it was generated? > As for the issue...

> Is there a plan to fix it ? Not in the near future, this involves replacing Apache POI with a custom implementation compacting the unallocated space in the MSI...

Just right click on the signed .exe or .dll file, select 'Properties' then 'Signatures'.

Verifying signatures would be a nice addition to jsign if you want to tackle this issue. If that helps the main source of documentation is the Authenticode specification from Microsoft:...

What happens if the namespace is missing? An error is thrown?

Thank you for the report Matthias, I'll look into it. The shape for the path p2 is properly transcoded to Java, but I suspect the gradient definition is not. You...

Thank you for the suggestion. Do you want to provide a patch?

The same situation may arise in later JDKs when new modules are introduced though. Would you object to a 10 line PR addressing this issue?

Interesting idea, thank you. Signing a CSR is fairly easy in Java with Bouncy Castle (https://stackoverflow.com/questions/7230330/sign-csr-using-bouncy-castle), however Jsign handles PKCS#7 signatures instead of raw signed hashes as found in CSR...