Skip to content

Commit

Permalink
Merge branch 'main' into cre8/issue65
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8 authored Aug 31, 2023
2 parents 17920db + fbfbdec commit 28da049
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion data/Credential-Profile/HAIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Credential Profile Description": "OpenID4VC High Assurance Interoperability Profile with SD-JWT-VC",
"Credential Format": "SD-JWT-VC",
"Signing Algorithm": "ECDSA",
"Revocation Algorithm": "JWT status list",
"Revocation Algorithm": "JWT/CWT status list",
"Key Management (Issuer)": ".well-known/jwt-issuer",
"Key Management (Holder)": "raw public keys (jwk)",
"Implementations": "https://trustee.ietf.org/documents/trust-legal-provisions/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Credential Profile Description": "[Profile description goes here]",
"Credential Format": "SD-JWT-VC",
"Signing Algorithm": "ECDSA",
"Revocation Algorithm": "Status List 2021",
"Revocation Algorithm": "JWT/CWT status list",
"Key Management (Issuer)": "raw public keys (none jwk)",
"Key Management (Holder)": "did:jwk",
"Trust Management": "X.509 certificates"
Expand Down
4 changes: 0 additions & 4 deletions data/Revocation-Algorithm/CWT-status-list.json

This file was deleted.

14 changes: 14 additions & 0 deletions data/Revocation-Algorithm/JWT-CWT-status-list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../../viewer/src/schemas/Revocation-Algorithm.json",
"Revocation Algorithm": "JWT/CWT status list",
"Implementation Support (e.g. Libraries) / Active Community": "https://github.com/vcstuff/draft-looker-oauth-jwt-cwt-status-list",
"Specification": "https://datatracker.ietf.org/doc/draft-terbu-oauth-sd-jwt-vc/",
"Standardization (Body, Process)": "IETF Individual",
"Recognition by government authorities (NIST, BSI, ...)": false,
"Category": "Bitstring",
"Observability": true,
"Traceability": {
"Value": true,
"Description": "potentially possible with malicious issuer by providing a revocation list with a single entry"
}
}
4 changes: 0 additions & 4 deletions data/Revocation-Algorithm/JWT-status-list.json

This file was deleted.

0 comments on commit 28da049

Please sign in to comment.