Some scenarios require a message to be signed sequentially i.e., one after the other, by two signers. The cose spec supports this but the library doesn't - it fails to parse a previously signed message. This fix allows it to parse signed messages and then sign then a second time.
Some scenarios require a message to be signed sequentially i.e., one after the other, by two signers. The cose spec supports this but the library doesn't - it fails to parse a previously signed message. This fix allows it to parse signed messages and then sign then a second time.