-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add ecdsa-rdfc-2019
, eddsa-rdfc-2022
and ecdsa-sd-2023
to supported cryptosuites.
#55
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
023da8e
Add new cryptosuite and latest data-integrity context packages.
JSAssassin e9befac
Include new suite names in `config.supportedSuites`.
JSAssassin 92539af
Update `SUPPORTED_CRYPTOSUITES`.
JSAssassin f1b018f
Add tests for new cryptosuites.
JSAssassin 18e7dc7
Use `@digitalbazaar/data-integrity` with `legacyContext` flag for
JSAssassin fb93c22
Add missing peer dep.
JSAssassin 96ed257
Update tests to get reveal document if cryptosuite is `ecdsa-sd-2023`.
JSAssassin ad09cf6
Update test signed credential for `ecdsa-sd-2023`.
JSAssassin 5f5ef42
Remove unused test deps.
JSAssassin a1f8b1a
Add changelog entry.
JSAssassin 2a64f1f
Update `ecdsa-sd-2023` test credential.
JSAssassin fd3bbbe
Update packages to released versions and undo removal of test packages.
JSAssassin bdd10b0
Use `vc.derive()` instead of `jsigs.derive()`.
JSAssassin 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
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 |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# bedrock-vc-verifier ChangeLog | ||
|
||
## 19.0.0 - 2023-11-TBD | ||
|
||
### Added | ||
- Add support for verifying vcs with `ecdsa-sd-2023`, `ecdsa-rdfc-2019` and | ||
`eddsa-rdfc-2022` signatures. | ||
- Add missing peer dep `@bedrock/app-identity` v4.0. | ||
|
||
### Changed | ||
- **BREAKING**: Update `@bedrock/data-integrity-context` peer dep to v3.0 that | ||
uses `@digitalbazaar/[email protected]`. | ||
- Use `@digitalbazaar/[email protected]`. Adds `legacyContext` flag to allow | ||
use of legacy context and updates default context URL to | ||
`https://w3id.org/security/data-integrity/v2`. | ||
|
||
## 18.1.0 - 2023-11-06 | ||
|
||
### Added | ||
|
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
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
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.
This is a required peer dependency of
@bedrock/service-core
so it should not be removed.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've reverted back the test deps removal here fd3bbbe. Not sure why but when I used
npx depcheck
it flagged@bedrock/service-core
and@bedrock/ledger-context
as unused packages and removal of those packages didn't cause any issues during installation or when running test.