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 {
416416
417417The following content applies to the protected header of the CWT :
418418
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}}.
420420
421421The following content applies to the CWT Claims Set :
422422
@@ -1801,6 +1801,7 @@ CBOR encoding:
18011801
18021802-08
18031803
1804+ * Fix cwt typ value to full media type
18041805* Holders may also fetch and verify Status List Tokens
18051806* Update terminology for referenced token and Status List Token
18061807
Original file line number Diff line number Diff line change 1010
1111DEFAULT_ALG = "ES256"
1212STATUS_LIST_TYP_JWT = "statuslist+jwt"
13- STATUS_LIST_TYP_CWT = "statuslist+cwt"
13+ STATUS_LIST_TYP_CWT = "application/ statuslist+cwt"
1414
1515
1616class StatusListToken :
You can’t perform that action at this time.
0 commit comments