<?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.6.36 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-privacypass-rate-limit-tokens-02" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="Rate-Limited Tokens">Rate-Limited Token Issuance Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-rate-limit-tokens-02"/>
    <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="July" day="10"/>
    <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>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).</li>
          <li>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.</li>
          <li>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.</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>Client: An entity that provides authorization tokens to services
across the Internet, in return for authorization.</li>
        <li>Issuer: An entity that produces Privacy Pass tokens to clients.</li>
        <li>Attester: An entity that can attest to properties about the client,
including previous patterns of access.</li>
        <li>Origin: The server from which the client can redeem tokens.</li>
        <li>Issuance Protocol: The protocol exchange that involves the client,
attester, and issuer, used to generate tokens.</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>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.</li>
        <li>Token Key: Keying material that can be used with an issuance protocol
to create a signed token.</li>
        <li>Origin Name: The name that identifies the Origin, as included in a
TokenChallenge.</li>
      </ul>
      <t>Additionally, this document defines several terms that are unique to the
rate-limited issuance protocol:</t>
      <ul spacing="normal">
        <li>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>Client Secret: The secret key used by the Client during token issuance, whose public key
(Client Key) is shared with the Attester.</li>
        <li>Issuer Origin Secret: A per-origin secret key used by the Issuer during token issuance,
whose public key is not shared with anyone.</li>
        <li>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.</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>Issuer Policy Window: a uint64 of seconds as defined in <xref target="terms"/>.</li>
        <li>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".</li>
        <li>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"/>.</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>
        </tbody>
      </table>
      <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>
    ]
 }
]]></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.
Origin configuration for Issuers is out of scope for this document, and so
the mechanism by which Origins obtain their Token Key value is not specified
here.</t>
      <t>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>"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.</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>The Client sends a token request containing a token request, encrypted origin
name, and one-time-use public key and signature to the Attester</li>
        <li>The Attester validates the request contents, specifically checking the request
signature, and proxies the request to the Issuer</li>
        <li>The Issuer validates the request against the signature, and processes its contents,
and produces a token response sent back to the Attester</li>
        <li>The Attester verifies the response and proxies the response to the Client</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>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"/></li>
        <li>
          <xref target="HPKE"/>, for encrypting the origin server name in transit between Client and Issuer across the Attester.</li>
        <li>Signatures with key blinding, as described in <xref target="KEYBLINDING"/>, for verifying
correctness of Client requests.</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>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.</li>
            <li>Token Key, a blind signature public key specific to the Origin. This key is owned by the
Issuer identified by the TokenChallenge.issuer_name.</li>
            <li>Issuer Encapsulation Key, a public key used to encrypt request information corresponding
to the Issuer identified by TokenChallenge.issuer_name.</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>A counter of successful tokens issued</li>
            <li>Whether or not a previous request was rejected by the Issuer</li>
            <li>The previous rate limit provided by the Issuer</li>
            <li>The last received Issuer's Origin Alias value for this Client's Origin Alias, if any</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>"token_type" is a 2-octet integer, which matches the type in the challenge.</li>
            <li>"request_key" is the request_key value generated above.</li>
            <li>"issuer_encap_key_id" is a collision-resistant hash that identifies the Issuer
Encryption Key, generated as SHA256(EncapsulationKey).</li>
            <li>"encrypted_token_request" is an encrypted structure that contains an InnerTokenRequest
value, calculated as described in <xref target="encrypt-origin"/>.</li>
            <li>"request_signature" is computed as described in <xref target="index-proof"/>.</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>The TokenRequest contains a supported token_type</li>
            <li>The TokenRequest.issuer_encap_key_id correspond to known Issuer Encapsulation Keys held by the Issuer.</li>
            <li>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.</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>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.</li>
          <li>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.</li>
          <li>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.</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>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;</li>
          <li>a selected combination of KDF, identified by kdfID, and AEAD, identified by aeadID.</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>Compute an <xref target="HPKE"/> context using pkI, yielding context and encapsulation key enc.</li>
          <li>Construct associated data, aad, by concatenating the values of keyID, kemID, kdfID,
aeadID, and all other values of the TokenRequest structure.</li>
          <li>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>.</li>
          <li>Encrypt (seal) the padded origin_name with aad as associated data using context, yielding ciphertext ct.</li>
          <li>Concatenate the values of aad, enc, and ct, yielding encrypted_token_request.</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>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>.</li>
          <li>Generate a random value of length <tt>max(Nn, Nk)</tt> bytes, called <tt>response_nonce</tt>.</li>
          <li>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></li>
          <li>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".</li>
          <li>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".</li>
          <li>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>.</li>
          <li>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>.</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>The Attester only learns y if the Client in possession of x engages with the protocol;</li>
        <li>The Attester prevents a Client with private input x from running the protocol for input x' that is not equal to x;</li>
        <li>The Issuer does not learn x, nor does it learn when two requests correspond to the same private value x; and</li>
        <li>Neither the Client nor Attester learn k.</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>BKS-KeyGen(): Generate a random private and public key pair (sk, pk).</li>
        <li>BKS-BlindKeyGen(): Generate a random blinding key bk.</li>
        <li>BKS-BlindPublicKey(pk, bk, ctx): Produce a blinded public key based on the input public
key pk, blind key bk, and context ctx.</li>
        <li>BKS-UnblindPublicKey(pk, bk, ctx): Produce an unblinded public key based on the input
blinded public key pk, blind bk, and context ctx.</li>
        <li>BKS-Verify(pk, msg, sig): Verify signature sig over input message msg against the
public key pk, producing a boolean value indicating success.</li>
        <li>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.</li>
        <li>BKS-SerializePrivatekey(sk): Serialize a private key to a byte string of length <tt>Nsk</tt>.</li>
        <li>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.</li>
        <li>BKS-SerializePublicKey(pk): Serialize a public key to a byte string of length <tt>Npk</tt>.</li>
        <li>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.</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>Generate a random blind key, sk_blind.</li>
            <li>Blind <tt>pk_sign</tt> with <tt>sk_blind</tt> to compute a blinded public key, <tt>request_key</tt>.</li>
            <li>Output the blinded public key.</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>Concatenate all signature inputs to yield a message to sign.</li>
            <li>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.</li>
            <li>Output the signature.</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>Check that <tt>request_key</tt> is a valid public key. If this fails, abort.</li>
          <li>Check that <tt>request_blind</tt> is a valid private key. If this fails, abort.</li>
          <li>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.</li>
          <li>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.</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>Check that <tt>request_key</tt> is a valid public key. If this fails, abort.</li>
          <li>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.</li>
          <li>Blind <tt>request_key</tt> by Issuer Origin Secret, <tt>sk_origin</tt>, yielding an index key.</li>
          <li>Output the index key.</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>Check that <tt>index_key</tt> is a valid public key. If this fails, abort.</li>
          <li>Unblind the <tt>index_key</tt> using the Client blind <tt>sk_blind</tt>, yielding the index result.</li>
          <li>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.</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>To mitigate the risk of a targeted Issuer Encapsulation Key, 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="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>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.</li>
          <li>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.</li>
          <li>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.</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>BKS-KeyGen(): Generate a random ECDSA private and public key pair (sk, pk).</li>
            <li>BKS-BlindKeyGen(): Generate a random ECDSA private key bk.</li>
            <li>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.</li>
            <li>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.</li>
            <li>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.</li>
            <li>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.</li>
            <li>BKS-SerializePrivatekey(sk): Serialize an ECDSA private key using the Field-Element-to-Octet-String
conversion according to <xref target="SECG"/>.</li>
            <li>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.</li>
            <li>BKS-SerializePublicKey(pk): Serialize an ECDSA public key using the
compressed Elliptic-Curve-Point-to-Octet-String method according to <xref target="SECG"/>.</li>
            <li>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.</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>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"/>.</li>
            <li>BKS-BlindKeyGen(): Generate and output 32 random bytes.</li>
            <li>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"/>.</li>
            <li>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.</li>
            <li>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.</li>
            <li>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.</li>
            <li>BKS-SerializePrivatekey(sk): Identity function which outputs sk as an <tt>Nsk=32</tt> byte buffer.</li>
            <li>BKS-DeserializePrivatekey(buf): Identity function which outputs buf interpreted as <tt>sk</tt>.</li>
            <li>BKS-SerializePublicKey(pk): Identity function which outputs pk as an <tt>Npk=32</tt> byte buffer.</li>
            <li>BKS-DeserializePublicKey(buf): Identity function which outputs buf interpreted as <tt>pk</tt>.</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>
        <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="15" month="June" year="2023"/>
            <abstract>
              <t>   This document specifies the Privacy Pass architecture and
   requirements for its constituent protocols used for constructing
   privacy-preserving authentication mechanisms.  It provides
   recommendations on how the architecture should be deployed to ensure
   the privacy of clients and the security of all participating
   entities.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-architecture-13"/>
        </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="26" month="June" 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-11"/>
        </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="15" month="June" 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.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Source for this draft and an issue tracker can be found at
   https://github.com/chris-wood/draft-wood-cfrg-blind-signatures.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-rsa-blind-signatures-13"/>
        </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="23" month="June" year="2023"/>
            <abstract>
              <t>   This document defines an HTTP authentication scheme that 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 an acceptable
   Privacy Pass token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-auth-scheme-11"/>
        </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="31" month="January" 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-03"/>
        </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="National Institute of Standards and Technology" value="report"/>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-56ar3"/>
        </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>
        <name>Informative References</name>
        <reference anchor="OHTTP">
          <front>
            <title>*** BROKEN REFERENCE ***</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </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 1663?>

<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>origin_name: The Origin Name to encrypt, represented as a hexadecimal string.</li>
          <li>kem_id, kdf_id, aead_id: The HPKE algorithms comprising the ciphersuite DHKEM(X25519, HKDF-SHA256), HKDF-SHA256, AES-128-GCM.</li>
          <li>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.</li>
          <li>issuer_encap_key: The public Issuer Encapsulation Key, represented as a hexadecimal string.</li>
          <li>token_type: The type of the protocol specified in this document.</li>
          <li>token_key_id: The ID of Token Key computed as in <xref target="request-one"/>, a single octet.</li>
          <li>blinded_msg: A random blinded_msg value, represented as a hexadecimal string.</li>
          <li>request_key: A random request_key value, represented as a hexadecimal string.</li>
          <li>issuer_encap_key_id: The Issuer Encapsulation Key ID computed as in <xref target="request-one"/>, represented as a hexadecimal string.</li>
          <li>encrypted_token_request: The encrypted InnerTokenRequest, represented as a hexadecimal string.</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>sk_client: Client Secret, serialized and represented as a hexadecimal string.</li>
          <li>pk_client: Client Key, serialized and represented as a hexadecimal string.</li>
          <li>sk_origin: Origin Secret, serialized and represented as a hexadecimal string.</li>
          <li>request_blind: The request_blind value computed in <xref target="index-request"/>, represented as a hexadecimal string.</li>
          <li>index_key: The index_key value computed in <xref target="issuer-issuers-origin-alias"/>, represented as a hexadecimal string.</li>
          <li>issuer_origin_alias: The issuer_origin_alias value computed in <xref target="attester-output-issuers-origin-alias"/>, represented as a hexadecimal string.</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+2963YbR3Yw+r+eokOvbw15DNC4A6RHM6EleczYlvSJ8sxk
zZpjNroLZIcgGkEDojiy8iznWc6TnX2tS3eDouRJviQnnEQmge667Nq175du
t2u2xXZpT5OD1+nWdn8oboutzZM35Y1dJedVtUtXmU1ebcptmZXLA5PO5xv7
9jRpPl2ZvMxW6S2MlW/SxbZb2O2iu94Ub9Psfp1WVXeD7yzxne6W3uj2BiaD
D6/Kzf1pUqwWpTHFenOabDe7ajvo9U7ggRt7f1du8tPkfLW1m5Xddp/h8MZU
23SV/5wuyxVMeW8rsy5Ok7/AOjtJVW62G7uo4Lf7W/zlr8aku+11uTk1Sdck
8FOsqtPk4jj5zq7yTZHdVOWKPucdXGTldtv4rtxcnSZ/KMurpU1++OEpfWZv
02J5mlT4wj9W1/6N46y8jSb7p+Pk/N6urtJNMNE/pas0+pjm+Dattsv7cPx/
2RT/uKBPG+O+OU5epTt5nEd9U97e3gef0qBn6zWs+3yVHdNnFUDIbk+Tlysr
X71KNzfJn1J+JSu2cCZPd2u72RarspM8TZfFotysijQ5Gff6I36q3K22eHg/
rQgTLrZwnFVSLpKzWwuASMM9bNe4oH9McbLGLuAo/pguc/u38BS29i2gYfD5
Qyfwlh77x+x6U94Wu9tjeDaa4elxcnac/Kks82CKp9ebotqW62u7ib6liZ4u
y12+WKYbG06UpXf/eG3TdbG6mhfb6hhQ0phVublNt8VbCwiW/Hly0julV/Ry
nQNu0wPlKtna7HpVLsur+6SbnF28OO4ndpWVOYyXvN4tLQJjbbNiAeCjFwCa
36RVkSXPo8eSw2+evz7Cg1mVK3h22fj+KXyfwCVJnsEe4fNdAQiaNx57Bo8d
0HJzOD3APjvf7NLNfTLoDfr0ubs7iYPN+Zufum8YkeCgbYW3Vx84v3j51fnz
p8lsNhh1+6cyzPOnzy7OYrC82s2XsK/v7X3ydHO/3pZXm3R9fZ8AsJLttU2+
LVZAfwrY2oXdvC0yWO35KgfasEHYvYEnni+XxXoLYzzdbd5a2OhVscXHi6tV
ut1tALWXQF2K7fVtckgLiHYKJGbc7ff3bOPsxcX5Kf6b/PnkeDLo4tP7wCHo
vkpe0JnhEpA8pZsclwzQ3+62iEUXz5/+IYZBbQchHDrBIAiS5wvAicKutjG0
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

-->

</rfc>
