vcsjones / AuthenticodeLint

Lints an authenticode signed binary.
MIT License
36 stars 17 forks source link

Check certificate key size #17

Closed vcsjones closed 8 years ago

vcsjones commented 8 years ago

Check should look at the key size.

RSA must be >= 2048, ECC >= 256.

Consider upper limit of 4096 for RSA and 384 for ECC in a separate check.

vcsjones commented 8 years ago

Done.