<?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.17 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-privacypass-rate-limit-tokens-00" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.14.2 -->
  <front>
    <title abbrev="Rate-Limited Tokens">Rate-Limited Token Issuance Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-rate-limit-tokens-00"/>
    <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="2022" month="September" day="01"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <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>
    <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 build 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 (according
to <xref target="response-two"/>) 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 has a window over which a rate limit policy is applied. The window
begins upon a Client's first token request and ends after the window time elapses,
after which the Client's rate limit state is reset. Issuers apply the rate limit
policy corresponding to a Client's encrypted Origin by using a per-Origin secret
key to produce the token response. Attesters enforce the rate limit by combining
the Issuer's response with a per-Client value, yielding an (Anonymous) Issuer
Origin ID that is stable for all client requests to the designated Origin.
The Anonymous Issuer Origin ID is used to track and enforce the Client rate limit.</t>
        <t>Issuers can rotate the secret they use when applying rate limits as desired. If
a rotation event happens during a Client's active policy window, the Attester would
compute a different Anonymous Issuer Origin ID and mistakenly conclude that the
Client is acccessing a new Origin. To mitigate this, Client's provide a stable
Anonymous Origin ID 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 (Anonymous Origin ID).</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.</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>Anonymous Origin ID: 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 Anonymous Origin ID for each Origin 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>Anonymous Issuer Origin ID: An identifier that is generated by Issuer based on an
Issuer Origin Secret that is per-Client and per-Origin. See <xref target="response-two"/> 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-token-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 contains
multiple origin names, the client selects the single origin name that
presented the challenge. If the origin_info field is empty, the
encrypted message is the empty string "".</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 Anonymous Origin ID value that corresponds
to the Origin Name, to send in requests to the Attester.</t>
          <t>Anonymous Origin ID 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. Doing
so will result in token issuance failure (specifically, when an Attester rejects a request
upon detecting two Anonymous Origin ID values that map to the same Origin).</t>
          <t>One possible mechanism for implementing this identifier is for the Client to store a mapping
between the Origin Name and a randomly generated Anonymous Origin ID for future requests. Alternatively,
the Client can compute a PRF keyed by a per-client secret (Client Secret) over the Origin Name,
e.g., Anonymous Origin ID = HKDF(secret=Client Secret, salt="", info=Origin 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. 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>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, Anonymous Origin ID, 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 Anonymous Issuer Origin ID value for this Anonymous Origin ID, 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" 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 = 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-Request-Key" 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 public key.
Its ABNF is:</t>
        <artwork><![CDATA[
    Sec-Token-Request-Key = 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>
        <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-anon-issuer-origin-id"/>.</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" header,
whose value is Anonymous Origin ID; 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 = Anonymous Origin ID
sec-token-client = Client Key
sec-token-request-blind = request_blind

<Bytes containing the TokenRequest>
]]></artwork>
        <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-anon-issuer-origin-id"/>. 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
Anonymous Origin ID. See <xref target="attester-state"/> for more details.</t>
        <t>If the Attester has stored state that a previous request for this Anonymous Origin ID 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.</t>
      </section>
      <section anchor="request-two">
        <name>Attester-to-Issuer Request</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>
        <t>The Attester and the Issuer MUST use a secure and Issuer-authenticated HTTPS
connection. 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>
        <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 anchor="response-one">
        <name>Issuer-to-Attester Response</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-anon-issuer-origin-id"/>. 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" 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 = index_key
sec-token-limit = Token limit

<Bytes containing the encrypted_token_response>
]]></artwork>
      </section>
      <section anchor="response-two">
        <name>Attester-to-Client Response</name>
        <t>Upon receipt of a successful response from the Issuer, the Attester extracts the
"Sec-Token-Origin" header, and uses the value to determine Anonymous Issuer Origin ID
as described in <xref target="attester-output-anon-issuer-origin-id"/>.</t>
        <t>If the "Sec-Token-Origin" is missing, or if the same Anonymous Issuer Origin ID was previously
received in a response for a different Anonymous Origin ID within the same policy window,
the Attester MUST drop the token and respond to the client with an HTTP 400 status.
If there is not an error, the Anonymous Issuer Origin ID is stored alongside the state
for the Anonymous Origin ID.</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 Anonymous Origin ID. 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>For all other cases, the Attester forwards all HTTP responses unmodified to the Client
as the response to the original request for this issuance.</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 Anonymous Origin ID.</t>
        <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="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="anon-issuer-origin-id">
      <name>Anonymous Issuer Origin ID Computation</name>
      <t>This section describes the Client, Attester, and Issuer behavior in computing
Anonymous Issuer Origin ID, 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-anon-issuer-origin-id"/> describes Client behavior
for initiating the computation with its per-Client secret, <xref target="attester-anon-issuer-origin-id"/>
describes Attester behavior for verifying Client requests, <xref target="issuer-anon-issuer-origin-id"/>
describes Issuer behavior for computing the mapping with its per-Origin secret,
and <xref target="attester-output-anon-issuer-origin-id"/> 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-anon-issuer-origin-id">
        <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-anon-issuer-origin-id">
        <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-anon-issuer-origin-id">
        <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-anon-issuer-origin-id">
        <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 Anonymous Issuer Origin ID 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 "anon_issuer_origin_id" as the info string, yielding Anonymous Issuer Origin ID.</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)

anon_issuer_origin_id = HKDF-Hash(secret=index_result,
  salt=pk_encoded, info="anon_issuer_origin_id")
]]></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 Anonymous Issuer Origin ID (with the corresponding
public key). This is necessary to ensure the client associated with the Anonymous Issuer
Origin ID 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 Anonymous Issuer Origin ID as described in
<xref target="anon-issuer-origin-id"/>, 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 Anonymous Issuer Origin ID 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 Anonymous Issuer Origin ID, 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>
    <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="anon-issuer-origin-id"/> 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="anon-issuer-origin-id"/> 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        |   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>Privacy Pass Architectural Framework</title>
            <author fullname="Alex Davidson">
              <organization>LIP</organization>
            </author>
            <author fullname="Jana Iyengar">
              <organization>Fastly</organization>
            </author>
            <author fullname="Christopher A. Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="5" month="August" year="2022"/>
            <abstract>
              <t>   This document specifies the architectural framework for constructing
   secure and anonymity-preserving instantiations of the Privacy Pass
   protocol.  It provides recommendations on how the protocol ecosystem
   should be constructed 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-06"/>
        </reference>
        <reference anchor="ISSUANCE">
          <front>
            <title>Privacy Pass Issuance Protocol</title>
            <author fullname="Sofía Celi">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Alex Davidson">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Armando Faz-Hernandez">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Steven Valdez">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Christopher A. Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="6" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies two variants of the the two-message issuance
   protocol for Privacy Pass tokens: one that produces tokens that are
   privately verifiable, and another that produces tokens that are
   publicly verifiable.  The privately verifiable issuance protocol
   optionally supports public metadata during the issuance flow.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-protocol-06"/>
        </reference>
        <reference anchor="BLINDSIG">
          <front>
            <title>RSA Blind Signatures</title>
            <author fullname="Frank Denis">
              <organization>Fastly Inc.</organization>
            </author>
            <author fullname="Frederic Jacobs">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Christopher A. Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="6" month="August" year="2022"/>
            <abstract>
              <t>   This document specifies the RSA-based blind signature protocol with
   appendix (RSA-BSSA).  RSA blind signatures were first introduced by
   Chaum for untraceable payments [Chaum83].  It extends RSA-PSS
   encoding specified in [RFC8017] to enable blind signature support.

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-04"/>
        </reference>
        <reference anchor="AUTHSCHEME">
          <front>
            <title>The Privacy Pass HTTP Authentication Scheme</title>
            <author fullname="Tommy Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Steven Valdez">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Christopher A. Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="5" month="August" year="2022"/>
            <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-05"/>
        </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="K. Bhargavan" initials="K." surname="Bhargavan">
              <organization/>
            </author>
            <author fullname="B. Lipp" initials="B." surname="Lipp">
              <organization/>
            </author>
            <author fullname="C. Wood" initials="C." surname="Wood">
              <organization/>
            </author>
            <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">
              <organization>Fastly Inc.</organization>
            </author>
            <author fullname="Edward Eaton">
              <organization>University of Waterloo</organization>
            </author>
            <author fullname="Tancrède Lepoint">
	 </author>
            <author fullname="Christopher A. Wood">
              <organization>Cloudflare, Inc.</organization>
            </author>
            <date day="2" month="August" year="2022"/>
            <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-02"/>
        </reference>
        <reference anchor="RFC6454">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P-H. Kamp" initials="P-H." surname="Kamp">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Hadley" initials="M." surname="Hadley">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="D. Orchard" initials="D." surname="Orchard">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <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>
    <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 Anonymous Origin ID computation in <xref target="anon-issuer-origin-id"/>. 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="anonymous-origin-id-test-vector">
        <name>Anonymous Origin ID Test Vector</name>
        <t>The test vector below for the procedure in <xref target="anon-issuer-origin-id"/> 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-anon-issuer-origin-id"/>, represented as a hexadecimal string.</li>
          <li>anon_issuer_origin_id: The anon_issuer_origin_id value computed in <xref target="attester-output-anon-issuer-origin-id"/>, represented as a hexadecimal string.</li>
        </ul>
        <artwork><![CDATA[
sk_sign: f6e6a0c9de38663ca539ff2e6a04e4fca11dc569794dc405e2d17439d6ce4f6
7abb2b81a1852e0db993b6a0452eb60d6
pk_sign: 032db7483c710673e6999a5fb2a2c6eac1d891f89bbf58d985ff168d182ad51
605c4369280efabb7692f661162e683f03c
sk_origin: 85de5fbbd787da5093da0adb240eba0cc6ea90d72032fc4b6925dd7d0ab1d
a1e5ae0be27fe9f59e9ec7e1f1b15b28696
request_blind: 0698a149fb9d16bcb0a856062f74f9191e82b35e91224a57abce60f5b
79f03a669c6b5e093d57e647865f9fd4305b5a9
request_key: 0287b0ce6b957111263d8c6126af96d400bd5a9d0b0f62ade15ab789446
06c209470ced7086d3c418dd32bf9245fd42678
index_key: 03188bec3dc02d2382b5251b6b4fd729d0472bbddf008c5e93b7c12270d9f
57dde111c861c13be53822a1cebb604946066
anon_issuer_origin_id: 9b0f980e5c1142fddb4401e5cd2107a87d22b73753b0d5dc9
3f9a8f5ed2ee7db78163c6a93cc41ae8158d562381c51ee
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+2963Ybx5ko+r+eoodee4U8BmDcCTBRJrQkxxzbkrYoJ5mV
lWMWugtkhwAa0w2IYmTNs5xnOU92vlvduhsUJWdmZ+YMMyOTQHddvvrut+p2
u2qX71bmLDl6rXem+32+zncmS94Ut2aTXFTVXm9Sk7wqi12RFqsjpReL0rw9
S5pPVyor0o1ew1hZqZe7bm52y+62zN/q9H6rq6pb4jsrfKe7oze6/b5K4cPr
orw/S/LNslAq35Znya7cV7thvz/vD9Wtub8ryuwsudjsTLkxu+4zHF6paqc3
2U96VWxgyntTqW1+lvwZ1tlJqqLclWZZwW/3a/zlL0rp/e6mKM9U0lUJ/OSb
6iy57CXfmk1W5ultVWzoc97BZVrsdo3vivL6LPl9UVyvTPL990/pM7PW+eos
qfCF31U3/o1eWqyjyf6ll1zcm821LoOJ/kVvdPQxzfGNrnar+3D8v5b575b0
aWPcN73kld7L4zzqm2K9vg8+pUHPt1tY98Um7dFnFUDI7M6SlxsjX73S5W3y
R82vpPkOzuTpfmvKXb4pOslTvcqXRbnJdTKf9AdjfqrYb3Z4eD9uCBMud3Cc
VVIsk/O1AUDocA+7LS7odxona+wCjuIPepWZv4WnsDNvAQ2Dzx86gbf02O/S
m7JY5/t1D56NZnjaS857yR+LIgumeHpT5tWu2N6YMvqWJnq6KvbZcqVLE06U
6rvf3Ri9zTfXi3xX9QAlldoU5Vrv8rcGECz503TeP6NXLHFdAG7TA8Um2Zn0
ZlOsiuv7pJucX77oDRKzSYsMxkte71cGgbE1ab4E8NELAM2vdZWnyfPoseT4
6+evT/BgNsUGnl01vn8K3ydAJMkz2CN8vs8BQbPGY8/gsSNabganB9hnFuVe
l/fJsD8c0OeOdhIHm4s3P3bfMCLBQZsKqdc+cHH58quL50+T2Ww47g7OZJjn
T59dnsdgebVfrGBf35n75Gl5v90V16Xe3twnAKxkd2OSb/IN8J8ctnZpyrd5
Cqu92GTAG0qE3Rt44vlqlW93MMbTffnWwEav8x0+nl9v9G5fAmqvgLvku5t1
ckwLiHYKLGbSHQwObOP8xeXFGf6b/Gnemw67+PQhcAi6b5IXdGa4BGRPusxw
yQD93X6HWHT5/OnvYxjUdhDCoRMMgiB5vgScyM1mF0Pr92Wx33aSt6bsJUPe
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
lPXi473cpgr1ALR/8QYtTDf3ZIlktTHWldr1LQC1XPj0DV+riPwN8B7v0rTX
wwXIFhIUAs95ZkXxEhc84Oullfhk7uiNLdalURd4YoidCCLZe0DAOzkXIvvK
sktSmvwWXCa2yD9uXo2n601NOAjy/8GYRBs+foLL8M2JV1ionhmzZpmzBmAp
23V54zQm119VbrqxYiJDhhzkZjiFTbYsdb6hS5856Q3B1o4kAi+1V/ll4e2J
dHknd4DGzpn3ct0Ih2q2RvNF5WAViw/8rQmRyV1rgCx4ZXzKQ7BKxHklS3UP
LvgGhWDpZw8AFdfsAfNvexB6sPnlTkmfdwZj1OidyVTQ/A9BootSr52n2jbb
ie8ex0FNuebue86DGYdEUMZ4uUGF3qQbHBW+Cz5pKrqWlf3Pr795Oh1PxtTH
GnugZ+w0YHEUXZZEvnUJcTi5QgEnl1kpnXcP9uMMr9HDL6mPeewIV+44+XGm
+fDC3fbmm6scO4jGDatPgjud+ZZbnHhVXOcpW84MCCRF9IBEt0LlpmpCyO36
/F+dz50vcpCb/mKffoCZO5SzmnKq3f0+vi48sg/Ii4SMme/rQ74doniN6HJh
ugly3cTdOShxZEBd/ZZc/FkkKC6kU20alP7+yCKueTuac9gjC33LAWyxI1H5
R1QKmXhQb45X0O8zvrlXvzXBbbyVXLCLV3LunNnkAIwnYjjPzPniMd3eZ6SD
lpU266TgvC4uL388f/H0OXoGnHrs7kGugmup+KISYgCKWxEfulAvXDdqHf72
rQMvaLe9g02/m9ckW3cnQTBS8dsuuBPS8M5R3w06cJWi3/xAwzIqxAjSjRTT
8qfcJ91+e2j7fdLqk+6Tjpwt6IYiWSyVzvSGveUYFO/9TqFOai+3YmEOTAke
0tucy3j5utjKBngZg6V21d6S61CYnPkryWhk/8Um8qhSRNsaOzcmCV32JLu9
UzBgqeh9DVIbhJoi0RATJuE8qbRydmKPA3Oy6M3uv2YmQV4FDsHIsQHCTHlV
3zUacX1rRT67htQYfrS37UT3AFKDbk7vxLCK7xgn2OE8EBLaDJA0vsHTNkyq
O2BVi3NN7idzuRQhhKUpSE3pR/OC/FzWkc4FNp3wzsugiQk7PdmtTf0BqeL9
OR6sYIBotEyrVqUpqGUWWtX+QgvnvjnnusgCaS6xQrS6ybfKwqbJO0OHfhhV
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
8f8BMLsxbSVHAQA=

-->

</rfc>
