veraison / go-cose

go library for CBOR Object Signing and Encryption (COSE)
Mozilla Public License 2.0
50 stars 26 forks source link

Further work: Unit Test in go-cose repository needs to check for precise error condition #138

Closed yogeshbdeshpande closed 1 year ago

yogeshbdeshpande commented 1 year ago

This issue is an extension of already fixed issue #118

Issue #118 fixed the specific cases in verifier_test.go.

However after tidying up in file: verifier_test.go realized that a similar change is missing from other parts of go-cose unit test files.

This change covers the set for all go-cose files