Skip to content

Commit 23d8d7f

Browse files
committed
Allow minimumNumberOfEntries to be different size than default.
1 parent be72502 commit 23d8d7f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,10 @@ <h3>Validate Algorithm</h3>
747747
<a href="#bitstringstatuslistentry">BitstringStatusListEntry</a>.
748748
</li>
749749
<li>
750+
Let |minimumNumberOfEntries| be 131,072 unless a different lower bound is
751+
established by a specific ecosystem specification.
752+
</li>
753+
<li>
750754
Let |status purpose| be the value of `statusPurpose`
751755
in the `credentialStatus` entry in the
752756
|credentialToValidate|.
@@ -781,8 +785,8 @@ <h3>Validate Algorithm</h3>
781785
</li>
782786
<li>
783787
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>
786790
</li>
787791
<li>
788792
Let |status| be the value in the |bitstring| at the position indicated
@@ -792,8 +796,8 @@ <h3>Validate Algorithm</h3>
792796
raised.
793797
</li>
794798
<li>
795-
</li>
796799
Let |result| be an empty [=map=].
800+
</li>
797801
<li>
798802
Set the `status` key in |result| to |status|, and set the `purpose` key in
799803
|result| to the value of `statusPurpose`.

0 commit comments

Comments
 (0)