aries-framework-go icon indicating copy to clipboard operation
aries-framework-go copied to clipboard

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.

Results 173 aries-framework-go issues
Sort by recently updated
recently updated
newest added

Verifier: Validate the Issuer of the SD-JWT and that the signing key belongs to this Issuer. Needs discussion.

https://drafts.oauth.net/oauth-selective-disclosure-jwt/draft-ietf-oauth-selective-disclosure-jwt.html#enveloping

For Holder Binding: https://drafts.oauth.net/oauth-selective-disclosure-jwt/draft-ietf-oauth-selective-disclosure-jwt.html#section-5.2.3 Complete implementing "cnf" claim as per [RFC7800](https://www.rfc-editor.org/rfc/inline-errata/rfc7800.html) Currently we support "jwk" as per spec examples. Add handling other methods: "jwe", "jku" and "kid"

Implement SD-JWT Spec: https://www.ietf.org/archive/id/draft-ietf-oauth-selective-disclosure-jwt-02.html Github: https://github.com/oauth-wg/oauth-selective-disclosure-jwt Implementation issues: #3451 #3453 #3455 #3456 #3459 #3461 #3463 #3467 #3469 #3470 #3471 #3478 #3487 #3491 #3497 #3502

enhancement

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies
javascript

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies
javascript

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies
javascript

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.1. Release notes Sourced from actions/upload-artifact's releases. v3.1.1 Update actions/core package to latest version to remove set-output deprecation warning #351 v3.1.0 What's Changed Bump @​actions/artifact...

dependencies
github_actions

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies
javascript

I managed to create a DID doc that can be parsed, then marshalled, but then fail to reparse. To clarify, what I'm doing is: 1. Parse from JSON 2. Marshal...