-
Notifications
You must be signed in to change notification settings - Fork 37
Add trust and verification options to c2pa_tool #168
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #168 +/- ##
==========================================
- Coverage 83.95% 76.10% -7.85%
==========================================
Files 3 3
Lines 374 406 +32
==========================================
- Hits 314 309 -5
- Misses 60 97 +37 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggested some minor edits to the README.
Also, the example files are missing:
sample/trust_anchors.pem
sample/allowed_list.pem
sample/store.cfg
DONE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks clean 👍
…#168) * Add trust and verification options to c2pa_tool * fix formatting * Fix typo * Sample files * README clarification and formatting * Make example commands consistent, fix table column width, add xref link, etc --------- Co-authored-by: Rand McKinney <[email protected]>
Changes in this pull request
This PR adds support to configure trust features including trust anchors, allowed lists, trust store configuration and verification options.
Checklist
TO DO
items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.