ebourg / jsign

Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts
https://ebourg.github.io/jsign
Apache License 2.0
261 stars 110 forks source link

Support BouncyCastle 1.53 #18

Closed mlundblad closed 8 years ago

mlundblad commented 8 years ago

Hi there!

In the SignServer project we are using jsign to support Authenticode code signing. We are now in the process of porting our software to newer versions of BouncyCastle. I have a local build of jsign built with BC 1.53.

mlundblad commented 8 years ago

Patch for building with BC 1.53 bc153.txt

mlundblad commented 8 years ago

Removed some cruft in earlier patch. bc153.txt

ebourg commented 8 years ago

Hi Marcus, thank you very much for the patch, I'll merge it.

nedtwigg commented 8 years ago

FWIW, all tests still pass with the patch. Bumping to 1.54 compiles but most of the tests fail.

netmackan commented 8 years ago

Should be okay to merge this patch then if I understood correctly but we might have to create a new one later for 1.54+.