chore(deps): bump NetCrypto 1.0.0 → 1.1.0 (v2.0.1)#79
Merged
Conversation
Backward-compatible (additive + hardening) refresh of the cryptography provider; net-did's own public API is unchanged, so this is a patch release. DataProofsDotnet.Core 0.1.0-preview.1 (NetCrypto >= 1.0.0) resolves cleanly to 1.1.0. Full suite green (770 tests, incl. did:webvh Data Integrity and 182 W3C conformance assertions). NetDidVersion 2.0.0 -> 2.0.1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Refreshes the cryptography provider to NetCrypto 1.1.0 and cuts a 2.0.1 patch.
NetCrypto 1.1.0 is a backward-compatible (additive + hardening) release — net-did's own public API is unchanged, hence a patch:
IKeyStore.DeriveSharedSecretAsync(HSM-friendly ECDH), aBase64Urlcodec, unified AEAD size metadata.ArgumentExceptioninstead of an opaqueCryptographicException).DataProofsDotnet.Core 0.1.0-preview.1pins NetCrypto>= 1.0.0, so the graph resolves cleanly to 1.1.0 with no downgrade/conflict warnings.Verification
dotnet restore/buildclean, no warnings.w3c-conformance-report.mdre-proves conformance under 1.1.0: did:key 57/57, did:peer 67/67, did:webvh 58/58.Release
On merge, tag
v2.0.1onmainto publish (publish.ymlbuilds the tagged commit). The DataProofsDotnet preview-dependency note from 2.0.0 still applies (NU5104 warning at pack time is expected).🤖 Generated with Claude Code