We need to refactor the API for the package to improve some shortcomings: - https://github.com/smallstep/pkcs7/issues/30 - https://github.com/smallstep/pkcs7/issues/27 - https://github.com/smallstep/pkcs7/pull/29 - https://github.com/smallstep/pkcs7/issues/36 - Allow non-stdlib X509 certificate parser to be used: https://github.com/smallstep/pkcs7/pull/50#issuecomment-3131480015 - More recent minimum Go version. Likely a few more than just the last 2 minor Go releases.
We need to refactor the API for the package to improve some shortcomings:
SetDefaultDigestAlgorithm#29