Skip to content

Commit 8298e03

Browse files
committed
Remove outdated at risk issue markers.
1 parent 3dd61dc commit 8298e03

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

index.html

-34
Original file line numberDiff line numberDiff line change
@@ -808,25 +808,6 @@ <h3>BitstringStatusListCredential</h3>
808808
`BitstringStatusListCredential`.
809809
</p>
810810

811-
<p class="issue atrisk" title="TTL conflicts with `validUntil`">
812-
The Working Group is considering the removal of the `ttl` ("time to live")
813-
feature because its semantics conflict with the semantics of the `validUntil`
814-
feature of [=verifiable credentials=]. When a [=verifier=] performs
815-
validation and evaluates a `BitstringStatusListCredential` that contains both
816-
a `ttl` property and a `validUntil` property, each with a different value
817-
(i.e., each indicating a different point in time when the credential is to
818-
"expire"), it is not clear which (if either) property a validator can be
819-
expected to ignore. In other words, if a `ttl` value specifies an expiration
820-
datetime of midnight today, but the `validUntil` property specifies an
821-
expiration datetime of midnight tomorrow, then what is a [=verifier=]
822-
expected to do? Fundamentally, `ttl` and `validUntil` have conflicting
823-
semantics. One way to resolve this conflict is to remove `ttl` and specify
824-
that caching behavior can be expressed using protocol mechanisms (such as the
825-
`expires` header in HTTP), and that any caching performed MUST align with the
826-
`validUntil` value for the [=verifiable credential=]. The Working Group is
827-
seeking feedback from the implementer community regarding this feature.
828-
</p>
829-
830811
<table class="simple">
831812
<thead>
832813
<tr>
@@ -1001,21 +982,6 @@ <h2>Algorithms</h2>
1001982
MUST be raised.
1002983
</p>
1003984

1004-
<p class="issue atrisk"
1005-
title="Attempting alignment with IETF Token Status List specification">
1006-
The Working Group is seeking feedback related to implementer desire to align
1007-
with the IETF OAuth Working Group
1008-
<a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-status-list/">
1009-
Token Status List</a> specification (formerly titled <i>OAuth Status List</i>, and
1010-
<a href="https://datatracker.ietf.org/doc/draft-looker-oauth-jwt-cwt-status-list/01/">
1011-
<i>JWT and CWT Status List</i></a>). If there is interest,
1012-
and to the extent possible, this specification might align
1013-
more closely with the Token Status List bitstring format, as it could be
1014-
beneficial to have one code base able to process bitstring values from
1015-
both lists. If there is implementer support for such changes, they
1016-
might be made during the Candidate Recommendation phase.
1017-
</p>
1018-
1019985
<section class="normative">
1020986
<h3>Generate Algorithm</h3>
1021987

0 commit comments

Comments
 (0)