Joel Posti
Joel Posti
Added unit tests that prove that the current field boundary finding logic causes a busy exhausted loop when user code calls `continue` and an error when user code calls `break`...
I found an issue in the field boundary finding logic. The current logic is such that, if `buffer` in `MultipartParser::poll_next` does not contain the entire field boundary but happens to...
Improved SchemaObject interface. Many of its properties can be of type ReferenceObject per OpenAPI specification. # Issue Currently OpenAPI document that makes use of `$ref` in SchemaObjects do not pass...
Assertion.prototype.html should `return this` just like Assertion.prototype.text and Assertion.prototype.contain.
Minor ortography fixes for the ARF and the annexes. Fixes are split into multiple commits and each commit has an explanatory comment. One of the changes is in `docs/media/image7.svg` (replaced...
In section 6.3.4.7 of the ARF there is the following requirement: > 3.ii. Any attestation identifiers and other values used for enabling revocation checking SHALL NOT allow Relying Parties to...
Character set of the PID's tstr attributes, such as family_name and given_name, is currently undefined in PID Rule Book 1.0.0. It should be explicitly defined. Considering that so much of...
### Description Section 7.7.3 of the ARF has the following two sentences: > This means that the Wallet Instance SHALL verify that the person handling the Wallet Instance and approves...
Section 7.5.5 of the ARF has the following sentence: > If Relying Party authentication fails for any reason, the Wallet Instance SHALL NOT release the requested attributes to the Relying...
Fixed Trust Model references in the ARF. Fixed some of the Trust Model references in the PID Rule Book. I left two references in place because I think an editor...