-
Notifications
You must be signed in to change notification settings - Fork 99
feat: Add CAWG validation to Reader
#1370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
scouten-adobe
wants to merge
28
commits into
main
Choose a base branch
from
scouten/cai-9212-add-cawg-to-reader
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
41d19ae
TDD: Test that expects a success code for identity assertion but does…
scouten-adobe ac8acc1
Sketch in proposed changes for CAWG validation in Reader interface
scouten-adobe 61c2ced
Merge branch 'scouten/cai-9212-identity-assertion-in-reader' into sco…
scouten-adobe adc1715
Merge branch 'main' into scouten/cai-9212-add-cawg-to-reader
scouten-adobe 650d954
Merge branch 'main' into scouten/cai-9212-add-cawg-to-reader
scouten-adobe d8c04e3
Remove unused import
scouten-adobe faf671b
Getting back into this project; a little more clarity on what is need…
scouten-adobe 0f90e21
Clean up test noise now that I know where I need to place updates
scouten-adobe 5270494
Hmmm … maybe this doesn't need to be so complicated
scouten-adobe c7928b8
"Fix" WASI build errors
scouten-adobe ccb6038
Merge branch 'main' into scouten/cai-9212-add-cawg-to-reader
gpeacock 25d029f
feat: cawg in native Reader
gpeacock c87e7f5
Merge branch 'main' into scouten/cai-9212-add-cawg-to-reader
scouten-adobe aeab1bc
Reader::from_stream_async should use Store::from_store_async
scouten-adobe 13523aa
Merge branch 'main' into scouten/cai-9212-add-cawg-to-reader
scouten-adobe a612b45
Plan to resolve compatibility issues for `IdentityAssertion::from_man…
scouten-adobe ad03081
Merge branch 'main' into scouten/cai-9212-add-cawg-to-reader
scouten-adobe 1d4b79f
Add new settings value (core.decode_identity_assertions) which specif…
scouten-adobe 909ba26
Downgrade most IdentityAssertion APIs to pub(crate)
scouten-adobe 5178230
Update CAWG signing example
scouten-adobe c9df434
TO DO is only relevant if API becomes public again
scouten-adobe 4622847
Retool this test to be properly async
scouten-adobe 316091e
Retool this test to be more sync
scouten-adobe 0ab0e53
Add missing doc links
scouten-adobe 33aab39
Remove commented-out code
scouten-adobe c51180b
cargo fmt
scouten-adobe 8bebd11
Merge branch 'main' into scouten/cai-9212-add-cawg-to-reader
scouten-adobe bbebf93
Remove dbg!
scouten-adobe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@emensch @tmathern please review these access changes and LMK if any of these need to remain public.
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.
From my point of view the access changes are OK.
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.
Can the fields of IdentityAssertion above be public, or can I have a more general constructor? I redefine it in the Node SDK, which is not a good practice.
https://github.com/contentauth/c2pa-node-v2/blob/main/src/neon_identity_assertion_builder.rs#L34