Skip to content

Commit

Permalink
Merge pull request #490 from ietf-wg-privacypass/caw/lars-protocol
Browse files Browse the repository at this point in the history
Address Lars' protocol review
  • Loading branch information
tfpauly authored Sep 21, 2023
2 parents b274882 + f695b14 commit 0ffb133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-privacypass-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Clients provide the following as input to the issuance protocol:
Issuer's directory resource, or it can be another Client-configured URL. The value
of this parameter depends on the Client configuration and deployment model.
For example, in the 'Joint Origin and Issuer' deployment model, the Issuer
Request URL might be correspond to the Client's configured Attester, and the
Request URL might correspond to the Client's configured Attester, and the
Attester is configured to relay requests to the Issuer.
- Issuer name: An identifier for the Issuer. This is typically a host name that
can be used to construct HTTP requests to the Issuer.
Expand Down Expand Up @@ -357,7 +357,7 @@ Upon receipt of the request, the Issuer validates the following conditions:
If any of these conditions is not met, the Issuer MUST return an HTTP 422
(Unprocessable Content) error to the client.

If these conditions are met, the Issuer then tries to deseralize
If these conditions are met, the Issuer then tries to deserialize
TokenRequest.blinded_msg using DeserializeElement from
{{Section 2.1 of OPRF}}, yielding `blinded_element`. If this fails, the
Issuer MUST return an HTTP 422 (Unprocessable Content) error to the
Expand Down Expand Up @@ -504,7 +504,7 @@ Clients provide the following as input to the issuance protocol:
Issuer's directory resource, or it can be another Client-configured URL. The value
of this parameter depends on the Client configuration and deployment model.
For example, in the 'Split Origin, Attester, Issuer' deployment model, the
Issuer Request URL might be correspond to the Client's configured Attester,
Issuer Request URL might correspond to the Client's configured Attester,
and the Attester is configured to relay requests to the Issuer.
- Issuer name: An identifier for the Issuer. This is typically a host name that
can be used to construct HTTP requests to the Issuer.
Expand Down

0 comments on commit 0ffb133

Please sign in to comment.