veraison / go-cose

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

Generate counter signatures #170

Closed balena-zh closed 10 months ago

balena-zh commented 11 months ago

What is the areas you would like to add the new feature to?

Go-COSE Library

Is your feature request related to a problem?

What solution do you propose?

Above supports recursive counter signatures, where a counter signature also contains a counter signature.

What alternatives have you considered?

Any additional context?

No response

balena commented 11 months ago

Started to add such support in https://github.com/veraison/go-cose/pull/172

balena commented 11 months ago

Now #172 has been merged you may want to close this one @qmuntal

SteveLasker commented 10 months ago

Thanks, @balena, closing per comment above.