veraison / go-cose

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

Update cose-spec from draft to RFC 9052 #109

Closed fxamacker closed 2 years ago

fxamacker commented 2 years ago

Replace cose-spec from https://datatracker.ietf.org/doc/draft-ietf-cose-rfc8152bis-struct/ to https://datatracker.ietf.org/doc/rfc9052/

Closes #108

thomas-fossati commented 2 years ago

Thanks very much @fxamacker

Could you please fix the failing DCO check so that we can merge, please?

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (1fd96e9) into main (4e80cfa) will increase coverage by 0.30%. The diff coverage is n/a.

:exclamation: Current head 1fd96e9 differs from pull request most recent head 59622d7. Consider uploading reports for the commit 59622d7 to get more accurate results

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   91.79%   92.10%   +0.30%     
==========================================
  Files          10       10              
  Lines         975      975              
==========================================
+ Hits          895      898       +3     
+ Misses         54       51       -3     
  Partials       26       26              
Impacted Files Coverage Δ
headers.go 93.05% <0.00%> (+0.90%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

SteveLasker commented 2 years ago

Thanks @fxamacker, and welcome to the go-cose family