<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.1 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-privacypass-rate-limit-tokens-03" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.1 -->
  <front>
    <title abbrev="Rate-Limited Tokens">Rate-Limited Token Issuance Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-rate-limit-tokens-03"/>
    <author initials="S." surname="Hendrickson" fullname="Scott Hendrickson">
      <organization>Google LLC</organization>
      <address>
        <email>scott@shendrickson.com</email>
      </address>
    </author>
    <author initials="J." surname="Iyengar" fullname="Jana Iyengar">
      <organization>Fastly</organization>
      <address>
        <email>jri@fastly.com</email>
      </address>
    </author>
    <author initials="T." surname="Pauly" fullname="Tommy Pauly">
      <organization>Apple Inc.</organization>
      <address>
        <postal>
          <street>One Apple Park Way</street>
          <city>Cupertino, California 95014</city>
          <country>United States of America</country>
        </postal>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <author initials="S." surname="Valdez" fullname="Steven Valdez">
      <organization>Google LLC</organization>
      <address>
        <email>svaldez@chromium.org</email>
      </address>
    </author>
    <author initials="C. A." surname="Wood" fullname="Christopher A. Wood">
      <organization>Cloudflare</organization>
      <address>
        <email>caw@heapingbits.net</email>
      </address>
    </author>
    <date year="2023" month="October" day="16"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 63?>

<t>This document specifies a variant of the Privacy Pass issuance protocol
that allows for tokens to be rate-limited on a per-origin basis. This
enables origins to use tokens for use cases that need to restrict access
from anonymous clients.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Privacy Pass Working Group mailing list (privacy-pass@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/privacy-pass/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/ietf-wg-privacypass/draft-ietf-privacypass-rate-limit-tokens"/>.</t>
    </note>
  </front>
  <middle>
    <?line 70?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document specifies a variant of the Privacy Pass issuance protocol
(as defined in <xref target="ARCH"/>) that allows
for tokens to be rate-limited on a per-origin basis. This enables origins
to use tokens for use cases that need to restrict access from anonymous clients.</t>
      <t>The base Privacy Pass issuance protocol <xref target="ISSUANCE"/>
defines stateless anonymous tokens, which can either be publicly verifiable
or not.</t>
      <t>This variant builds upon the publicly verifiable issuance protocol that uses
RSA Blind Signatures <xref target="BLINDSIG"/>, and
allows tokens to be rate-limited on a per-origin basis. This means that
a client will only be able to receive a limited number of tokens associated
with a given origin server within a fixed period of time.</t>
      <t>This issuance protocol registers the Rate-Limited Blind RSA token type
(<xref target="iana-token-type"/>), to be used with the PrivateToken HTTP authentication
scheme defined in <xref target="AUTHSCHEME"/>.</t>
      <section anchor="motivation">
        <name>Motivation</name>
        <t>A client that wishes to keep its IP address private can hide its IP address
using a proxy service or a VPN. However, doing so severely limits the client's
ability to access services and content, since servers might not be able to
enforce their policies without a stable and unique client identifier.</t>
        <t>Privacy Pass tokens in general allow clients to provide anonymous attestation
of various properties. The tokens generated by the basic issuance
protocol (<xref target="ISSUANCE"/>) can be used to verify that a client meets a particular
bar for attestation, but cannot be used by a redeeming server to rate-limit
specific clients. This is because there is no mechanism in the issuance protocol
to link repeated client token requests in order to apply rate-limiting.</t>
        <t>There are several use cases for rate-limiting anonymous clients that
are common on the Internet. These routinely use client IP address tracking,
among other characteristics, to implement rate-limiting.</t>
        <t>One example of this use case is rate-limiting website accesses to a client to
help prevent abusive behavior. Operations that are sensitive to abuse, such as account
creation on a website or logging into an account, often employ rate-limiting
as a defense-in-depth strategy. Additional verification can be required by these
pages when a client exceeds a set rate-limit.</t>
        <t>Another example of this use case is a metered paywall, where an origin limits the
number of page requests from each unique user over a period of time before the
user is required to pay for access. The origin typically resets this state
periodically, say, once per month. For example, an origin may serve ten (major
content) requests in a month before a paywall is enacted. Origins may want to
differentiate quick refreshes from distinct accesses.</t>
        <t>For some applications, the basic issuance protocol from <xref target="ISSUANCE"/> could be used to
implement rate limits. In particular, the 'Joint Attester and Issuer' model from <xref target="ARCH"/>
could be used to restrict the number of tokens issued to individual clients over a
time window. However, in this deployment model, the Attester and Issuer would learn all
origins used by a specific client, thereby coupling sensitive attestation and redemption
contexts. In some cases this might be a significant portion of browsing history.</t>
      </section>
      <section anchor="protocol-overview">
        <name>Protocol Overview</name>
        <t>The issuance protocol defined in this document decouples sensitive information in the
attestation context, such as the client identity, from the information in the redemption
context, such as the origin. It does so by employing the 'Split Origin, Attester, Issuer'
model. In this model, the Issuer learns redemption information like origin identity (used
to determine per-origin rate limit policies), and the Attester learns attestation
information like client identity (used to keep track of the previous instances of token
issuance).</t>
        <t><xref target="fig-example-allow"/> shows how this interaction works for client requests that
are within the rate limit. The Client's token request to the Attester (constructed
according to <xref target="request-one"/>, and forwarded to the Issuer according to <xref target="request-two"/>)
contains encrypted information that the Issuer uses to identify the relevant rate
limit policy to apply. This rate limit policy is returned to the Attester (according
to <xref target="response-one"/>), which then checks whether or not the Client is within this
policy. If yes, the Attester forwards the issuer token response to the Client
so that the resulting token can be redeemed by the Origin.</t>
        <figure anchor="fig-example-allow">
          <name>Successful rate-limited issuance</name>
          <artwork><![CDATA[
                                                     +-----------+
      Client                                         |   Origin  |
        |                    Challenge               |           |
        <-------------------------------------------------+      |
        |                                            |           |
        |          +-------------+                   |           |
        |          |   Attester  |                   |           |
        |          |             |                   |           |
        |          | Attest      |    +----------+   |           |
        +----------------->      |    |  Issuer  |   |           |
        |          |             |    |          |   |           |
        |   TokenRequest         |    |          |   |           |
        |   + Anon Origin ID     |    |          |   |           |
        | [ + Encrypted Origin ] |    |          |   |           |
        +----------------->      |    |          |   |           |
        |          |             |    |          |   |           |
        |          |       TokenRequest          |   |           |
        |          |      [ + Encrypted origin ] |   |           |
        |          |     +------------------->   |   |           |
        |          |             |    |          |   |           |
        |          |             |    |          |   |           |
        |          |       TokenResponse         |   |           |
        |          |      [ + Rate limit ]       |   |           |
        |          |     <-------------------+   |   |           |
        |          |             |    |          |   |           |
        |          |  in limit?  |    |          |   |           |
        |          |     yes     |    |          |   |           |
        |          |             |    |          |   |           |
        |   TokenResponse        |    |          |   |           |
        <-----------------+      |    |          |   |           |
        |          |             |    |          |   |           |
        |          +-------------+    +----------+   |           |
        |                                            |           |
        |                    Redeem                  |           |
        +------------------------------------------------->      |
                                                     |           |
                                                     +-----------+
]]></artwork>
        </figure>
        <t><xref target="fig-example-deny"/> shows how this interaction works for client requests that
exceed the rate limit. The Client's request to the Issuer and the Issuer's
response to the Attester are the same. However, in this scenario, the Client
is not within the rate limit, so the Attester responds to the Client with an
error instead of the issuer's token response.</t>
        <figure anchor="fig-example-deny">
          <name>Failed rate-limited issuance</name>
          <artwork><![CDATA[
                                                     +-----------+
      Client                                         |   Origin  |
        |                    Challenge               |           |
        <-------------------------------------------------+      |
        |                                            |           |
        |          +-------------+                   |           |
        |          |   Attester  |                   |           |
        |          |             |                   |           |
        |          | Attest      |    +----------+   |           |
        +----------------->      |    |  Issuer  |   |           |
        |          |             |    |          |   |           |
        |   TokenRequest         |    |          |   |           |
        |   + Anon Origin ID     |    |          |   |           |
        | [ + Encrypted Origin ] |    |          |   |           |
        +----------------->      |    |          |   |           |
        |          |             |    |          |   |           |
        |          |       TokenRequest          |   |           |
        |          |      [ + Encrypted origin ] |   |           |
        |          |     +------------------->   |   |           |
        |          |             |    |          |   |           |
        |          |             |    |          |   |           |
        |          |       TokenResponse         |   |           |
        |          |       + Rate limit          |   |           |
        |          |     <-------------------+   |   |           |
        |          |             |    |          |   |           |
        |          |  in limit?  |    |          |   |           |
        |          |      no     |    |          |   |           |
        |          |             |    |          |   |           |
        |        Error           |    |          |   |           |
        <-----------------+      |    |          |   |           |
        |          |             |    |          |   |           |
        |          +-------------+    +----------+   |           |
        X                                            |           |
  issuance failed                                    +-----------+
]]></artwork>
        </figure>
        <t>Each Issuer defines a window of time over which Attesters enforce rate limits,
defined in the Issuer configuration directory (<xref target="setup"/>). This window might
be as long as a month, or as short as an hour, depending on the use case. The
window is the same across all Origins that work with the Issuer; if multiple
window lengths are needed, then the entity running the Issuer can run multiple
Issuers with different Issuer names, one for each window length.</t>
        <t>The window begins upon a Client's first token request to the Attester for that
Issuer and ends after the window time elapses, after which the Client's rate limit
state is reset. Issuers indicate which rate limit to use for a given request by
parsing the Client's encrypted Origin. Attesters enforce the rate limit based
on the value indicated by the Issuer, and maintaining the count of accesses
by a client to a corresponding Client's Origin Alias (see <xref target="terms"/>).</t>
        <t>Along with the rate limit for the Origin, Issuers include a value generated
with a per-Origin secret in their responses, which allows Attesters to ensure
that the Client's Origin Alias indicated by the Client maps to exactly one Origin
as seen by the Issuer; this value that is used to validate the Client's Origin Alias
is called the Issuer's Origin Alias (see <xref target="terms"/>). Issuers can rotate the per-Origin secret
they use as desired. If a rotation event happens during a Client's active policy
window, the Attester would compute a different Issuer's Origin Alias and
mistakenly conclude that the Client is accessing a new Origin. To mitigate this,
Clients provide a stable Client's Origin Alias in their request to the Attester,
which is constant for all requests to that Origin. This allows the Attester to
detect when Issuer rotation events occur without affecting Client rate limits.</t>
        <figure anchor="fig-example-policy-windows">
          <name>Issuer policy window rotation</name>
          <artwork><![CDATA[
                          Per-Origin
                         secret rotate
Issuer:      -----+------------X----------+------------> Time
                  |         policy        |
Client            |         window        |
Token Requests:   *--------------*--------|
                  |              |        |
                  v              v        |
            Issuer Origin  Issuer Origin  |
                ID x           ID y       |
                  |                       |
            (policy start)          (policy end)
]]></artwork>
        </figure>
        <t>Unlike the basic issuance protocol <xref target="ISSUANCE"/>, the rate-limited issuance protocol
in this document has additional functional and state requirements for Client, Attester,
and Issuer. <xref target="attester-state"/> describes the state that the Attester must track
in order to enforce these limits, <xref target="client-state"/> describes the Client state necessary
for successive token requests with the Attester, and <xref target="issuer-state"/> describes the state
necessary for the Issuer to apply rate limits. The functional description of each
participant in this protocol is explained in <xref target="issuance"/></t>
      </section>
      <section anchor="properties">
        <name>Properties and Requirements</name>
        <t>For rate-limited token issuance, the Attester, Issuer, and Origin as defined in
<xref target="ARCH"/> each have partial knowledge of the Client's identity and actions,
and each entity only knows enough to serve its function (see <xref target="terms"/> for more
about the pieces of information):</t>
        <ul spacing="normal">
          <li>
            <t>The Attester knows the Client's identity and learns the Client's public key
(Client Key), the Issuer being targeted (Issuer Name), the period of time
for which the Issuer's policy is valid (Issuer Policy Window), the number of
tokens the Issuer is willing to issue within the current policy window, and the
number of tokens issued to a given Client for the claimed Origin in the policy
window. The Attester does not know the identity of the Origin the Client is
trying to access (Origin Name), but knows a Client-anonymized identifier for
it (Client's Origin Alias).</t>
          </li>
          <li>
            <t>The Issuer knows a per-Origin secret (Issuer Origin Secret) and policy about client
access, and learns the Origin's identity (Origin Name) during issuance. The Issuer
does not learn the Client's identity or information about the Client's access
pattern.</t>
          </li>
          <li>
            <t>The Origin knows the Issuer to which it will delegate an incoming Client
(Issuer Name), and can verify that any tokens presented by the Client were
signed by the Issuer. The Origin does not learn which Attester was used by a
Client for issuance.</t>
          </li>
        </ul>
        <t>Since an Issuer applies policies on behalf of Origins, a Client is required to
reveal the Origin's identity to the delegated Issuer. It is a requirement of
this protocol that the Attester not learn the Origin's identity so that,
despite knowing the Client's identity, an Attester cannot track and concentrate
information about Client activity.</t>
        <t>An Issuer expects an Attester to verify its Clients' identities correctly, but an
Issuer cannot confirm an Attester's efficacy or the Attester-Client relationship
directly without learning the Client's identity. Similarly, an Origin does not
know the Attester's identity, but ultimately relies on the Attester to correctly
verify or authenticate a Client for the Origin's policies to be correctly
enforced. An Issuer therefore chooses to issue tokens to only known and
reputable Attesters; the Issuer can employ its own methods to determine the
reputation of a Attester.</t>
        <t>An Attester is expected to employ a stable Client identifier, such as an IP
address, a device identifier, or an account at the Attester, that can serve as a
reasonable proxy for a user with some creation and maintenance cost on the user.</t>
        <t>For the Issuance protocol, a Client is expected to create and maintain stable
and explicit secrets for time periods that are on the scale of Issuer policy
windows. Changing these secrets arbitrarily during a policy window can result in
token issuance failure for the rest of the policy window; see <xref target="client-state"/>
for more details. A Client can use a service offered by its Attester or a
third-party to store these secrets, but it is a requirement of this protocol
that the Attester not be able to learn these secrets.</t>
        <t>The privacy guarantees of this issuance protocol, specifically those around
separating the identity of the Client from the names of the Origins that it
accesses, are based on the expectation that there is not collusion between
the entities that know about Client identity and those that know about Origin
identity. Clients choose and share information with Attesters, and Origins
choose and share policy with Issuers; however, the Attester is generally
expected to not be colluding with Issuers or Origins. If this occurs, it
can become possible for an Attester to learn or infer which Origins a
Client is accessing, or for an Origin to learn or infer the Client
identity. For further discussion, see <xref target="collusion"/>.</t>
      </section>
    </section>
    <section anchor="terms">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
      <t>Unless otherwise specified, this document encodes protocol messages in TLS notation
from <xref target="TLS13"/>, Section 3.</t>
      <t>This draft includes pseudocode that uses the functions and conventions defined
in <xref target="HPKE"/>.</t>
      <t>Encoding an integer to a sequence of bytes in network byte order is described
using the function "encode(n, v)", where "n" is the number of bytes and "v" is
the integer value. The function "len()" returns the length of a sequence of bytes.</t>
      <t>The following terms are defined in <xref target="ARCH"/> and are used throughout this
document:</t>
      <ul spacing="normal">
        <li>
          <t>Client: An entity that provides authorization tokens to services
across the Internet, in return for authorization.</t>
        </li>
        <li>
          <t>Issuer: An entity that produces Privacy Pass tokens to clients.</t>
        </li>
        <li>
          <t>Attester: An entity that can attest to properties about the client,
including previous patterns of access.</t>
        </li>
        <li>
          <t>Origin: The server from which the client can redeem tokens.</t>
        </li>
        <li>
          <t>Issuance Protocol: The protocol exchange that involves the client,
attester, and issuer, used to generate tokens.</t>
        </li>
      </ul>
      <t>The following terms are defined in <xref target="AUTHSCHEME"/>, which defines the
interactions between clients and origins:</t>
      <ul spacing="normal">
        <li>
          <t>Issuer Name: The name that identifies the Issuer, which is an entity
that can generate tokens for a Client using one or more issuance protocols.</t>
        </li>
        <li>
          <t>Token Key: Keying material that can be used with an issuance protocol
to create a signed token.</t>
        </li>
        <li>
          <t>Origin Name: The name that identifies the Origin, as included in a
TokenChallenge.</t>
        </li>
      </ul>
      <t>Additionally, this document defines several terms that are unique to the
rate-limited issuance protocol:</t>
      <ul spacing="normal">
        <li>
          <t>Issuer Policy Window: The period over which an Issuer will track access
policy, defined in terms of seconds and represented as a uint64. The state
that the Attester keeps for a Client is specific to a policy window.
The effective policy window for a specific Client starts when the Client
first sends a request associated with an Issuer.</t>
        </li>
        <li>
          <t>Issuer Encapsulation Key: The public key used to encrypt values such as
Origin Name in requests from Clients to the Issuer, so that Attesters cannot learn
the Origin Name value. Each Issuer Encapsulation Key is used across all requests on the
Issuer, for different Origins.</t>
        </li>
        <li>
          <t>Client's Origin Alias: An identifier that is generated by the Client and marked
on requests to the Attester, which represents a specific Origin anonymously. The Client
generates a stable Client's Origin Alias for each pair of Origin Name and Issuer Name,
to allow the Attester to count token access without learning the Origin Name.</t>
        </li>
        <li>
          <t>Client Key: A public key chosen by the Client and shared only with the Attester;
see <xref target="issuance-unlinkability"/> for more details about this restriction.</t>
        </li>
        <li>
          <t>Client Secret: The secret key used by the Client during token issuance, whose public key
(Client Key) is shared with the Attester.</t>
        </li>
        <li>
          <t>Issuer Origin Secret: A per-origin secret key used by the Issuer during token issuance,
whose public key is not shared with anyone.</t>
        </li>
        <li>
          <t>Issuer's Origin Alias: An identifier that is generated by Issuer based on an
Issuer Origin Secret that is per-Client and per-Origin. See <xref target="response-one"/> for details
of derivation.</t>
        </li>
      </ul>
    </section>
    <section anchor="setup">
      <name>Configuration</name>
      <t>Issuers MUST provide the following parameters for configuration:</t>
      <ol spacing="normal" type="1"><li>
          <t>Issuer Policy Window: a uint64 of seconds as defined in <xref target="terms"/>.</t>
        </li>
        <li>
          <t>Issuer Request URI: a token request URL for generating access tokens.
For example, an Issuer URL might be https://issuer.example.net/token-request. This parameter
uses resource media type "text/plain".</t>
        </li>
        <li>
          <t>Issuer Public Key values: A list of Issuer Public Keys for the issuance protocol, each scoped to a particular origin.</t>
        </li>
        <li>
          <t>Issuer Encapsulation Key: a <tt>EncapsulationKey</tt> structure as defined below to use when encapsulating
information, such as the origin name, to the Issuer in issuance requests. This parameter uses resource media type
"application/issuer-encap-key". The Npk parameter corresponding to the HpkeKdfId can be found in <xref target="HPKE"/>.</t>
        </li>
      </ol>
      <artwork><![CDATA[
opaque HpkePublicKey[Npk]; // defined in RFC9180
uint16 HpkeKemId;          // defined in RFC9180
uint16 HpkeKdfId;          // defined in RFC9180
uint16 HpkeAeadId;         // defined in RFC9180

struct {
  uint8 key_id;
  HpkeKemId kem_id;
  HpkePublicKey public_key;
  HpkeKdfId kdf_id;
  HpkeAeadId aead_id;
} EncapsulationKey;
]]></artwork>
      <t>The Issuer parameters can be obtained from an Issuer via a directory object, which is a JSON
object whose field names and values are raw values and URLs for the parameters.</t>
      <table>
        <thead>
          <tr>
            <th align="left">Field Name</th>
            <th align="left">Value</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">issuer-policy-window</td>
            <td align="left">Issuer Policy Window as a JSON number</td>
          </tr>
          <tr>
            <td align="left">issuer-request-uri</td>
            <td align="left">Issuer Request URI resource URL as a JSON string</td>
          </tr>
          <tr>
            <td align="left">encap-keys</td>
            <td align="left">List of Encapsulation Key values, each as a base64url encoded EncapsulationKey value</td>
          </tr>
          <tr>
            <td align="left">token-keys</td>
            <td align="left">List of Token Key values, each represented as JSON objects</td>
          </tr>
        </tbody>
      </table>
      <t>The "token-keys" JSON object is inherited from the basic issuance <xref target="ISSUANCE"/> protocol,
with an additional key "origin", which is a JSON string that indicates which origin
is bound to the key.</t>
      <t>Issuers MAY advertise multiple encap-keys to support key rotation, where the order
of the keys in the list indicates preference as with token-keys.</t>
      <t>As an example, the Issuer's JSON directory could look like:</t>
      <artwork><![CDATA[
 {
    "issuer-policy-window": 86400,
    "issuer-request-uri": "https://issuer.example.net/token-request",
    "encap-keys": [
      <encoded EncapsulationKey>
    ],
    "token-keys": [
      {
        "token-type": 3,
        "token-key": "MI...AB",
        "origin": "example.com"
      },
      {
        "token-type": 3,
        "token-key": "MI...AQ"
        "origin": "example.net"
      }
    ]
 }
]]></artwork>
      <t>Issuers MUST support at least one Token Key per origin. Issuers MAY support
multiple Token Key values for the same Origin in order to support rotation.</t>
      <t>As in <xref target="ISSUANCE"/>, Issuer directory resources have the media type
"application/json" and are located at the well-known location
"/.well-known/token-issuer-directory".</t>
    </section>
    <section anchor="token-challenge-requirements">
      <name>Token Challenge Requirements</name>
      <t>Clients receive challenges for tokens, as described in <xref target="AUTHSCHEME"/>.</t>
      <t>For the rate-limited token issuance protocol described in this document,
the name of the origin is sent in an encrypted message from the Client
to the Issuer. If the TokenChallenge.origin_info field contains a single
origin name, that origin name is used. If the origin_info field is empty, the
encrypted message is the empty string "". If the origin_info field contains
multiple origin names, the Client is permitted to select any of the origin
names to use for the encrypted message. In general, the Client SHOULD
select the origin name that presented the challenge. However, in the context
of loading a webpage, the Client SHOULD prefer using the name of the
main document URL (the first-party name, as opposed to a third-party name)
if it is present in the origin_info list. This allows a third-party (an
embedded website resource) to send a challenge that applies a rate-limit
to the first party name (the origin that hosts the main document URL).
If a third-party is sending challenges in this way (that contain both the
first- and third-party origin names), the Issuers need to ensure that they
only allow rate-limiting on the expected origin (which SHOULD be the
first-party name, to align with Client behavior).</t>
      <t>The HTTP authentication challenge also SHOULD contain the following
additional attribute:</t>
      <ul spacing="normal">
        <li>
          <t>"issuer-encap-key", which contains a base64url encoding of a <tt>EncapsulationKey</tt> as defined
in <xref target="setup"/> to use when encrypting the Origin Name in issuance requests.</t>
        </li>
      </ul>
    </section>
    <section anchor="issuance">
      <name>Issuance Protocol</name>
      <t>This section describes the Issuance protocol for a Client to request and receive
a token from an Issuer. Token issuance involves a Client, Attester, and Issuer,
with the following steps:</t>
      <ol spacing="normal" type="1"><li>
          <t>The Client sends a token request containing a token request, encrypted origin
name, and one-time-use public key and signature to the Attester</t>
        </li>
        <li>
          <t>The Attester validates the request contents, specifically checking the request
signature, and proxies the request to the Issuer</t>
        </li>
        <li>
          <t>The Issuer validates the request against the signature, and processes its contents,
and produces a token response sent back to the Attester</t>
        </li>
        <li>
          <t>The Attester verifies the response and proxies the response to the Client</t>
        </li>
      </ol>
      <t>The Issuance protocol is designed such that Client, Attester, and Issuer learn only
what is necessary for completing the protocol; see <xref target="info-disclosure"/> for more details.</t>
      <t>The Issuance protocol has a number of underlying cryptographic dependencies for
operation:</t>
      <ul spacing="normal">
        <li>
          <t>RSA Blind Signatures <xref target="BLINDSIG"/>, for issuing and constructing Tokens. This support
is the same as used in the base publicly verifiable token issuance protocol <xref target="ISSUANCE"/></t>
        </li>
        <li>
          <t><xref target="HPKE"/>, for encrypting the origin server name in transit between Client and Issuer across the Attester.</t>
        </li>
        <li>
          <t>Signatures with key blinding, as described in <xref target="KEYBLINDING"/>, for verifying
correctness of Client requests.</t>
        </li>
      </ul>
      <t>Clients and Issuers are required to implement all of these dependencies, whereas Attesters are required
to implement signature with key blinding support.</t>
      <section anchor="state-requirements">
        <name>State Requirements</name>
        <t>The Issuance protocol requires each participating endpoint to maintain some
necessary state, as described in this section.</t>
        <section anchor="client-state">
          <name>Client State</name>
          <t>A Client is required to have the following information, derived from a given TokenChallenge:</t>
          <ul spacing="normal">
            <li>
              <t>Origin Name, a hostname referring to the Origin <xref target="RFC6454"/>. This is the name
of the Origin that issued the token challenge. One or more names can be listed
in the TokenChallenge.origin_info field. Rate-limited token issuance relies on the
client selecting a single origin name from this list if multiple are present.</t>
            </li>
            <li>
              <t>Token Key, a blind signature public key specific to the Origin. This key is owned by the
Issuer identified by the TokenChallenge.issuer_name.</t>
            </li>
            <li>
              <t>Issuer Encapsulation Key, a public key used to encrypt request information corresponding
to the Issuer identified by TokenChallenge.issuer_name.</t>
            </li>
          </ul>
          <t>Clients maintain a stable Client Key that they use for all communication with
a specific Attester. Client Key is a public key, where the corresponding private key
Client Secret is known only to the client.</t>
          <t>If the client loses this (Client Key, Client Secret), they may generate a new tuple. The
Attester will enforce if a client is allowed to use this new Client Key. See <xref target="attester-state"/>
for details on this enforcement.</t>
          <t>Clients also need to be able to generate an Client's Origin Alias value that corresponds
to the pair of Origin Name and Issuer Name, to send in requests to the Attester.</t>
          <t>Client's Origin Alias MUST be a stable and unpredictable 32-byte value computed by the Client.
Clients MUST NOT change this value across token requests for the same Origin Name and Issuer
Name. See <xref target="penalization"/> for a discussion of Attester behavior if a collision is detected.</t>
          <t>One possible mechanism for implementing this identifier is for the Client to store a mapping
between the pair of (Origin Name, Issuer Name) and a randomly generated Client's Origin Alias
for future requests. Alternatively, the Client can compute a PRF keyed by a per-client secret
(Client Secret) over the Origin Name and Issuer Name, e.g.,
Client's Origin Alias = HKDF(secret=Client Secret, salt="", info=(Origin Name, Issuer name)).</t>
        </section>
        <section anchor="attester-state">
          <name>Attester State</name>
          <t>An Attester is required to maintain state for every authenticated Client. The mechanism
of identifying a Client is specific to each Attester, and is not defined in this document.
As examples, the Attester could use device-specific certificates or account authentication
to identify a Client.</t>
          <t>Attesters need to enforce that Clients don't change their Client Key frequently, to ensure Clients can't
regularly evade the per-client policy as seen by the issuer. Attesters MUST NOT allow Clients to
change their Client Key more than once within a policy window, or in the subsequent policy window
after a previous Client Key change. Changing the secret will reset the client's policy window and
thus can be used to exceed rate limits. One way to mitigate this is for the Attester to penalize clients that register new secrets
too frequently. Alternative schemes where the Attester stores the encrypted
(Client Key, Client Secret) tuple on behalf of the client are possible but not described here.</t>
          <t>The Attester keeps track of Clients and Issuers that are not trusted, due to problems like
changing Client Keys frequently, etc, as penalized entities (see <xref target="penalization"/>).</t>
          <t>Attesters are expected to know both the Issuer Policy Window and current Issuer Encapsulation Key
for any Issuer Name to which they allow access. This information can be retrieved using the
URIs defined in <xref target="setup"/>. The current Issuer Encapsulation Key value is used to check the value
of the issuer_encap_key_id in Client-generated requests (<xref target="request-one"/>) to reject requests where
clients are using unique key IDs. Such unique keys could indicate a key-targeting attack that
intends de-anonymize a client to the Issuer. In order to handle encapsulation key rotation, the Attester
needs to know the current key value and the previou key value, and remember the last time the
value changed to ensure that it does not happen too frequently (such as no more than once per
policy window, or no more than once per day).</t>
          <t>For each Client-Issuer pair, an Attester maintains a policy window
start and end time for each Issuer from which a Client requests a token.</t>
          <t>For each tuple of (Client Key, Client's Origin Alias, policy window), the Attester maintains the
following state:</t>
          <ul spacing="normal">
            <li>
              <t>A counter of successful tokens issued</t>
            </li>
            <li>
              <t>Whether or not a previous request was rejected by the Issuer</t>
            </li>
            <li>
              <t>The previous rate limit provided by the Issuer</t>
            </li>
            <li>
              <t>The last received Issuer's Origin Alias value for this Client's Origin Alias, if any</t>
            </li>
          </ul>
          <t>The Issuer-provided rate limit for a single Origin is intended to not change more frequently
than once per policy window. If the Attester detects a change of rate limit multiple times
for the state kept for a single policy window, it SHOULD reject tokens issued in the remainder
of the policy window.</t>
        </section>
        <section anchor="issuer-state">
          <name>Issuer State</name>
          <t>Issuers maintain a stable Issuer Origin Secret that they use in calculating values returned
to the Attester for each origin. If this value changes, it will open up a possibility
for Clients to request extra tokens for an Origin without being limited, within a
policy window. See <xref target="token-key-management"/> for details about generating and rotating
the Issuer Origin Secret.</t>
          <t>Issuers are expected to have the private key that corresponds to Issuer Encapsulation Key,
which allows them to decrypt the Origin Name values in requests.</t>
          <t>For each Origin, Issuers need to know what rate limit to enforce during a policy window.
Issuers SHOULD NOT use unique values for specific Origins, which would allow Attesters
to recognize an Origin being accessed by multiple Clients. Each Origin limit is allowed
to change, but SHOULD NOT change more often than once per policy window, to ensure that
the limit is useful.</t>
        </section>
      </section>
      <section anchor="issuance-http-headers">
        <name>Issuance HTTP Headers</name>
        <t>The Issuance protocol defines four new HTTP headers that are used in requests
and responses between Clients, Attesters, and Issuers (see <xref target="iana-headers"/>).</t>
        <t>The "Sec-Token-Origin-Alias" is an Item Structured Header <xref target="RFC8941"/>. Its
value MUST be a Byte Sequence. This header is sent both on Client-to-Attester
requests (<xref target="request-one"/>) and on Issuer-to-Attester responses (<xref target="response-one"/>).
Its ABNF is:</t>
        <artwork><![CDATA[
    Sec-Token-Origin-Alias = sf-binary
]]></artwork>
        <t>The "Sec-Token-Client" is an Item Structured Header <xref target="RFC8941"/>. Its
value MUST be a Byte Sequence. This header is sent on Client-to-Attester
requests (<xref target="request-one"/>), and contains the bytes of Client Key.
Its ABNF is:</t>
        <artwork><![CDATA[
    Sec-Token-Client = sf-binary
]]></artwork>
        <t>The "Sec-Token-Request-Blind" is an Item Structured Header <xref target="RFC8941"/>. Its
value MUST be a Byte Sequence. This header is sent on Client-to-Attester
requests (<xref target="request-one"/>), and contains a per-request nonce value.
Its ABNF is:</t>
        <artwork><![CDATA[
    Sec-Token-Request-Blind = sf-binary
]]></artwork>
        <t>The "Sec-Token-Limit" is an Item Structured Header <xref target="RFC8941"/>. Its
value MUST be an Integer. This header is sent on Issuer-to-Attester
responses (<xref target="response-one"/>), and contains the number of times a
Client can retrieve a token for the requested Origin within a policy window,
as set by the Issuer. Its ABNF is:</t>
        <artwork><![CDATA[
    Sec-Token-Limit = sf-integer
]]></artwork>
      </section>
      <section anchor="request-one">
        <name>Client-to-Attester Request</name>
        <t>The Client and Attester MUST use a secure and Attester-authenticated HTTPS
connection. They MAY use mutual authentication or mechanisms such as TLS
certificate pinning, to mitigate the risk of channel compromise; see
<xref target="sec-considerations"/> for additional about this channel.</t>
        <section anchor="client-behavior">
          <name>Client behavior</name>
          <t>Requests to the Attester need to indicate the Issuer Name to which issuance
requests will be forwarded. Attesters SHOULD provide Clients with a URI template
that contains one variable that contains the Issuer Name, "issuer", using
Level 3 URI template encoding as defined in Section 1.2 of <xref target="RFC6570"/>.</t>
          <t>An example of an Attester URI templates is shown below:</t>
          <artwork><![CDATA[
https://attester.net/token-request{?issuer}
]]></artwork>
          <t>Attesters and Clients MAY agree on other mechanisms to specify the Issuer Name
in requests.</t>
          <t>The Client first creates an issuance request message for a random value <tt>nonce</tt>
using the input TokenChallenge <tt>challenge</tt> and the Issuer key identifier <tt>key_id</tt>
as follows:</t>
          <artwork><![CDATA[
nonce = random(32)
context = SHA256(challenge)
token_input = concat(0x0003, nonce, context, key_id)
blinded_msg, blind_inv = rsabssa_blind(pkI, token_input)
]]></artwork>
          <t>The Client then uses Client Key to generate its one-time-use request public
key <tt>request_key</tt> and blind <tt>request_blind</tt> as described in <xref target="client-issuers-origin-alias"/>.</t>
          <t>The Client then computes <tt>token_key_id</tt> as the least significant byte of the Token Key
ID, where the Token Key ID is generated as SHA256(public_key) and public_key is a DER-encoded
SubjectPublicKeyInfo object carrying Token Key. The Client then constructs a InnerTokenRequest
value, denoted <tt>origin_token_request</tt>, combining <tt>token_key_id</tt>, <tt>blinded_msg</tt>, and a padded
representation of the origin name as follows:</t>
          <artwork><![CDATA[
struct {
  uint8_t token_key_id;
  uint8_t blinded_msg[Nk];
  uint8_t padded_origin_name<0..2^16-1>;
} InnerTokenRequest;
]]></artwork>
          <t>This structure is initialized and then encrypted using Issuer Encryption Key, producing
<tt>encrypted_token_request</tt>, as described in <xref target="encrypt-origin"/>.</t>
          <t>Finally, the Client uses Client Secret to produce <tt>request_signature</tt>
as described in <xref target="index-proof"/>.</t>
          <t>The Client then constructs a TokenRequest structure. This TokenRequest
structure is based on the publicly verifiable token issuance path in
<xref target="ISSUANCE"/>, adding fields for the encrypted origin name and request signature.</t>
          <artwork><![CDATA[
struct {
   uint16_t token_type = 0x0003;
   uint8_t request_key[Npk];
   uint8_t issuer_encap_key_id[32];
   uint8_t encrypted_token_request<1..2^16-1>;
   uint8_t request_signature[Nsig];
} TokenRequest;
]]></artwork>
          <t>The structure fields are defined as follows:</t>
          <ul spacing="normal">
            <li>
              <t>"token_type" is a 2-octet integer, which matches the type in the challenge.</t>
            </li>
            <li>
              <t>"request_key" is the request_key value generated above.</t>
            </li>
            <li>
              <t>"issuer_encap_key_id" is a collision-resistant hash that identifies the Issuer
Encryption Key, generated as SHA256(EncapsulationKey).</t>
            </li>
            <li>
              <t>"encrypted_token_request" is an encrypted structure that contains an InnerTokenRequest
value, calculated as described in <xref target="encrypt-origin"/>.</t>
            </li>
            <li>
              <t>"request_signature" is computed as described in <xref target="index-proof"/>.</t>
            </li>
          </ul>
          <t>The Client then generates an HTTP POST request to send through the Attester to
the Issuer, with the TokenRequest as the body. The media type for this request
is "message/token-request". The Client includes the "Sec-Token-Origin-Alias" header,
whose value is Client's Origin Alias; the "Sec-Token-Client" header, whose value is
Client Key; and the "Sec-Token-Request-Blind" header, whose value is request_blind.
The Client sends this request to the Attester's proxy URI. An example request is
shown below, where the Issuer Name is "issuer.net" and the Attester URI template is
"https://attester.net/token-request{?issuer}"</t>
          <artwork><![CDATA[
:method = POST
:scheme = https
:authority = attester.net
:path = /token-request?issuer=issuer.net
accept = message/token-response
cache-control = no-cache, no-store
content-type = message/token-request
content-length = <Length of TokenRequest>
sec-token-origin-alias = Client's Origin Alias
sec-token-client = Client Key
sec-token-request-blind = request_blind

<Bytes containing the TokenRequest>
]]></artwork>
        </section>
        <section anchor="attester-behavior">
          <name>Attester behavior</name>
          <t>Upon receiving a request from a Client, the Attester checks if the Client has been
penalized based on incorrect behavior using this protocol (see <xref target="penalization"/>).
If the Client is not trusted, the Attester rejects the request with an appropriate HTTP 4xx error.</t>
          <t>If this Issuer for the token request is not known to or trusted by the Attester, including if the Issuer
has been penalized (see <xref target="penalization"/>), the Attester rejects the request with
an appropriate HTTP error.</t>
          <t>If the Attester detects a token_type in the TokenRequest that it does not recognize
or support, it MUST reject the request with an HTTP 400 error.</t>
          <t>The Attester also checks to validate that the issuer_encap_key_id in the client's TokenRequest
matches a known Issuer Encapsulation Key public key for the Issuer. For example, the Attester can
fetch this key using the API defined in <xref target="setup"/>. This check is done to help ensure that
the Client has not been given a unique key that could allow the Issuer to fingerprint or target
the Client. If the key does not match, the Attester rejects the request with an HTTP
400 error. Note that this can lead to failures in the event of Issuer Issuer Encapsulation Key
rotation; see <xref target="privacy-considerations"/> for considerations.</t>
          <t>The Attester finally validates the Client's stable mapping request as described in
<xref target="attester-issuers-origin-alias"/>. If this fails, the Attester MUST return an HTTP 400
error to the Client.</t>
          <t>If the Attester accepts the request, it will look up the state stored for this Client.
It will look up the count of previously generate tokens for this Client using the same
Client's Origin Alias. See <xref target="attester-state"/> for more details.</t>
          <t>If the Attester has stored state that a previous request for this Client's Origin Alias was
rejected by the Issuer in the current policy window, it SHOULD reject the request without
forwarding it to the Issuer.</t>
          <t>If the Attester detects this Client has changed their Client Key more frequently than allowed
as described in <xref target="attester-state"/>, it SHOULD reject the request without forwarding it to
the Issuer, and also use this event to penalize the Client (see <xref target="penalization"/>).</t>
        </section>
      </section>
      <section anchor="request-two">
        <name>Attester-to-Issuer Request</name>
        <t>The Attester and the Issuer MUST use a secure and Issuer-authenticated HTTPS
connection for all requests. Also, Issuers MUST authenticate Attesters, either via mutual
TLS or another form of application-layer authentication. They MAY additionally use
mechanisms such as TLS certificate pinning, to mitigate the risk of channel
compromise; see <xref target="sec-considerations"/> for additional about this channel.</t>
        <section anchor="attester-behavior-1">
          <name>Attester behavior</name>
          <t>Assuming all checks in <xref target="request-one"/> succeed, the Attester generates an HTTP POST request
to send to the Issuer with the Client's TokenRequest as the body. The Attester MUST NOT
add information that will uniquely identify a Client, or associate the request with a small
set of possible Clients. Extensions to this protocol MAY allow Attesters to add information
that can be used to separate large populations, such as providing information about the country
or region to which a Client belongs. An example request is shown below.</t>
          <artwork><![CDATA[
:method = POST
:scheme = https
:authority = issuer.net
:path = /token-request
accept = message/token-response
cache-control = no-cache, no-store
content-type = message/token-request
content-length = <Length of TokenRequest>

<Bytes containing the TokenRequest>
]]></artwork>
        </section>
        <section anchor="issuer-behavior">
          <name>Issuer behavior</name>
          <t>Upon receipt of the forwarded request, the Issuer validates the following conditions:</t>
          <ul spacing="normal">
            <li>
              <t>The TokenRequest contains a supported token_type</t>
            </li>
            <li>
              <t>The TokenRequest.issuer_encap_key_id correspond to known Issuer Encapsulation Keys held by the Issuer.</t>
            </li>
            <li>
              <t>The TokenRequest.encrypted_token_request can be decrypted using the
Issuer's private key (the private key associated with Issuer Encapsulation Key), and contains
a valid InnerTokenRequest whose unpadded origin name matches an Origin Name that is served by
the Issuer. The Origin name associated with the InnerTokenRequest value might be the empty string "",
as described in <xref target="encrypt-origin"/>, in which case the Issuer applies a cross-origin
policy if supported. If a cross-origin policy is not supported, this condition is not met.</t>
            </li>
          </ul>
          <t>If any of these conditions is not met, the Issuer MUST return an HTTP 400 error to the Attester,
which will forward the error to the client.</t>
          <t>The Issuer determines the correct Issuer Key by using the decrypted Origin Name and
InnerTokenRequest.token_key_id values. If there is no Token Key whose truncated key ID matches
InnerTokenRequest.token_key_id, the Issuer MUST return an HTTP 401 error to Attester, which will
forward the error to the client. The Attester learns that the client's view of the Origin key
was invalid in the process.</t>
        </section>
      </section>
      <section anchor="response-one">
        <name>Token Issuance Response</name>
        <section anchor="issuer-behavior-1">
          <name>Issuer behavior</name>
          <t>If the Issuer is willing to give a token to the Client, the Issuer decrypts
TokenRequest.encrypted_token_request to discover a InnerTokenRequest value. If this fails,
the Issuer rejects the request with a 400 error. Otherwise, the Issuer validates and
processes the token request with Issuer Origin Secret corresponding to the designated
Origin as described in <xref target="issuer-issuers-origin-alias"/>. If this fails, the Issuer
rejects the request with a 400 error. Otherwise, the output is
index_key.</t>
          <t>The Issuer completes the issuance flow by computing a blinded response as follows:</t>
          <artwork><![CDATA[
blind_sig = rsabssa_blind_sign(skP, InnerTokenRequest.blinded_msg)
]]></artwork>
          <t><tt>skP</tt> is the private key corresponding to the per-Origin Token Key, known only to the Issuer.
The Issuer then encrypts <tt>blind_sig</tt> to the Client as described in <xref target="encap-issuer-to-client"/>,
yielding <tt>encrypted_token_response</tt>.</t>
          <t>The Issuer generates an HTTP response with status code 200 whose body consists of
blind_sig, with the content type set as "message/token-response", the
index_key set in the "Sec-Token-Origin-Alias" header, and the limit of tokens
allowed for a Client for the Origin within a policy window set in the
"Sec-Token-Limit" header. This limit SHOULD NOT be unique to a specific
Origin, such that the Attester could use the value to infer which Origin
the Client is accessing (see <xref target="privacy-considerations"/>).</t>
          <artwork><![CDATA[
:status = 200
content-type = message/token-response
content-length = <Length of blind_sig>
sec-token-origin-alias = index_key
sec-token-limit = Token limit

<Bytes containing the encrypted_token_response>
]]></artwork>
        </section>
        <section anchor="attester-behavior-2">
          <name>Attester behavior</name>
          <t>For all non-successful responses from the Issuer, the Attester forwards the HTTP
response unmodified to the Client as the response to the original request for this issuance.</t>
          <t>Upon receipt of a successful (2xx) response from the Issuer, the Attester extracts the
"Sec-Token-Origin-Alias" header, and uses the value to determine Issuer's Origin Alias
as described in <xref target="attester-output-issuers-origin-alias"/>.</t>
          <t>If the "Sec-Token-Origin-Alias" header is missing in a successful (2xx) response from the
Issuer, the Attester MUST count this towards penalizing the Issuer (see <xref target="penalization"/>).
The token response MUST continue to be processed, however, to prevent a malicious
Issuer from using a token issuance failure as a signal to the requesting Origin.</t>
          <t>If the Issuer's Origin Alias derived from the value in the "Sec-Token-Origin-Alias" header
was previously received in a response for a request with a different Client's Origin Alias within the
same policy window, the Attester MUST count this towards penalizing the Issuer or
Client (see <xref target="penalization"/>). The token response MUST continue to be processed, however,
to prevent a malicious Issuer from using a token issuance failure as a signal to the
requesting Origin.</t>
          <t>The Attester then stores the Issuer's Origin Alias alongside the state for the Anonymous
Origin ID to compare on future token issuances.</t>
          <t>The Attester also extracts the "Sec-Token-Limit" header, and compares the limit against the
previous count of accesses for this Client for the Client's Origin Alias. If the count is greater
than or equal to the limit, the Attester drops the token and responds to the client with an
HTTP 429 (Too Many Requests) error.</t>
          <t>When the Attester detects successful token issuance, it MUST increment the counter
in its state for the number of tokens issued to the Client for the Client's Origin Alias.</t>
        </section>
        <section anchor="client-behavior-1">
          <name>Client behavior</name>
          <t>Upon receipt, the Client decrypts the <tt>blind_sig</tt> from <tt>encrypted_token_response</tt> as
described in <xref target="encap-issuer-to-client"/>. If successful, the Client then processes
the response as follows:</t>
          <artwork><![CDATA[
authenticator = rsabssa_finalize(pkI, token_input, blind_sig, blind_inv)
]]></artwork>
          <t>If this succeeds, the Client then constructs a token as described in
<xref target="AUTHSCHEME"/> as follows:</t>
          <artwork><![CDATA[
struct {
    uint16_t token_type = 0x0003
    uint8_t nonce[32];
    uint8_t context[32];
    uint8_t token_key_id[Nid];
    uint8_t authenticator[Nk]
} Token;
]]></artwork>
        </section>
      </section>
      <section anchor="penalization">
        <name>Penalization of Invalid Clients and Issuers</name>
        <t>When an Attester encounters incorrect and potentially malicious behavior
by either Clients or Issuers, it needs to "penalize" them. This involves
keeping state about invalid protocol events, and determining when a
particular Client or Issuer has exceeded a threshold for such events.</t>
        <t>Each category of invalid events can have a different threshold, and can apply
to Clients, Issuers, or both. Different penalization events are described
below, with suggested thresholds. This list is not exhaustive.</t>
        <ul spacing="normal">
          <li>
            <t>Client Key changing more than once over any two consecutive policy windows
for a single Client, based on the Attester's view of Client identity.
This is a Client-specific penalization event. A RECOMMENDED threshold for
penalizing the Client based on this is one event; a well-behaved
Client will never change keys this frequently.</t>
          </li>
          <li>
            <t>Issuer responses missing the "Sec-Token-Origin-Alias" header on a 2xx response.
This is an Issuer-specific penalization event. A RECOMMENDED threshold for
penalizing the Issuer based on this is ten events across all Clients; a
well-behaved Issuer will never generate such responses, but it can be
useful for an Attester to have a small tolerance for errors before penalizing
an Issuer entirely.</t>
          </li>
          <li>
            <t>Issuer's Origin Alias (from Issuer) collision across two Anonymous
Origin IDs for a particular Client within a single policy window. This
penalization event is applicable for both Clients and Issuers. A RECOMMENDED
threshold for penalizing the Issuer is ten events across different Clients.
A RECOMMENDED threshold for penalizing the Client is two events across multiple
Issuers, or five events with a single Issuer. If many events are seen for a single
Issuer, it is likely that the Issuer is compromised or malicious; while if such events
are seen for a specific Client, it is likely that the Client is is compromised or
malicious.</t>
          </li>
        </ul>
        <t>Once a Client or Issuer passes the threshold for penalization, the Attester
rejects future requests from that Client or for that Issuer. This SHOULD
only be reset after a sufficient period of time (such as at least one policy
window), and based on either manual review or another validation process
determined by the Attester. Penalization indicates that a Client or Issuer
might be malicious or compromised, and so ought not to be trusted until
further validation that the error or attack has been mitigated.</t>
      </section>
    </section>
    <section anchor="encrypt-origin">
      <name>Encrypting Origin Token Requests and Responses</name>
      <t>Clients encapsulate token request information to the Issuer using the Issuer Encapsulation Key.
Issuers decrypt the token request using their corresponding private key. This process yields
the decrypted token request as well as a shared encryption context between Client and Issuer.
Issuers encapsulate their token response to the Client using an ephemeral key derived from this
shared encryption context. This process ensures that the Attester learns neither the token
request or response information.</t>
      <t>Client to Issuer encapsulation is described in <xref target="encap-client-to-issuer"/>, and Issuer to
Client encapsulation is described in <xref target="encap-issuer-to-client"/>.</t>
      <section anchor="encap-client-to-issuer">
        <name>Client to Issuer Encapsulation</name>
        <t>Given a <tt>EncapsulationKey</tt> (Issuer Encapsulation Key), Clients produce encrypted_token_request
using the following values:</t>
        <ul spacing="normal">
          <li>
            <t>the one octet key identifier from the Name Key, keyID, with the corresponding KEM identified by kemID,
the public key from the configuration, pkI, and;</t>
          </li>
          <li>
            <t>a selected combination of KDF, identified by kdfID, and AEAD, identified by aeadID.</t>
          </li>
        </ul>
        <t>Beyond the key configuration inputs, Clients also require the following inputs defined
in <xref target="request-one"/>: <tt>token_key_id</tt>, <tt>blinded_msg</tt>, <tt>request_key</tt>, <tt>origin_name</tt>, and
<tt>issuer_encap_key_id</tt>.</t>
        <t>Together, these are used to encapsulate an InnerTokenRequest and produce an encrypted token
request (<tt>encrypted_token_request</tt>).</t>
        <t><tt>origin_name</tt> contains the name of the origin that initiated the challenge, as
taken from the TokenChallenge.origin_info field. If the TokenChallenge.origin_info field
is empty, <tt>origin_name</tt> is set to the empty string "".</t>
        <t>The process for generating <tt>encrypted_token_request</tt> from <tt>blinded_msg</tt>, <tt>request_key</tt>, and
<tt>origin_name</tt> values is as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Compute an <xref target="HPKE"/> context using pkI, yielding context and encapsulation key enc.</t>
          </li>
          <li>
            <t>Construct associated data, aad, by concatenating the values of keyID, kemID, kdfID,
aeadID, and all other values of the TokenRequest structure.</t>
          </li>
          <li>
            <t>Pad origin_name with N zero bytes, where N = 31 - ((L - 1) % 32) and L is the length
of origin_name. If L is 0, N = 32. Denote this padding process as the function <tt>pad</tt>.</t>
          </li>
          <li>
            <t>Encrypt (seal) the padded origin_name with aad as associated data using context, yielding ciphertext ct.</t>
          </li>
          <li>
            <t>Concatenate the values of aad, enc, and ct, yielding encrypted_token_request.</t>
          </li>
        </ol>
        <t>Note that enc is of fixed-length, so there is no ambiguity in parsing this structure.</t>
        <t>In pseudocode, this procedure is as follows:</t>
        <artwork><![CDATA[
enc, context = SetupBaseS(pkI, "InnerTokenRequest")
aad = concat(encode(1, keyID),
             encode(2, kemID),
             encode(2, kdfID),
             encode(2, aeadID),
             encode(2, token_type),
             encode(Npk, request_key),
             encode(32, issuer_encap_key_id))
padded_origin_name = pad(origin_name)
inner_token_request_enc = concat(encode(1, token_key_id),
                                 encode(Nk, blinded_msg),
                                 encode(2, len(padded_origin_name)),
                                 encode(len(padded_origin_name), padded_origin_name))
ct = context.Seal(aad, inner_token_request_enc)
encrypted_token_request = concat(enc, ct)
]]></artwork>
        <t>Issuers reverse this procedure to recover the InnerTokenRequest value by computing the AAD as
described above and decrypting encrypted_token_request with their private key skI (the private
key corresponding to pkI). The <tt>origin_name</tt> value is recovered from InnerTokenRequest.padded_origin_name
by stripping off padding bytes. In pseudocode, this procedure is as follows:</t>
        <artwork><![CDATA[
enc, ct = parse(encrypted_token_request)
aad = concat(encode(1, keyID),
             encode(2, kemID),
             encode(2, kdfID),
             encode(2, aeadID),
             encode(2, token_type),
             encode(Npk, request_key),
             encode(32, issuer_encap_key_id))
context = SetupBaseR(enc, skI, "TokenRequest")
inner_token_request_enc, error = context.Open(aad, ct)
]]></artwork>
        <t>The <tt>InnerTokenRequest.blinded_msg</tt>, <tt>InnerTokenRequest.token_key_id</tt>, and unpadded <tt>origin_name</tt>
values are used by the Issuer as described in <xref target="request-two"/>.</t>
      </section>
      <section anchor="encap-issuer-to-client">
        <name>Issuer to Client Encapsulation</name>
        <t>Given an HPKE context <tt>context</tt> computed in <xref target="encap-client-to-issuer"/>, Issuers encapsulate
their token response <tt>blind_sig</tt>, yielding an encrypted token response <tt>encrypted_token_response</tt>,
to the Client as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Export a secret <tt>secret</tt> from <tt>context</tt>, using the string "OriginTokenResponse" as context.
The length of this secret is <tt>max(Nn, Nk)</tt>, where <tt>Nn</tt> and <tt>Nk</tt> are the length of AEAD
key and nonce associated with <tt>context</tt>.</t>
          </li>
          <li>
            <t>Generate a random value of length <tt>max(Nn, Nk)</tt> bytes, called <tt>response_nonce</tt>.</t>
          </li>
          <li>
            <t>Extract a pseudorandom key <tt>prk</tt> using the <tt>Extract</tt> function provided by
the KDF algorithm associated with <tt>context</tt>. The <tt>ikm</tt> input to this
function is <tt>secret</tt>; the <tt>salt</tt> input is the concatenation of <tt>enc</tt> (from
<tt>enc_request</tt>) and <tt>response_nonce</tt></t>
          </li>
          <li>
            <t>Use the <tt>Expand</tt> function provided by the same KDF to extract an AEAD key
<tt>key</tt>, of length <tt>Nk</tt> - the length of the keys used by the AEAD associated
with <tt>context</tt>. Generating <tt>key</tt> uses a label of "key".</t>
          </li>
          <li>
            <t>Use the same <tt>Expand</tt> function to extract a nonce <tt>nonce</tt> of length <tt>Nn</tt> -
the length of the nonce used by the AEAD. Generating <tt>nonce</tt> uses a label of
"nonce".</t>
          </li>
          <li>
            <t>Encrypt <tt>blind_sig</tt>, passing the AEAD function Seal the values of <tt>key</tt>,
<tt>nonce</tt>, empty <tt>aad</tt>, and a <tt>pt</tt> input of <tt>request</tt>, which yields <tt>ct</tt>.</t>
          </li>
          <li>
            <t>Concatenate <tt>response_nonce</tt> and <tt>ct</tt>, yielding an Encapsulated Response
<tt>enc_response</tt>. Note that <tt>response_nonce</tt> is of fixed-length, so there is no
ambiguity in parsing either <tt>response_nonce</tt> or <tt>ct</tt>.</t>
          </li>
        </ol>
        <t>In pseudocode, this procedure is as follows:</t>
        <artwork><![CDATA[
secret = context.Export("OriginTokenResponse", Nk)
response_nonce = random(max(Nn, Nk))
salt = concat(enc, response_nonce)
prk = Extract(salt, secret)
aead_key = Expand(prk, "key", Nk)
aead_nonce = Expand(prk, "nonce", Nn)
ct = Seal(aead_key, aead_nonce, "", blind_sig)
encrypted_token_response = concat(response_nonce, ct)
]]></artwork>
        <t>Clients decrypt <tt>encrypted_token_response</tt> by reversing this process. That is,
they first parse <tt>enc_response</tt> into <tt>response_nonce</tt> and <tt>ct</tt>. They then
follow the same process to derive values for <tt>aead_key</tt> and <tt>aead_nonce</tt>.</t>
        <t>The client uses these values to decrypt <tt>ct</tt> using the Open function provided by
the AEAD. Decrypting might produce an error, as follows:</t>
        <artwork><![CDATA[
blind_sig, error = Open(aead_key, aead_nonce, "", ct)
]]></artwork>
      </section>
    </section>
    <section anchor="issuers-origin-alias">
      <name>Issuer's Origin Alias Computation</name>
      <t>This section describes the Client, Attester, and Issuer behavior in computing
Issuer's Origin Alias, the stable mapping based on client identity and
origin name. At a high level, this functionality computes y = F(x, k), where x
is a per-Client secret and k is a per-Origin secret, subject to the following constraints:</t>
      <ul spacing="normal">
        <li>
          <t>The Attester only learns y if the Client in possession of x engages with the protocol;</t>
        </li>
        <li>
          <t>The Attester prevents a Client with private input x from running the protocol for input x' that is not equal to x;</t>
        </li>
        <li>
          <t>The Issuer does not learn x, nor does it learn when two requests correspond to the same private value x; and</t>
        </li>
        <li>
          <t>Neither the Client nor Attester learn k.</t>
        </li>
      </ul>
      <t>The interaction between Client, Attester, and Issuer in computing this
functionality is shown below.</t>
      <artwork><![CDATA[
Client               Attester                Issuer
    (request, signature)
  ---------------------->
                           (request, signature)
                         ---------------------->
                                (response)
                         <----------------------
]]></artwork>
      <t>The protocol for computing this functionality is divided into sections for
each of the participants. <xref target="client-issuers-origin-alias"/> describes Client behavior
for initiating the computation with its per-Client secret, <xref target="attester-issuers-origin-alias"/>
describes Attester behavior for verifying Client requests, <xref target="issuer-issuers-origin-alias"/>
describes Issuer behavior for computing the mapping with its per-Origin secret,
and <xref target="attester-output-issuers-origin-alias"/> describes the final Attester step for
computing the client-origin index.</t>
      <t>The index computation is based on a signature scheme with key blinding and unblinding
support, denoted BKS, as described in <xref section="3" sectionFormat="of" target="KEYBLINDING"/>. Such a scheme has the
following functions:</t>
      <ul spacing="normal">
        <li>
          <t>BKS-KeyGen(): Generate a random private and public key pair (sk, pk).</t>
        </li>
        <li>
          <t>BKS-BlindKeyGen(): Generate a random blinding key bk.</t>
        </li>
        <li>
          <t>BKS-BlindPublicKey(pk, bk, ctx): Produce a blinded public key based on the input public
key pk, blind key bk, and context ctx.</t>
        </li>
        <li>
          <t>BKS-UnblindPublicKey(pk, bk, ctx): Produce an unblinded public key based on the input
blinded public key pk, blind bk, and context ctx.</t>
        </li>
        <li>
          <t>BKS-Verify(pk, msg, sig): Verify signature sig over input message msg against the
public key pk, producing a boolean value indicating success.</t>
        </li>
        <li>
          <t>BKS-BlindKeySign(sk_sign, sk_blind, ctx, msg): Sign input message msg with signing key sk_sign, blind
key sk_blind, and context ctx and produce a signature of size <tt>Nsig</tt> bytes.</t>
        </li>
        <li>
          <t>BKS-SerializePrivatekey(sk): Serialize a private key to a byte string of length <tt>Nsk</tt>.</t>
        </li>
        <li>
          <t>BKS-DeserializePrivatekey(buf): Attempt to deserialize a private key from an <tt>Nsk</tt>-byte
string buf. This function can fail if buf does not represent a valid private key.</t>
        </li>
        <li>
          <t>BKS-SerializePublicKey(pk): Serialize a public key to a byte string of length <tt>Npk</tt>.</t>
        </li>
        <li>
          <t>BKS-DeserializePublicKey(buf): Attempt to deserialize a public key of length <tt>Npk</tt>.
This function can fail if buf does not represent a valid public key.</t>
        </li>
      </ul>
      <t>Additionally, each BKS scheme has a corresponding hash function, denoted <tt>Hash</tt>.
The implementation of each of these functions depends on the issuance protocol
token type. See <xref target="iana-token-type"/> for more details.</t>
      <section anchor="client-issuers-origin-alias">
        <name>Client Behavior</name>
        <t>This section describes the Client behavior for generating an one-time-use
request key and signature. Clients provide their Client Secret as input
to the request key generation step, and the rest of the token request inputs
to the signature generation step.</t>
        <section anchor="index-request">
          <name>Request Key</name>
          <t>Clients produce <tt>request_key</tt> by masking Client Key and Client Secret with a
randomly chosen blind. Let <tt>pk_sign</tt> and <tt>sk_sign</tt> denote Client Key and
Client Secret, respectively. This process is done as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>Generate a random blind key, sk_blind.</t>
            </li>
            <li>
              <t>Blind <tt>pk_sign</tt> with <tt>sk_blind</tt> to compute a blinded public key, <tt>request_key</tt>.</t>
            </li>
            <li>
              <t>Output the blinded public key.</t>
            </li>
          </ol>
          <t>In pseudocode, this is as follows:</t>
          <artwork><![CDATA[
sk_blind = BKS-BlindKeyGen()
ctx = concat(encode(2, token_type)), "ClientBlind")
blinded_key = BKS-BlindPublicKey(pk_sign, sk_blind, ctx)
request_key = BKS-SerializePublicKey(blinded_key)
request_blind = BKS-SerializePrivatekey(sk_blind)
]]></artwork>
        </section>
        <section anchor="index-proof">
          <name>Request Signature</name>
          <t>Clients produce a signature of their request by signing its entire contents
consisting of the following values defined in <xref target="request-one"/>:
<tt>token_key_id</tt>, <tt>blinded_msg</tt>, <tt>request_key</tt>, <tt>issuer_encap_key_id</tt>, and <tt>encrypted_token_request</tt>.
This process requires the blind value <tt>sk_blind</tt> produced during the <xref target="index-request"/> process.
As above, let pk and sk denote Client Key and Client Secret, respectively. Given these
values, this signature process works as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>Concatenate all signature inputs to yield a message to sign.</t>
            </li>
            <li>
              <t>Compute a signature with the blind <tt>sk_blind</tt> over the input message using
Client Secret, <tt>sk_sign</tt> as the signing key.</t>
            </li>
            <li>
              <t>Output the signature.</t>
            </li>
          </ol>
          <t>In pseudocode, this is as follows:</t>
          <artwork><![CDATA[
message = concat(token_type,
                 request_key,
                 issuer_encap_key_id,
                 encode(2, len(encrypted_token_request)),
                 encrypted_token_request)
ctx = concat(encode(2, token_type)), "ClientBlind")
request_signature = BKS-BlindKeySign(sk_sign, sk_blind, ctx, message)
]]></artwork>
        </section>
      </section>
      <section anchor="attester-issuers-origin-alias">
        <name>Attester Behavior (Client Request Validation)</name>
        <t>Given a TokenRequest request containing <tt>request_key</tt>, <tt>request_signature</tt>, and <tt>request_blind</tt>,
as well as Client Key <tt>pk_blind</tt>, Attesters verify the signature as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Check that <tt>request_key</tt> is a valid public key. If this fails, abort.</t>
          </li>
          <li>
            <t>Check that <tt>request_blind</tt> is a valid private key. If this fails, abort.</t>
          </li>
          <li>
            <t>Blind the Client Key <tt>pk_sign</tt> by blind <tt>sk_blind</tt>, yielding a blinded key.
If this does not match <tt>request_key</tt>, abort.</t>
          </li>
          <li>
            <t>Verify <tt>request_signature</tt> over the contents of the request, excluding the
signature itself, using <tt>request_key</tt>. If signature verification fails, abort.</t>
          </li>
        </ol>
        <t>In pseudocode, this is as follows:</t>
        <artwork><![CDATA[
blind_key = BKS-DeserializePublicKey(request_key)
sk_blind = BKS-DeserializePrivatekey(request_blind)
ctx = concat(encode(2, token_type)), "ClientBlind")
pk_blind = BKS-BlindPublicKey(pk_sign, sk_blind, ctx)
if pk_blind != blind_key:
  raise InvalidParameterError

context = parse(request[..len(request)-Nsig]) // this matches context computed during signing
valid = BKS-Verify(blind_key, context, request_signature)
if not valid:
  raise InvalidSignatureError
]]></artwork>
      </section>
      <section anchor="issuer-issuers-origin-alias">
        <name>Issuer Behavior</name>
        <t>Given an Issuer Origin Secret (denoted <tt>sk_origin</tt>) and a TokenRequest, from which
<tt>request_key</tt> and <tt>request_signature</tt> are parsed, Issuers verify
the request signature and compute a response as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Check that <tt>request_key</tt> is a valid public key. If this fails, abort.</t>
          </li>
          <li>
            <t>Verify <tt>request_signature</tt> over the contents of the request, excluding the
signature itself, using <tt>request_key</tt>. If signature verification fails, abort.</t>
          </li>
          <li>
            <t>Blind <tt>request_key</tt> by Issuer Origin Secret, <tt>sk_origin</tt>, yielding an index key.</t>
          </li>
          <li>
            <t>Output the index key.</t>
          </li>
        </ol>
        <t>In pseudocode, this is as follows:</t>
        <artwork><![CDATA[
blind_key = BKS-DeserializePublicKey(request_key)
context = parse(request[..len(request)-Nsig]) // this matches context computed during signing
valid = BKS-Verify(blind_key, context, request_signature)
if not valid:
  raise InvalidSignatureError

ctx = concat(encode(2, token_type)), "IssuerBlind")
evaluated_key = BKS-BlindPublicKey(request_key, sk_origin, ctx)
index_key = BKS-SerializePublicKey(evaluated_key)
]]></artwork>
      </section>
      <section anchor="attester-output-issuers-origin-alias">
        <name>Attester Behavior (Index Computation)</name>
        <t>Given an Issuer response <tt>index_key</tt>, Client blind <tt>sk_blind</tt>, and Client
Key (denoted pk_sign), Attesters complete the Issuer's Origin Alias computation as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Check that <tt>index_key</tt> is a valid public key. If this fails, abort.</t>
          </li>
          <li>
            <t>Unblind the <tt>index_key</tt> using the Client blind <tt>sk_blind</tt>, yielding the index result.</t>
          </li>
          <li>
            <t>Run HKDF <xref target="RFC5869"/> with the hash function corresponding to the BKS scheme,
using the index result as the secret, Client Key <tt>pk_sign</tt> as the salt, and
ASCII string "IssuerOriginAlias" as the info string, yielding Issuer's Origin Alias.</t>
          </li>
        </ol>
        <t>In pseudocode, this is as follows:</t>
        <artwork><![CDATA[
evaluated_key = BKS-DeserializePublicKey(index_key)
ctx = concat(encode(2, token_type)), "ClientBlind")
unblinded_key = BKS-UnblindPublicKey(evaluated_key, sk_blind, ctx)

index_result = BKS-SerializePublicKey(unblinded_key)
pk_encoded = BKS-SerializePublicKey(pk_sign)

issuer_origin_alias = HKDF-Hash(secret=index_result,
  salt=pk_encoded, info="IssuerOriginAlias")
]]></artwork>
      </section>
    </section>
    <section anchor="sec-considerations">
      <name>Security Considerations</name>
      <t>This section describes security considerations relevant to the use of this protocol.</t>
      <section anchor="client-secret-use">
        <name>Client Secret Use</name>
        <t>The Client Secret key is used for two purposes in this protocol: (1) computing request
signatures and (2) computing the Issuer's Origin Alias (with the corresponding
public key). This is necessary to ensure the client associated with the Issuer's
Origin Alias is the same client that produced a corresponding request. In general, using
the same cryptographic key for two distinct purposes is considered bad practice.
However, analysis of this protocol demonstrates that it is safe in this context.
The Client Secret MUST NOT be used for any purpose outside of this protocol.</t>
      </section>
      <section anchor="custom-token-request-encapsulation">
        <name>Custom Token Request Encapsulation</name>
        <t>The protocol in this document uses <xref target="HPKE"/> directly to encrypt token request information
to the issuer while also authenticating information exposed to the attester. Oblivious HTTP
<xref target="OHTTP"/>, which is a protocol built on top of HPKE for
request encapsulation, is not suitable for this purpose since it does not allow clients to
additionally authenticate application-layer information that is visible to intermediaries,
which is the case for the data visible to the Attester.</t>
      </section>
      <section anchor="channel-security">
        <name>Channel Security</name>
        <t>An attacker that can act as an intermediate between Attester and Issuer
communication can influence or disrupt the ability for the Issuer to correctly
rate-limit token issuance.  All communication channels use server-authenticated
HTTPS. Some connections, e.g., between an Attester and an Issuer, require
mutual authentication between both endpoints. Where appropriate, endpoints
MAY use further enhancements such as TLS certificate pinning to mitigate
the risk of channel compromise.</t>
      </section>
      <section anchor="issuance-unlinkability">
        <name>Token Request Unlinkability and Unforgeability</name>
        <t>Client token requests are constructed such that an Issuer cannot distinguish between
any two token requests from the same Client and two requests from different Clients.
We refer to this property as issuance unlinkability. This property is achieved
by the way the tokens are constructed. In particular, TokenRequest.request_key and TokenRequest.request_signature
are the only value in a TokenRequest that is derived from per-Client information, i.e.,
the Client Secret.</t>
        <t>TokenRequest.request_key is computed using a freshly generated blind for each token
request. As a result, the value of TokenRequest.request_key in one token request is
statistically independent from Client Key. Similarly, TokenRequest.request_signature
is computed using the same freshly generated blind as TokenRequest.request_key for each
token request, and the resulting signature is therefore independent from signatures
produced using Client Secret. More details about this unlinkability property can be
found in <xref target="KEYBLINDING"/>.</t>
        <t>This unlinkability property is only intended for requests observed by the Issuer.
In contrast, the Attester is required to link requests from the same Client together
for the purposes of enforcing rate limits. This Attester does this by observing the
Client Key. Importantly, the Client Key is not sent to the Issuer during the issuance
flow, as doing this would allow the Issuer to trivially link two requests to the same
Client.</t>
        <t>The token request signature is also required to be unforgeable. Informally, unforgeability
means that no entity can produce a valid (message, signature) pair for any blinding key without
access to the private signing key. Importantly, the means the Attester cannot forge
signatures on behalf of a given Client in an attempt to learn the origin name.</t>
      </section>
      <section anchor="info-disclosure">
        <name>Information Disclosure</name>
        <t>The protocol in this document is designed such that information pertaining to issuance
of a token is limited to parties that need it for completing the protocol. In particular,
honest-but-curious Attesters learn only the Issuer's Origin Alias as described in
<xref target="issuers-origin-alias"/>, any per-Client information necessary for attestation, and the
target Issuer for a given token request. The Attester does not directly learn the origin
name associated with a given token request, though it does learn the distribution of tokens
across Client interactions. This auxiliary information could be used to infer the Origin
for a given token. For example, if an Issuer has only two configured Origins, each with
a different token request pattern, then the distribution of Client tokens might reveal
the Origin associated with a given token.</t>
        <t>Malicious or otherwise compromised Attesters can choose to not follow the protocol described
in this specification, allowing, for example, Clients to bypass rate limits imposed by
Origins. Moreover, malicious Attesters could reveal the per-request blind (request_blind)
to Issuers, breaking the unlinkability property described in <xref target="issuance-unlinkability"/>.</t>
        <t>Honest-but-curious Issuers only learn the Attester that vouches for a particular Client's
token request and the origin name associated with a token request. Issuers do not learn
the Issuer's Origin Alias or any per-Client information used when creating a token
request.</t>
        <t>Conversely, malicious Issuers that do not follow the protocol can choose to not validate
the token request signature, thereby allowing others to forge token requests in an attempt
to learn the origin name. Malicious Issuers can also rotate token signing keys or Issuer
Origin Secret values frequently in an attempt to bypass Attester-enforced rate limits.
Both of these are detectable by the Attester, though. Issuers can also lie about per-origin
rate limits without detection, e.g., by increasing the limit to a value well beyond any configured
limit by an Origin, or return different limits for different origins to the Attester.</t>
        <t>Clients learn the output token. They do not learn the Issuer's Origin Alias, though the
security of the protocol does not depend on keeping this value secret from Clients. Moreover,
even malicious Clients cannot tamper with per-Client state stored on the Attester for other
Clients, as doing so requires knowledge of their unique Client Secret.</t>
      </section>
      <section anchor="rate-limit-enforcement">
        <name>Rate Limit Enforcement</name>
        <t>Since the purpose of this token variant is to allow rate limits to be enforced on token
issuance to Clients, the accuracy of the rate limit is an important part of evaluating
the efficacy and security of a given deployment.</t>
        <t>The rate limit is enforced by the Attester based on state about the Client that only
the Attester holds, where the state is kept on a per-Issuer and per-Origin basis. This means
that the selection of both the Issuer and the Attester determines the state for the rate
limit. As such, Origins SHOULD only send challenges for a single Issuer within a given
period of time, in order to ensure that a Client is not able to get tokens across
multiple Issuers and exceed the rate limit. Similarly, Issuers need to be selective
in which Attesters they allow, to ensure that a single Client cannot trivially work
with many Attesters in order to exceed the rate limit.</t>
        <t>Since the effectiveness of the rate limit requires a bounded set of Attesters for any
particular use case, deployments need to consider the impact on centralization in order
to ensure that new Attesters can still join the overall ecosystem. See the discussion
on centralization in <xref target="ARCH"/>.</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>This section describes privacy considerations relevant to use of this protocol.</t>
      <section anchor="client-token-state-and-origin-tracking">
        <name>Client Token State and Origin Tracking</name>
        <t>Origins SHOULD only generate token challenges based on client action, such as when a user
loads a website. Clients SHOULD ignore token challenges if an Origin tries to force the
client to present tokens multiple times without any new client-initiated action. Failure
to do so can allow malicious origins to track clients across contexts. Specifically, an
origin can abuse per-user token limits for tracking by assigning each new client a random
token count and observing whether or not the client can successfully redeem that many
tokens in a given context. If any token redemption fails, then the origin learns information
about how many tokens that client had previously been issued.</t>
        <t>By rejecting repeated or duplicative challenges within a single context, the origin only
learns a single bit of information: whether or not the client had any token quota left
in the given policy window.</t>
      </section>
      <section anchor="origin-verification">
        <name>Origin Verification</name>
        <t>Rate-limited tokens are defined in terms of a Client authenticating to an Origin, where
the "origin" is used as defined in <xref target="RFC6454"/>. In order to limit cross-origin correlation,
Clients MUST verify that the name of the origin that is providing the HTTP authentication
challenge is present in the TokenChallenge.origin_info list (<xref target="AUTHSCHEME"/>), where the
matching logic is defined for same-origin policies in <xref target="RFC6454"/>. Clients MAY further limit
which authentication challenges they are willing to respond to, for example by only accepting
challenges when the origin is a web site to which the user navigated.</t>
      </section>
      <section anchor="client-identification-with-unique-encapsulation-keys">
        <name>Client Identification with Unique Encapsulation Keys</name>
        <t>Client activity could be linked if an Origin and Issuer collude to have unique keys targeted
at specific Clients or sets of Clients.</t>
        <t>As with the basic issuance protocol <xref target="ISSUANCE"/>, the token_key_id is truncated to a single
octet to mitigate the risk of unique keys per client.</t>
        <t>Clients SHOULD check encapsulation key consistency to help mitigate targeting attacks. Consistency for Privacy Pass resources such as Issuer directories and token keys is described in
<xref target="CONSISTENCY"/>.
<xref target="CONSISTENCY-MIRROR"/> describes a specific
approach in which Clients can check the consistency of a key using a mirror server.
Since encapsulation keys are available in the Issuer well-known configuration (<xref target="setup"/>),
the Client can fetch the configuration via a mirror to perform a consistency check.</t>
        <t>Clients can also detect inconsistency if the encapsulation key changes across multiple
challenges (indicating that an Origin might be trying to target Clients, but did not
recognize the Client across two requests). Encapsulation key changes within a short
period of time can indicate that the Origin is attempting to target the Client.</t>
        <t>The Attester can also help ensure consistency with an in-band check, which conforms
to the approach in <xref target="CONSISTENCY-INBAND"/>.
The Attester can observe and validate the issuer_encap_key_id presented by the Client to
the Issuer. As described in <xref target="request-one"/>, Attesters MUST validate that the
issuer_encap_key_id in the Client's TokenRequest matches a known Issuer
Encapsulation Key public key for the Issuer. The Attester needs to support key rotation, but
ought to disallow very rapid key changes, which could indicate that an Origin is colluding with
an Issuer to try to rotate the key for each new Client in order to link the client activity.</t>
      </section>
      <section anchor="client-identification-with-unique-per-origin-token-keys">
        <name>Client Identification with Unique Per-Origin Token Keys</name>
        <t>Client activity could also be linked if an Origin and Issuer collude to use a unique
per-origin Token Key.</t>
        <t>Since Attesters do not see per-origin identities that can be correlated across Clients,
Attesters cannot perform in-band consistency checks.</t>
        <t>Clients SHOULD check encapsulation key consistency to help mitigate targeting attacks.
Consistency for Privacy Pass resources such as Issuer directories and token keys is described in
<xref target="CONSISTENCY"/>.
<xref target="CONSISTENCY-MIRROR"/> describes a specific
approach in which Clients can check the consistency of a key using a mirror server.
Since per-origin token keys are available in the Issuer well-known configuration (<xref target="setup"/>),
the Client can fetch the configuration via a mirror to perform a consistency check.</t>
        <t>Clients can detect inconsistency if the token key for an Origin-Issuer pair changes across
multiple challenges (indicating that an Origin might be trying to target Clients, but did not
recognize the Client across two requests). Token key changes within a short
period of time can indicate that the Origin is attempting to target the Client.</t>
      </section>
      <section anchor="origin-identification">
        <name>Origin Identification</name>
        <t>As stated in <xref target="properties"/>, the design of this protocol is such that Attesters cannot
learn the identity of origins that Clients are accessing. The Origin Name itself is
encrypted in the request between the Client and the Issuer, so the Attester cannot
directly learn the value. However, in order to prevent the Attester from inferring the
value, additional constraints need to be added:</t>
        <ul spacing="normal">
          <li>
            <t>Each Issuer SHOULD serve tokens to a large number of Origins. A one-to-one relationship
between Origin and Issuer would allow an Attester to infer which Origin is accessed
simply by observing the Issuer identity.</t>
          </li>
          <li>
            <t>Issuers SHOULD NOT return rate-limit values that are specific to Origins, such
that an Attester can infer which Origin is accessed by observing the rate limit. This
can be mitigated by having many Origins share the same rate-limit value.</t>
          </li>
          <li>
            <t>If an Issuer changes the rate-limit values for a single Origin, that change occurring
at the same time across multiple Clients could allow Attesters to recognize an Origin
in common across Clients. To mitigate this, Issuers either can change the limits for
multiple Origins simultaneously, or have an Origin switch to a separate Issuer.</t>
          </li>
        </ul>
        <t>Some deployments MAY choose to relax these requirements, such as in cases where the
origins being accessed are ubiquitous or do not correspond to user-specific behavior.</t>
      </section>
      <section anchor="collusion">
        <name>Collusion Among Different Entities</name>
        <t>Collusion among the different entities in the Privacy Pass architecture can result in
exposure of a client's per-origin access patterns.</t>
        <t>For this issuance protocol, Issuers and Attesters should be run by mutually distinct
organizations to limit information sharing. A single entity running an Issuer and Attester
for a single token issuance flow can view the origins being accessed by a given client.
Running the Issuer and Attester in this 'single Issuer/Attester' fashion reduces the privacy
promises of no one entity being able to learn Client browsing patterns. This may be desirable
for a redemption flow that is limited to specific Issuers and Attesters, but should be avoided
where hiding origin names from the Attester is desirable.</t>
        <t>If a Attester and Origin are able to collude, they can correlate a client's identity
and origin access patterns through timestamp correlation. The timing of a request to an
Origin and subsequent token issuance to a Attester can reveal the Client
identity (as known to the Attester) to the Origin, especially if repeated over multiple accesses.</t>
      </section>
    </section>
    <section anchor="deploy">
      <name>Deployment Considerations</name>
      <section anchor="token-key-management">
        <name>Token Key Management</name>
        <t>Issuers SHOULD generate new (Token Key, Issuer Origin Secret) values regularly, and
SHOULD maintain old and new secrets to allow for graceful updates. The RECOMMENDED
rotation interval is two times the length of the policy window for that
information. During generation, issuers must ensure the <tt>token_key_id</tt> (the 8-bit
prefix of SHA256(Token Key)) is different from all other <tt>token_key_id</tt>
values for that Origin currently in rotation. One way to ensure this uniqueness
is via rejection sampling, where a new key is generated until its <tt>token_key_id</tt> is
unique among all currently in rotation for the Origin.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA considerations</name>
      <section anchor="iana-token-type">
        <name>Token Type</name>
        <t>This document updates the "Token Type" Registry (<xref target="AUTHSCHEME"/>) with the following value:</t>
        <table anchor="aeadid-values">
          <name>Token Types</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Name</th>
              <th align="left">Publicly Verifiable</th>
              <th align="left">Public Metadata</th>
              <th align="left">Private Metadata</th>
              <th align="left">Nk</th>
              <th align="left">Nid</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x0003</td>
              <td align="left">Rate-Limited Blind RSA(SHA-384, 2048-bit) with ECDSA(P-384, SHA-384)</td>
              <td align="left">Y</td>
              <td align="left">N</td>
              <td align="left">N</td>
              <td align="left">512</td>
              <td align="left">32</td>
              <td align="left">This document</td>
            </tr>
            <tr>
              <td align="left">0x0004</td>
              <td align="left">Rate-Limited Blind RSA(SHA-384, 2048-bit) with Ed25519(SHA-512)</td>
              <td align="left">Y</td>
              <td align="left">N</td>
              <td align="left">N</td>
              <td align="left">512</td>
              <td align="left">32</td>
              <td align="left">This document</td>
            </tr>
          </tbody>
        </table>
        <t>The details of the signature scheme with key blinding and unblinding functions for each token type above are described in the following sections.</t>
        <section anchor="ecdsa-sig-functions">
          <name>ECDSA-based Token Type</name>
          <t>This section describes the implementation details of the signature scheme with key
blinding and unblinding functions introduced in <xref target="issuers-origin-alias"/> using
<xref target="ECDSA"/> with P-384 as the underlying elliptic curve and SHA-384 as the corresponding
hash function.</t>
          <ul spacing="normal">
            <li>
              <t>BKS-KeyGen(): Generate a random ECDSA private and public key pair (sk, pk).</t>
            </li>
            <li>
              <t>BKS-BlindKeyGen(): Generate a random ECDSA private key bk.</t>
            </li>
            <li>
              <t>BKS-BlindPublicKey(pk, bk, ctx): Produce a blinded public key based on the input public
key pk, blind bk, and context ctx according to <xref target="KEYBLINDING"/>, Section 6.1.</t>
            </li>
            <li>
              <t>BKS-UnblindPublicKey(pk, bk, ctx): Produce an unblinded public key based on the input
blinded public key pk, blind bk, and context ctx according to <xref target="KEYBLINDING"/>, Section 6.1.</t>
            </li>
            <li>
              <t>BKS-Verify(pk, msg, sig): Verify the DER-encoded <xref target="X690"/> BKS-Sig-Value signature
sig over input message msg against the ECDSA public key pk, producing a boolean value indicating success.</t>
            </li>
            <li>
              <t>BKS-BlindKeySign(sk_sign, sk_blind, ctx, msg): Sign input message msg with signing key sk_sign, blind sk_blind,
and context ctx according to <xref target="KEYBLINDING"/>, Section 6.2, and serializes the resulting signature
pair (r, s) in "raw" form, i.e., as the concatenation of two 48-byte, big endian scalars,
yielding an <tt>Nsig=96</tt> byte signature.</t>
            </li>
            <li>
              <t>BKS-SerializePrivatekey(sk): Serialize an ECDSA private key using the Field-Element-to-Octet-String
conversion according to <xref target="SECG"/>.</t>
            </li>
            <li>
              <t>BKS-DeserializePrivatekey(buf): Attempt to deserialize an ECDSA private key from a 48-byte
string buf using Octet-String-to-Field-Element from <xref target="SECG"/>. This function can fail if buf
does not represent a valid private key.</t>
            </li>
            <li>
              <t>BKS-SerializePublicKey(pk): Serialize an ECDSA public key using the
compressed Elliptic-Curve-Point-to-Octet-String method according to <xref target="SECG"/>.</t>
            </li>
            <li>
              <t>BKS-DeserializePublicKey(buf): Attempt to deserialize a public key using
the compressed Octet-String-to-Elliptic-Curve-Point method according to <xref target="SECG"/>,
and then performs partial public-key validation as defined in section 5.6.2.3.4 of
<xref target="KEYAGREEMENT"/>. This validation includes checking
that the coordinates are in the correct range, that the point is on the curve, and
that the point is not the point at infinity.</t>
            </li>
          </ul>
        </section>
        <section anchor="eddsa-sig-functions">
          <name>Ed25519-based Token Type</name>
          <t>This section describes the implementation details of the signature scheme with key
blinding and unblinding functions introduced in <xref target="issuers-origin-alias"/> using
Ed25519 as described in <xref target="RFC8032"/>.</t>
          <ul spacing="normal">
            <li>
              <t>BKS-KeyGen(): Generate a random Ed25519 private and public key pair (sk, pk), where
sk is randomly generated 32 bytes (See <xref target="RFC4086"/> for information about randomness
generation) and pk is computed according to <xref section="5.1.5" sectionFormat="comma" target="RFC8032"/>.</t>
            </li>
            <li>
              <t>BKS-BlindKeyGen(): Generate and output 32 random bytes.</t>
            </li>
            <li>
              <t>BKS-BlindPublicKey(pk, bk, ctx): Produce a blinded public key based on the input public
key pk, blind bk, and context ctx according to <xref section="5.1" sectionFormat="comma" target="KEYBLINDING"/>.</t>
            </li>
            <li>
              <t>BKS-UnblindPublicKey(pk, bk, ctx): Produce an unblinded public key based on the input
blinded public key pk, blind bk, and context ctx according to <xref target="KEYBLINDING"/>, Section 5.1.</t>
            </li>
            <li>
              <t>BKS-Verify(pk, msg, sig): Verify the signature sig over input message msg against
the Ed25519 public key pk, as defined in <xref section="5.1.7" sectionFormat="comma" target="RFC8032"/>, producing a
boolean value indicating success.</t>
            </li>
            <li>
              <t>BKS-BlindKeySign(sk_sign, sk_blind, ctx, msg): Sign input message msg with signing key sk_sign, blind
sk_blind, and context ctx according to <xref section="5.2" sectionFormat="comma" target="KEYBLINDING"/>, yielding an <tt>Nsig=64</tt> byte signature.</t>
            </li>
            <li>
              <t>BKS-SerializePrivatekey(sk): Identity function which outputs sk as an <tt>Nsk=32</tt> byte buffer.</t>
            </li>
            <li>
              <t>BKS-DeserializePrivatekey(buf): Identity function which outputs buf interpreted as <tt>sk</tt>.</t>
            </li>
            <li>
              <t>BKS-SerializePublicKey(pk): Identity function which outputs pk as an <tt>Npk=32</tt> byte buffer.</t>
            </li>
            <li>
              <t>BKS-DeserializePublicKey(buf): Identity function which outputs buf interpreted as <tt>pk</tt>.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="iana-headers">
        <name>HTTP Headers</name>
        <t>This document registers four new headers for use on the token issuance path
in the "Permanent Message Header Field Names" &lt;<eref target="https://www.iana.org/assignments/message-headers"/>&gt;.</t>
        <figure anchor="iana-header-type-table">
          <name>Registered HTTP Header</name>
          <artwork><![CDATA[
    +-------------------------+----------+--------+---------------+
    | Header Field Name       | Protocol | Status |   Reference   |
    +-------------------------+----------+--------+---------------+
    | Sec-Token-Origin-Alias  |   http   |  std   | This document |
    +-------------------------+----------+--------+---------------+
    | Sec-Token-Client        |   http   |  std   | This document |
    +-------------------------+----------+--------+---------------+
    | Sec-Token-Request-Blind |   http   |  std   | This document |
    +-------------------------+----------+--------+---------------+
    | Sec-Token-Limit         |   http   |  std   | This document |
    +-------------------------+----------+--------+---------------+
]]></artwork>
        </figure>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="X690">
          <front>
            <title>Information technology - ASN.1 encoding Rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2021" month="February"/>
          </front>
          <seriesInfo name="ISO/IEC 8824-1:2021" value=""/>
        </reference>
        <reference anchor="ECDSA">
          <front>
            <title>Public Key Cryptography for the Financial Services Industry - The Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author>
              <organization>American National Standards Institute</organization>
            </author>
            <date year="2005" month="November"/>
          </front>
          <seriesInfo name="ANSI" value="ANS X9.62-2005"/>
        </reference>
        <reference anchor="SECG" target="https://secg.org/sec1-v2.pdf">
          <front>
            <title>Elliptic Curve Cryptography, Standards for Efficient Cryptography Group, ver. 2</title>
            <author>
              <organization/>
            </author>
            <date year="2009"/>
          </front>
        </reference>
        <reference anchor="ARCH">
          <front>
            <title>The Privacy Pass Architecture</title>
            <author fullname="Alex Davidson" initials="A." surname="Davidson">
              <organization>LIP</organization>
            </author>
            <author fullname="Jana Iyengar" initials="J." surname="Iyengar">
              <organization>Fastly</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="25" month="September" year="2023"/>
            <abstract>
              <t>   This document specifies the Privacy Pass architecture and
   requirements for its constituent protocols used for authorization
   based on privacy-preserving authentication mechanisms.  It describes
   the conceptual model of Privacy Pass and its protocols, its security
   and privacy goals, practical deployment models, and recommendations
   for each deployment model that helps ensure the desired security and
   privacy goals are fulfilled.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-architecture-16"/>
        </reference>
        <reference anchor="ISSUANCE">
          <front>
            <title>Privacy Pass Issuance Protocol</title>
            <author fullname="Sofia Celi" initials="S." surname="Celi">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Alex Davidson" initials="A." surname="Davidson">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Steven Valdez" initials="S." surname="Valdez">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="3" month="October" year="2023"/>
            <abstract>
              <t>   This document specifies two variants of the two-message issuance
   protocol for Privacy Pass tokens: one that produces tokens that are
   privately verifiable using the issuance private key, and another that
   produces tokens that are publicly verifiable using the issuance
   public key.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-protocol-16"/>
        </reference>
        <reference anchor="BLINDSIG">
          <front>
            <title>RSA Blind Signatures</title>
            <author fullname="Frank Denis" initials="F." surname="Denis">
              <organization>Fastly Inc.</organization>
            </author>
            <author fullname="Frederic Jacobs" initials="F." surname="Jacobs">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>This document specifies an RSA-based blind signature protocol. RSA blind signatures were first introduced by Chaum for untraceable payments. A signature that is output from this protocol can be verified as an RSA-PSS signature.

 This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-rsa-blind-signatures-14"/>
        </reference>
        <reference anchor="AUTHSCHEME">
          <front>
            <title>The Privacy Pass HTTP Authentication Scheme</title>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Steven Valdez" initials="S." surname="Valdez">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="25" month="September" year="2023"/>
            <abstract>
              <t>   This document defines an HTTP authentication scheme for Privacy Pass,
   a privacy-preserving authentication mechanism used for authorization.
   The authentication scheme in this document can be used by clients to
   redeem Privacy Pass tokens with an origin.  It can also be used by
   origins to challenge clients to present Privacy Pass tokens.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-auth-scheme-14"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="TLS13">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="HPKE">
          <front>
            <title>Hybrid Public Key Encryption</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="K. Bhargavan" initials="K." surname="Bhargavan"/>
            <author fullname="B. Lipp" initials="B." surname="Lipp"/>
            <author fullname="C. Wood" initials="C." surname="Wood"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document describes a scheme for hybrid public key encryption (HPKE). This scheme provides a variant of public key encryption of arbitrary-sized plaintexts for a recipient public key. It also includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE works for any combination of an asymmetric KEM, key derivation function (KDF), and authenticated encryption with additional data (AEAD) encryption function. Some authenticated variants may not be supported by all KEMs. We provide instantiations of the scheme using widely used and efficient primitives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based key derivation function (HKDF), and SHA2.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9180"/>
          <seriesInfo name="DOI" value="10.17487/RFC9180"/>
        </reference>
        <reference anchor="KEYBLINDING">
          <front>
            <title>Key Blinding for Signature Schemes</title>
            <author fullname="Frank Denis" initials="F." surname="Denis">
              <organization>Fastly Inc.</organization>
            </author>
            <author fullname="Edward Eaton" initials="E." surname="Eaton">
              <organization>University of Waterloo</organization>
            </author>
            <author fullname="Tancrède Lepoint" initials="T." surname="Lepoint">
         </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare, Inc.</organization>
            </author>
            <date day="23" month="July" year="2023"/>
            <abstract>
              <t>   This document describes extensions to existing digital signature
   schemes for key blinding.  The core property of signing with key
   blinding is that a blinded public key and all signatures produced
   using the blinded key pair are independent of the unblinded key pair.
   Moreover, signatures produced using blinded key pairs are
   indistinguishable from signatures produced using unblinded key pairs.
   This functionality has a variety of applications, including Tor onion
   services and privacy-preserving airdrop for bootstrapping
   cryptocurrency systems.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-signature-key-blinding-04"/>
        </reference>
        <reference anchor="RFC6454">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents. Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites. In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string. It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6454"/>
          <seriesInfo name="DOI" value="10.17487/RFC6454"/>
        </reference>
        <reference anchor="RFC8941">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="P-H. Kamp" surname="P-H. Kamp"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields that wish to use a common syntax that is more restrictive than traditional HTTP field values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8941"/>
          <seriesInfo name="DOI" value="10.17487/RFC8941"/>
        </reference>
        <reference anchor="RFC6570">
          <front>
            <title>URI Template</title>
            <author fullname="J. Gregorio" initials="J." surname="Gregorio"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="M. Hadley" initials="M." surname="Hadley"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="D. Orchard" initials="D." surname="Orchard"/>
            <date month="March" year="2012"/>
            <abstract>
              <t>A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion. This specification defines the URI Template syntax and the process for expanding a URI Template into a URI reference, along with guidelines for the use of URI Templates on the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6570"/>
          <seriesInfo name="DOI" value="10.17487/RFC6570"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="KEYAGREEMENT">
          <front>
            <title>Recommendation for pair-wise key-establishment schemes using discrete logarithm cryptography</title>
            <author fullname="Elaine Barker" initials="E." surname="Barker">
              <organization/>
            </author>
            <author fullname="Lily Chen" initials="L." surname="Chen">
              <organization/>
            </author>
            <author fullname="Allen Roginsky" initials="A." surname="Roginsky">
              <organization/>
            </author>
            <author fullname="Apostol Vassilev" initials="A." surname="Vassilev">
              <organization/>
            </author>
            <author fullname="Richard Davis" initials="R." surname="Davis">
              <organization/>
            </author>
            <date month="April" year="2018"/>
          </front>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-56ar3"/>
          <refcontent>National Institute of Standards and Technology</refcontent>
        </reference>
        <reference anchor="RFC8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="OHTTP">
          <front>
            <title>*** BROKEN REFERENCE ***</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="CONSISTENCY">
          <front>
            <title>Key Consistency and Discovery</title>
            <author fullname="Alex Davidson" initials="A." surname="Davidson">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Matthew Finkel" initials="M." surname="Finkel">
              <organization>The Tor Project</organization>
            </author>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   This document describes the consistency requirements of protocols
   such as Privacy Pass, Oblivious DoH, and Oblivious HTTP for user
   privacy.  It presents definitions for consistency and then surveys
   mechanisms for providing consistency in varying threat models.  In
   concludes with discussion of open problems in this area.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-key-consistency-01"/>
        </reference>
        <reference anchor="CONSISTENCY-MIRROR">
          <front>
            <title>Checking Resource Consistency with HTTP Mirrors</title>
            <author fullname="Benjamin Beurdouche" initials="B." surname="Beurdouche">
              <organization>Inria &amp; Mozilla</organization>
            </author>
            <author fullname="Matthew Finkel" initials="M." surname="Finkel">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Steven Valdez" initials="S." surname="Valdez">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <date day="9" month="October" year="2023"/>
            <abstract>
              <t>   This document describes the mirror protocol, an HTTP-based protocol
   for fetching mirrored HTTP resources.  The primary use case for the
   mirror protocol is to support HTTP resource consistency checks in
   protocols that require clients have a consistent view of some
   protocol-specific resource (typically, a public key) for security or
   privacy reasons, including Privacy Pass and Oblivious HTTP.  To that
   end, this document also describes how to use the mirror protocol to
   implement these consistency checks.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-group-privacypass-consistency-mirror-00"/>
        </reference>
        <reference anchor="CONSISTENCY-INBAND">
          <front>
            <title>Privacy Pass In-Band Key Consistency Checks</title>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   This document describes an in-band key consistency enforcement
   mechanism for Privacy Pass deployments wherein the Attester is split
   from the Issuer and Origin.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-pw-privacypass-in-band-consistency-00"/>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
      </references>
    </references>
    <?line 1714?>

<section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors of this document would like to acknowledge feedback from contributors
to the Privacy Pass working group for their help in improving this document.
The authors also thank Frank Denis and David Schinazi for their contributions.</t>
    </section>
    <section anchor="test-vectors">
      <name>Test Vectors</name>
      <t>This section includes test vectors for Origin Name encryption in <xref target="encrypt-origin"/>
and Client's Origin Alias computation in <xref target="issuers-origin-alias"/>. Test vectors for
the token request and response protocol can be found in <xref target="ISSUANCE"/>.</t>
      <section anchor="origin-name-encryption-test-vector">
        <name>Origin Name Encryption Test Vector</name>
        <t>The test vector below for the procedure in <xref target="encrypt-origin"/> lists the following values:</t>
        <ul spacing="normal">
          <li>
            <t>origin_name: The Origin Name to encrypt, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>kem_id, kdf_id, aead_id: The HPKE algorithms comprising the ciphersuite DHKEM(X25519, HKDF-SHA256), HKDF-SHA256, AES-128-GCM.</t>
          </li>
          <li>
            <t>issuer_encap_key_seed: The seed used to derive the private key corresponding to
Issuer Encapsulation Key via the DeriveKeyPair function as defined in <xref section="7.1.3." sectionFormat="of" target="HPKE"/>,
represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>issuer_encap_key: The public Issuer Encapsulation Key, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>token_type: The type of the protocol specified in this document.</t>
          </li>
          <li>
            <t>token_key_id: The ID of Token Key computed as in <xref target="request-one"/>, a single octet.</t>
          </li>
          <li>
            <t>blinded_msg: A random blinded_msg value, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>request_key: A random request_key value, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>issuer_encap_key_id: The Issuer Encapsulation Key ID computed as in <xref target="request-one"/>, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>encrypted_token_request: The encrypted InnerTokenRequest, represented as a hexadecimal string.</t>
          </li>
        </ul>
        <artwork><![CDATA[
origin_name: 746573742e6578616d706c65
kem_id: 32
kdf_id: 1
aead_id: 1
issuer_encap_key_seed:
d2653816496f400baec656f213f1345092f4406af4f2a63e164956c4c3d240ca
issuer_encap_key: 010020d7b6a2c10e75c4239feb9897e8d23f3f3c377d78e7903611
53167736a24a9c5400010001
token_type: 3
token_key_id: 125
blinded_msg: 89da551a48270b053e53c9eb741badf89e43cb7e66366bb936e11fb2aa0
d30866986a790378bb9fc6a7cf5c32b7b7584d448ffa4ced3be650e354b3136428a52ec0
b27c4103c5855c2b9b4f521ad0713c800d7e6925b6c62e1a6f58b31d13335f468cf509b7
46a16e79b23862d277d0880706c3fb84b127d94faf8d6d2f3e124e681994441b19be084e
c5c159bcd0abab433bbc308d90ea2cabdf4216e1b07155be66a048d686e383ca1e517ab8
0025bb4849d98beb8c3d05d045c1167cb74f4451d8f85695babb604418385464f21f9a81
5fb850ed83fd16a966130427e5637816501f7a79c0010e06adeba55781ceb50f56eae152
ebd06f3cef80dc7ab121d
request_key: 0161d905e4e37f515cb61f863b60e5896aa9e4a17dbe238e752a144c64a
5412e244f0b1f75e010831e185cac023d33cb20
issuer_encap_key_id:
dd2c6de3091f1873643233d229a7a0e9defe0f9fe43f6a7c42ae3a6b16f77837
encrypted_token_request: 82ef7c068506bcabc27d068a51c7ead2cbaf600b76a15e4
d9df99a0da676da5a073fcc8f5ac77b25064d7379037b4e1b186977cface31eceb611978
c73c9aef38c9a0e8ae846881624fa6d454523a0a91d22b02b022891d0469deebd66a912a
a1ab3391b203e92e0a681f0a10c2a2d59b668daf1e5219ed16227d707fa0e8e29188bd58
7ab38b3584564ce9b6538ba82e301cfed4231a2fa4f64a67285a1b9bf648e25f3eb1644c
88d43552bdea6e4bfcbaef0de3ac245e0432be6b019494927fde0743b775f9efe8ca5fef
afbf2048890d54618d408a6001fc8fb276f6828c46f4fe1381e9775eec72ee47593df738
95d18952440d33756d78caea4bd8218950d35afa6c46c535211eda39da277260cb8dab7c
00c6840a745e8150a6ee4893e72b6a51382f877f8c05a15e891a2bde07049760f0f09879
78d78b97e47ecaf90a44996d724dd3720e308abbbf04f672bc5a4db573291986be191b06
03ff521accb6fa081c151c758f3092a89fc6ef591934ff4bc860896c57f83a31b237dd1b
803516c
]]></artwork>
      </section>
      <section anchor="issuers-origin-alias-test-vector">
        <name>Issuer's Origin Alias Test Vector</name>
        <t>The test vector below for the procedure in <xref target="issuers-origin-alias"/> lists the following values:</t>
        <ul spacing="normal">
          <li>
            <t>sk_client: Client Secret, serialized and represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>pk_client: Client Key, serialized and represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>sk_origin: Origin Secret, serialized and represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>request_blind: The request_blind value computed in <xref target="index-request"/>, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>index_key: The index_key value computed in <xref target="issuer-issuers-origin-alias"/>, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>issuer_origin_alias: The issuer_origin_alias value computed in <xref target="attester-output-issuers-origin-alias"/>, represented as a hexadecimal string.</t>
          </li>
        </ul>
        <artwork><![CDATA[
sk_sign: f7a8996bfd0d4ef9af88b3eab73d9e05a2d8c557407236aa15e67b4c
8972bc57afb6562f0341dcc5e80fbb71811b9bbe
pk_sign: 032d276595b188b428e954f0cf61bebea9663a7d6678042a54bdb177
8fc88df7f03b83f7e2c15b14147f3487363f9dbd7a
sk_origin: 337d87ad143b414e05e7f764df402b8af14c20c34dc727dca027aa
87a5e1099f3760985813549a451ec42b0d7a377fdf
request_blind: 7444e18d84cad471dc07d8210b714493254776ff897f040feb
6e97a9a5f90f21d940ea7c50f8a5e3d9d8998c45ab7d42
request_key: 02168f9ec10377781d0b16370e7e97b02755741ad0e66e089696
080b4412ce56e933d47c22ff08a5d5da1474aa6b899b0a
index_key: 0284e8d968c696e57194db7b7a37814a1d7c9c2216106530561d07
adc87ff1b6b9c8b911711f5be66c165bbe90c280befb
issuer_origin_alias: ee475b7c158ff52a89ae21e7178ce572124ba6012a58
ba4124f0c691ffe4b40099637964891316264e8442f5f17aa5af
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+296XYb15Uw+v88RTW97gr5BYAxA6SjpGlJjtm2JX2inGFl
5ZqFwgFZTQCFRgGiGFn9LPdZ7pPdPZ6hqkBRcnr6bphumQSqzrDPPnse2u22
2eW7pT1Ljl6nO9v+Pl/lOztP3hS3dp1clOU+XWc2ebUtdkVWLI9MOptt7duz
pP50aeZFtk5XMNZ8my527dzuFu3NNn+bZvebtCzbW3xnie+0d/RGuzswGXx4
XWzvz5J8vSiMyTfbs2S33Ze7frd72u2bW3t/V2znZ8nFeme3a7trP8PhjSl3
6Xr+U7os1jDlvS3NJj9L/gLrbCVlsd1t7aKE3+5X+MtfjUn3u5tie2aStkng
J1+XZ8llJ/nWrufbPLstizV9zju4zIrdrvZdsb0+S35fFNdLm3z//VP6zK7S
fHmWlPjCP5c3/o1OVqyiyf6lk1zc2/V1ug0m+pd0nUYf0xzfpOVueR+O/6/b
/J8X9Glt3Ded5FW6l8d51DfFanUffEqDnm82sO6Lddahz0qAkN2dJS/XVr56
lW5vkz+m/EqW7+BMnu43drvL10UreZou80WxXedpcjrq9ob8VLFf7/DwflwT
Jlzu4DjLpFgk5ysLgEjDPew2uKB/TnGy2i7gKP6QLuf2b+Ep7OxbQMPg84dO
4C099s/ZzbZY5ftVB56NZnjaSc47yR+LYh5M8fRmm5e7YnNjt9G3NNHTZbGf
L5bp1oYTZendP9/YdJOvr2f5ruwAShqzLrardJe/tYBgyZ/Gp90zekUv1wXg
Nj1QrJOdzW7WxbK4vk/ayfnli04vseusmMN4yev90iIwNjbLFwA+egGg+XVa
5lnyPHosOf76+esTPJh1sYZnl7Xvn8L3CVyS5BnsET7f54Cg89pjz+CxI1ru
HE4PsM/Otvt0e5/0u/0efe7uTuJgc/Hmx/YbRiQ4aFvi7dUHLi5ffnnx/Gky
nfaH7d6ZDPP86bPL8xgsr/azJezrO3ufPN3eb3bF9Tbd3NwnAKxkd2OTb/I1
0J8ctnZpt2/zDFZ7sZ4Dbdgi7N7AE8+Xy3yzgzGe7rdvLWz0Ot/h4/n1Ot3t
t4DaS6Au+e5mlRzTAqKdAokZtXu9A9s4f3F5cYb/Jn867Yz7bXz6EDgE3dfJ
CzozXAKSp3Q7xyUD9Hf7HWLR5fOnv49hUNlBCIdWMAiC5PkCcCK3610Mrd9v
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

-->

</rfc>
