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

`EncryptedContent` needs to be implicitly tagged and not explicit #83

Closed grk-it closed 1 year ago

grk-it commented 1 year ago

The details pertaining to the fix is mentioned as part of the issue: https://github.com/mozilla-services/pkcs7/issues/84

grk-it commented 1 year ago

➜  pkcs7 git:(dev/grk/rfc_deviation__EncryptedContent) ✗ GODEBUG=x509sha1=1 go test -covermode=count -coverprofile=coverage.out .
ok      go.mozilla.org/pkcs7    33.840s coverage: 69.3% of statements
grk-it commented 1 year ago

closing this in favor of: https://github.com/smallstep/pkcs7/pull/9