aries-framework-go GitHub
PR #3514 | fix: prexexch - contains check on filter |
Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com> |
Created At 2023-02-03 22:39:41 +0000 UTC
PR #3513 | chore: Add audience option to issuer |
Included: - resolve merge conflict in unit-tests between Filip's id PR and add SD-JWT to presexch PR - add audience option to issuer - remove irrelevant to-do(s) - remove one integration test (was replaced by NewFromVC) - add sha-384 to integration tests Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com> |
Created At 2023-02-03 21:21:13 +0000 UTC
PR #3512 | feat: creating SD-JWT from VC will leave subject ID as regular field |
instead of turning subject ID into an SD field. Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com> |
Created At 2023-02-02 20:30:23 +0000 UTC
PR #3511 | fix: ParseCredential handles SD-JWT VCs with _sd_alg in subject |
Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com> |
Created At 2023-01-31 20:10:52 +0000 UTC
PR #3510 | feat: ParseCredential recognizes if SD-JWT VC is issuance or presentation |
without needing the caller to specify. Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com> |
Created At 2023-01-31 16:31:30 +0000 UTC
PR #3509 | feat: Add support for SD-JWT in presentation exchange |
Add support for SD-JWT in presentation exchange Closes #3508 Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com> |
Created At 2023-01-31 15:11:10 +0000 UTC
PR #3507 | chore: decode presentation credential in SD JWT format |
Signed-off-by: Mykhailo Sizov <mykhailo.sizov@securekey.com> **Title:** Fix decoding presentation credential in SD JWT combined format for presentation. |
Created At 2023-01-31 12:38:13 +0000 UTC
PR #3506 | feat: Credential.MarshalJSON now marshals all SD-JWT disclosures |
Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com> |
Created At 2023-01-30 21:02:24 +0000 UTC
PR #3504 | fix: allow SD-JWT parsing when sd alg is in cred subject |
Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com> |
Created At 2023-01-30 15:40:33 +0000 UTC
PR #3503 | chore: Additional hash algorithms; check for _sd claim |
Add SHA-384 and SHA-512 algorithms to SHA-256. Also, check for _sd claim in claims before creating SD-JWT. Closes #3502 Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com> |
Created At 2023-01-30 15:25:21 +0000 UTC
PR #3501 | chore: make JWT alg name method exportable |
Signed-off-by: Mykhailo Sizov <mykhailo.sizov@securekey.com> **Title:** Make JWSAlgorithm.Name() method exportable **Summary:** To be able to create JWS signer from external packages and avoid code duplication, I made JWSAlgorithm.Name() method as exportable |
Created At 2023-01-30 14:09:26 +0000 UTC