veraison / go-cose

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

Check EC point is on curve at Verifier instantiation #116

Closed thomas-fossati closed 1 year ago

thomas-fossati commented 1 year ago

Fix #115

Signed-off-by: Thomas Fossati thomas.fossati@arm.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #116 (dd75bac) into main (77e3f9f) will increase coverage by 0.33%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   91.79%   92.12%   +0.33%     
==========================================
  Files          10       10              
  Lines         975      978       +3     
==========================================
+ Hits          895      901       +6     
+ Misses         54       51       -3     
  Partials       26       26              
Impacted Files Coverage Δ
cbor.go 84.21% <100.00%> (ø)
verifier.go 100.00% <100.00%> (ø)
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

thomas-fossati commented 1 year ago

@shizhMSFT is it OK to merge this?