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
See section [](#test-vectors) for more test vectors.
@@ -440,7 +440,7 @@ The following additional rules apply:
440
440
The following is a non-normative example of a Status List Token in JWT format:
441
441
442
442
~~~~~~~~~~
443
-
{::include ./examples/status_list_jwt}
443
+
{::include examples/status_list_jwt}
444
444
~~~~~~~~~~
445
445
446
446
## Status List Token in CWT Format {#status-list-token-cwt}
@@ -472,13 +472,13 @@ The following additional rules apply:
472
472
The following is a non-normative example of a Status List Token in CWT format in Hex:
473
473
474
474
~~~~~~~~~~
475
-
{::include ./examples/status_list_cwt}
475
+
{::include examples/status_list_cwt}
476
476
~~~~~~~~~~
477
477
478
478
The following is the CBOR Annotated Hex output of the example above:
479
479
480
480
~~~~~~~~~~
481
-
{::include ./examples/status_list_cwt_diag}
481
+
{::include examples/status_list_cwt_diag}
482
482
~~~~~~~~~~
483
483
484
484
# Referenced Token {#referenced-token}
@@ -580,13 +580,13 @@ Application of additional restrictions and policies are at the discretion of the
580
580
The following is a non-normative example of a Referenced Token in CWT format in Hex:
581
581
582
582
~~~~~~~~~~
583
-
{::include ./examples/referenced_token_cwt}
583
+
{::include examples/referenced_token_cwt}
584
584
~~~~~~~~~~
585
585
586
586
The following is the CBOR Annotated Hex output of the example above:
587
587
588
588
~~~~~~~~~~
589
-
{::include ./examples/referenced_token_cwt_diag}
589
+
{::include examples/referenced_token_cwt_diag}
590
590
~~~~~~~~~~
591
591
592
592
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