Skip to content
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

Trust support #415

Merged
merged 66 commits into from
Mar 8, 2024
Merged

Trust support #415

merged 66 commits into from
Mar 8, 2024

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    de36981 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/contentauth/c2pa-rs into tr…

    …ust_support
    
    # Conflicts:
    #	sdk/Cargo.toml
    #	sdk/src/cose_sign.rs
    #	sdk/src/cose_validator.rs
    mauricefisher64 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3e0e26c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add ManifestStoreOptions to async bytes functions

    ManifestStore::from_bytes_async()
    ManifestStore::from_manifest_and_asset_bytes_async
    Also some fmt/clippy fixes
    Builds but unit tests do not run yet
    gpeacock committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    872c4fc View commit details
    Browse the repository at this point in the history
  2. WASM build

    mauricefisher64 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4123156 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'trust_support' of https://github.com/contentauth/c2pa-rs

    …into trust_support
    
    # Conflicts:
    #	sdk/src/cose_validator.rs
    #	sdk/src/trust_handler.rs
    #	sdk/src/wasm/webpki_trust_handler.rs
    mauricefisher64 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    933ae49 View commit details
    Browse the repository at this point in the history
  4. WASM fix

    mauricefisher64 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5166834 View commit details
    Browse the repository at this point in the history
  5. Expose ManifestStoreOptions

    Dave Kozma committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f84b3dc View commit details
    Browse the repository at this point in the history
  6. Fix missing anchors

    mauricefisher64 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b7bbfed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7b791e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Fix misspelled var

    mauricefisher64 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d1404d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    69013f6 View commit details
    Browse the repository at this point in the history
  2. remove issuer check

    mauricefisher64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d11cb34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76f4daa View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    010af9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e2b15 View commit details
    Browse the repository at this point in the history
  3. Small fixes for Wasm building (#354)

    Dave Kozma authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    52aeb42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c73ebe View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    e872f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52de39d View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    mauricefisher64 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d9b4286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33763e2 View commit details
    Browse the repository at this point in the history
  5. Trust fixes

    mauricefisher64 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    cced3e0 View commit details
    Browse the repository at this point in the history
  6. Wasm compiler fixes

    Dave Kozma committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a568870 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Restored more tests

    mauricefisher64 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    25c9c31 View commit details
    Browse the repository at this point in the history
  2. EC sig fix

    mauricefisher64 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    dee1aeb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    7e496e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    290c44f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    ff65f35 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    cf7e4dc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    ae01dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1828e12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09237ea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge branch 'main' of https://github.com/contentauth/c2pa-rs into tr…

    …ust_support
    
    # Conflicts:
    #	sdk/src/cose_sign.rs
    #	sdk/src/cose_validator.rs
    mauricefisher64 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    738921c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    250d866 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Wire in settings support

    Remove feature flags covered by settings
    mauricefisher64 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2fdb55d View commit details
    Browse the repository at this point in the history
  2. Build fixes

    simplified check_trust
    mauricefisher64 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    212c87a View commit details
    Browse the repository at this point in the history
  3. Build fixes

    mauricefisher64 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f31fd77 View commit details
    Browse the repository at this point in the history
  4. Test fixes

    mauricefisher64 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    305d6c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f6561f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Build fix

    mauricefisher64 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    eec651f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6254a13 View commit details
    Browse the repository at this point in the history
  3. Build fixes

    Cleanup
    mauricefisher64 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1a55bbc View commit details
    Browse the repository at this point in the history
  4. Fix preflight check

    mauricefisher64 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    45b91a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3852f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5945431 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8f93d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6afd9b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Remove ManifestStore changes

    Update integration example to use loading settings from JSON
    mauricefisher64 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d721ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9700f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7cd27 View commit details
    Browse the repository at this point in the history
  4. enhance trust pass through to support configuration of allowed_list a…

    …nd EKU config
    
    Check signing cert before signing so that it gets checked independent of whether we validate after signing
    mauricefisher64 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3427ca9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    8e2e5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b54f6d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    c6362f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50cf65b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cadfcc View commit details
    Browse the repository at this point in the history
  4. wasm build fix

    mauricefisher64 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    65133e0 View commit details
    Browse the repository at this point in the history
  5. fix broken check

    mauricefisher64 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e4d4d9a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fixes for wasm

    mauricefisher64 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    42813fb View commit details
    Browse the repository at this point in the history
  2. Fix build failure

    mauricefisher64 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    77a724e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c450bb1 View commit details
    Browse the repository at this point in the history
  4. Fix comment

    mauricefisher64 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cf8be1f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    3ec11fd View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    mauricefisher64 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2f3b6c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    0ec7b2e View commit details
    Browse the repository at this point in the history
  2. OCSP fix

    mauricefisher64 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    523a98a View commit details
    Browse the repository at this point in the history