mozilla-services / pkcs7

DEPRECATED - Implements a subset of PKCS#7/Cryptographic Message Syntax (rfc2315, rfc5652)
https://go.mozilla.org/pkcs7
MIT License
70 stars 92 forks source link

Support verifying legacy DSA signatures in Go 1.16 #50

Closed cmars closed 3 years ago

cmars commented 3 years ago

Go 1.16 removed support for DSA signatures from crypto/x509. This change gives those applications that need to verify legacy PKCS7 certificates, a little more time to migrate off of DSA.

Fixes #47

g-k commented 3 years ago

Thanks! Closing in favor of #55 for the reasons mentioned in my PR there.