@@ -808,25 +808,6 @@ <h3>BitstringStatusListCredential</h3>
808
808
`BitstringStatusListCredential`.
809
809
</ p >
810
810
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
-
830
811
< table class ="simple ">
831
812
< thead >
832
813
< tr >
@@ -1001,21 +982,6 @@ <h2>Algorithms</h2>
1001
982
MUST be raised.
1002
983
</ p >
1003
984
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
-
1019
985
< section class ="normative ">
1020
986
< h3 > Generate Algorithm</ h3 >
1021
987
0 commit comments