-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Push to keep things moving * 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 * WASM build * WASM fix * Expose ManifestStoreOptions * Fix missing anchors * Fix misspelled var * remove check that may be wrong * remove issuer check * switch to x509_parser because x509-certificate has issues * Add support DER encoded EC signatures when validating trust lists * Update Adobe trust root * Small fixes for Wasm building (#354) * Remove trust anchors from build, only leave the test certs * Add ManifestStore::from_file_with_options * Minor fixes * Trust fixes * Wasm compiler fixes * Restored more tests * EC sig fix * Add ARW & NEF support * Fix for wrong sig algoritm * Support for allowed list * Add Wasm compilation fixes for trust_support branch (#401) * Fix wasm trust handler * Fix reading lines inside PEM certificate blocks * Wire in settings support Remove feature flags covered by settings * Build fixes simplified check_trust * Build fixes * Test fixes * Build fix * another try to fix build issue * Build fixes Cleanup * Fix preflight check * Remove wrong cert from test anchors bundle * Remove trust feature flag * simplify manifest_store changes * revert unintended change * Remove ManifestStore changes Update integration example to use loading settings from JSON * Change feature flag setting * Change more feature flags * enhance trust pass through to support configuration of allowed_list and EKU config Check signing cert before signing so that it gets checked independent of whether we validate after signing * A little code cleanup * Make sure ED25519 tests are disabled for WASM * Remove Ed25519 from trust list until we can get it working in WASM * Enable Ed25519 support * Added debug logging for ed25519 * wasm build fix * fix broken check * Fixes for wasm * Fix build failure * Fix comment * Code cleanup * OCSP fix --------- Co-authored-by: Gavin Peacock <gpeacock@adobe.com> Co-authored-by: Dave Kozma <dkozma@adobe.com>
- Loading branch information
1 parent
9ccdb2b
commit ca88432
Showing
33 changed files
with
2,462 additions
and
400 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Cargo.lock | |
|
||
.DS_Store | ||
.idea | ||
.cargo/config.toml | ||
|
||
.vscode | ||
|
||
|
This file contains 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 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 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 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.