theupdateframework / go-tuf

Go implementation of The Update Framework (TUF)
https://theupdateframework.com
Apache License 2.0
630 stars 107 forks source link

fix: use SHA384 for ECDSA P384 #629

Closed mrjoelkamp closed 7 months ago

mrjoelkamp commented 7 months ago

Handle hash algorithm selection for ecdsa-sha2-nistp384

fixes https://github.com/theupdateframework/go-tuf/issues/628

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.94%. Comparing base (14cf073) to head (4b9db35). Report is 20 commits behind head on master.

Files Patch % Lines
metadata/metadata.go 42.85% 4 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #629 +/- ## ========================================== + Coverage 70.51% 72.94% +2.43% ========================================== Files 10 10 Lines 2123 1656 -467 ========================================== - Hits 1497 1208 -289 + Misses 505 327 -178 Partials 121 121 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.