ebourg / jsign

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

Checks of Signable interface case insensitive #164

Closed mat1e closed 1 year ago

mat1e commented 1 year ago

As discussed in #81, the checks of supported extensions in Signable interface is case sensitive but it should not be.

This PR simply makes the checks case insensitive by checking extension with lowercases.

ebourg commented 1 year ago

Merci EDF :)