Skip to content

Commit

Permalink
Update on IETF JWT/CWT Status List (#64)
Browse files Browse the repository at this point in the history
* Update and rename JWT-status-list.json to JWT-CWT-status-list.json

Signed-off-by: Paul Bastian <[email protected]>

* Delete CWT-status-list.json

Signed-off-by: Paul Bastian <[email protected]>

* Update HAIP.json

Signed-off-by: Paul Bastian <[email protected]>

* Update SD-JWT-VCs-(w--X.509-for-Issuers).json

Signed-off-by: Paul Bastian <[email protected]>

* Update JWT-CWT-status-list.json

Signed-off-by: Paul Bastian <[email protected]>

---------

Signed-off-by: Paul Bastian <[email protected]>
  • Loading branch information
paulbastian authored Aug 30, 2023
1 parent 37b046f commit fbfbdec
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 fbfbdec

Please sign in to comment.