File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,10 @@ <h3>Validate Algorithm</h3>
747
747
< a href ="#bitstringstatuslistentry "> BitstringStatusListEntry</ a > .
748
748
</ li >
749
749
< li >
750
+ Let |minimumNumberOfEntries| be 131,072 unless a different lower bound is
751
+ established by a specific ecosystem specification.
752
+ </ li >
753
+ < li >
750
754
Let |status purpose| be the value of `statusPurpose`
751
755
in the `credentialStatus` entry in the
752
756
|credentialToValidate|.
@@ -781,8 +785,8 @@ <h3>Validate Algorithm</h3>
781
785
</ li >
782
786
< li >
783
787
If the length of the |revocation bitstring| divided by
784
- < a href ="#size "> `size `</ a > is less than 131,072, raise a
785
- < a href ="#STATUS_LIST_LENGTH_ERROR "> STATUS_LIST_LENGTH_ERROR</ a > .
788
+ < a href ="#statusSize "> `statusSize `</ a > is less than |minimumNumberOfEntries|,
789
+ raise a < a href ="#STATUS_LIST_LENGTH_ERROR "> STATUS_LIST_LENGTH_ERROR</ a >
786
790
</ li >
787
791
< li >
788
792
Let |status| be the value in the |bitstring| at the position indicated
@@ -792,8 +796,8 @@ <h3>Validate Algorithm</h3>
792
796
raised.
793
797
</ li >
794
798
< li >
795
- </ li >
796
799
Let |result| be an empty [=map=].
800
+ </ li >
797
801
< li >
798
802
Set the `status` key in |result| to |status|, and set the `purpose` key in
799
803
|result| to the value of `statusPurpose`.
You can’t perform that action at this time.
0 commit comments