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

Go 1.16: TestVerifyEC2 failure #47

Closed eclipseo closed 3 years ago

eclipseo commented 3 years ago

On Fedora Rawhide with Golang 1.16 beta 1, TestVerifyEC2 fails like this:

--- FAIL: TestVerifyEC2 (0.00s)
    verify_test.go:92: Verify failed with error: x509: cannot verify signature: algorithm unimplemented

Probably related to https://tip.golang.org/doc/go1.16#crypto/x509 https://github.com/golang/go/issues/40337