Update zcrypto and use its crypto/rsa fork#1045
Conversation
|
Thank you very much @robstradling and @zakird for quick resolution. I have made pre-release at v.3.7.1-rc1 for https://dev.pkimet.al/ to test the fix against. I am quite curious as to how this made it past the integration test suite. If folks have a notion on how this made it out into the wild then I would be happy to close the testing gap on that. |
|
@christopher-henderson: It was only with the merging of this PR that the Zlint repository pulled in the updated zcrypto version. Would the integration test suite have ever been run against the updated zcrypto version prior to that? (I'm guessing not). |
zmap/zcrypto@f72a0b5 has forked
crypto/rsa.Earlier today https://dev.pkimet.al/ was running zlint-latest built with zcrypto-latest, which caused all certificates with RSA keys to receive this treatment:

This PR updates the zcrypto dependency in each of this repository's go.mod files, updates the imports in each affected file to use the
github.com/zmap/zcrypto/rsafork instead ofcrypto/rsa, and updates the various lints that now need to deal with abig.Intpublic exponent.