veraison / go-cose

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

Update readme with release info #65

Closed SteveLasker closed 2 years ago

SteveLasker commented 2 years ago

Signed-off-by: Steve Lasker stevenlasker@hotmail.com

thomas-fossati commented 2 years ago

I am slightly confused. In the README, we previously had warnings around the SignMessage interface being experimental. Unless I'm looking at the wrong file, they seem to have disappeared? Help me understand :-)

yogeshbdeshpande commented 2 years ago

I am slightly confused. In the README, we previously had warnings around the SignMessage interface being experimental. Unless I'm looking at the wrong file, they seem to have disappeared? Help me understand

@thomas-fossati This has happened because Steve has raised a PR from this fork, which is not rebased to latest on master(main) go-cose.

He need to do that before he merges to master and retain the change you have done in the previous commit.

SteveLasker commented 2 years ago

Ahhh, thank you for the catch, i’ll fix later today. @yogeshbdeshpande, looks like a DCO error got introduced.

SteveLasker commented 2 years ago

Thank you @yogeshbdeshpande