File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ The Status List Token MUST be encoded as a "CBOR Web Token (CWT)" according to {
416
416
417
417
The following content applies to the protected header of the CWT :
418
418
419
- * `16` (type): REQUIRED. The type of the CWT MUST be `statuslist+cwt` as defined in {{RFC9596}}.
419
+ * `16` (type): REQUIRED. The type of the CWT MUST be `application/ statuslist+cwt` as defined in {{RFC9596}}.
420
420
421
421
The following content applies to the CWT Claims Set :
422
422
@@ -1801,6 +1801,7 @@ CBOR encoding:
1801
1801
1802
1802
-08
1803
1803
1804
+ * Fix cwt typ value to full media type
1804
1805
* Holders may also fetch and verify Status List Tokens
1805
1806
* Update terminology for referenced token and Status List Token
1806
1807
Original file line number Diff line number Diff line change 10
10
11
11
DEFAULT_ALG = "ES256"
12
12
STATUS_LIST_TYP_JWT = "statuslist+jwt"
13
- STATUS_LIST_TYP_CWT = "statuslist+cwt"
13
+ STATUS_LIST_TYP_CWT = "application/ statuslist+cwt"
14
14
15
15
16
16
class StatusListToken :
You can’t perform that action at this time.
0 commit comments