diff --git a/index.html b/index.html index cd57494..04b5f2c 100644 --- a/index.html +++ b/index.html @@ -721,12 +721,13 @@

Validate Algorithm

proofs verify successfully. If the dereference fails, raise a STATUS_RETRIEVAL_ERROR. If any of the proof verifications fail, raise a -STATUS_VALIDATION_ERROR. +STATUS_VERIFICATION_ERROR.
  • Verify that the |status purpose| is equal to the `statusPurpose` value in the |statusListCredential|. If the values are not -equal, raise a STATUS_VALIDATION_ERROR. +equal, raise a +STATUS_VERIFICATION_ERROR.
  • Let |compressed bitstring| be the value of the @@ -857,7 +858,7 @@

    Processing Errors

    Retrieval of the status list failed. See Section . -
    STATUS_VALIDATION_ERROR (-129)
    +
    STATUS_VERIFICATION_ERROR (-129)
    Validation of the status entry failed. See Section .