Skip to content

Implement getsig in Python

Daniel Martí requested to merge (removed):getsig-python into master

Closes #5 (closed). Cannot be merged until Hans has done the jarsigner bits. Basically, we are now naively fetching the signature, but it might be an invalid signature for the JAR, which java took care of. So we want to use jarsigner to verify that the signature is applied correctly.

Assigning to myself because I'll merge this MR and Hans's when both are ready.

Merge request reports