You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Automatic update of .gitignore
* Automatic update of .github/workflows/ghpages.yml
* Automatic update of .github/workflows/publish.yml
* Automatic update of .github/workflows/archive.yml
* Automatic update of .github/workflows/update.yml
* add example generation to updated workflows
* fix include paths
See section [](#test-vectors) for more test vectors.
@@ -430,7 +430,7 @@ The following additional rules apply:
430
430
The following is a non-normative example of a Status List Token in JWT format:
431
431
432
432
~~~~~~~~~~
433
-
{::include ./examples/status_list_jwt}
433
+
{::include examples/status_list_jwt}
434
434
~~~~~~~~~~
435
435
436
436
## Status List Token in CWT Format {#status-list-token-cwt}
@@ -462,13 +462,13 @@ The following additional rules apply:
462
462
The following is a non-normative example of a Status List Token in CWT format in Hex:
463
463
464
464
~~~~~~~~~~
465
-
{::include ./examples/status_list_cwt}
465
+
{::include examples/status_list_cwt}
466
466
~~~~~~~~~~
467
467
468
468
The following is the CBOR Annotated Hex output of the example above:
469
469
470
470
~~~~~~~~~~
471
-
{::include ./examples/status_list_cwt_diag}
471
+
{::include examples/status_list_cwt_diag}
472
472
~~~~~~~~~~
473
473
474
474
# Referenced Token {#referenced-token}
@@ -570,13 +570,13 @@ Application of additional restrictions and policies are at the discretion of the
570
570
The following is a non-normative example of a Referenced Token in CWT format in Hex:
571
571
572
572
~~~~~~~~~~
573
-
{::include ./examples/referenced_token_cwt}
573
+
{::include examples/referenced_token_cwt}
574
574
~~~~~~~~~~
575
575
576
576
The following is the CBOR Annotated Hex output of the example above:
577
577
578
578
~~~~~~~~~~
579
-
{::include ./examples/referenced_token_cwt_diag}
579
+
{::include examples/referenced_token_cwt_diag}
580
580
~~~~~~~~~~
581
581
582
582
ISO mdoc {{ISO.mdoc}} may utilize the Status List mechanism by introducing the `status` parameter in the Mobile Security Object (MSO) as specified in Section 9.1.2. The `status` parameter uses the same encoding as a CWT as defined in {{referenced-token-cose}}.
0 commit comments