<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.8 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-privacypass-rate-limit-tokens-05" category="exp" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.1 -->
  <front>
    <title abbrev="Rate-Limited Tokens">Rate-Limited Token Issuance Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-rate-limit-tokens-05"/>
    <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="2024" month="April" day="01"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 63?>

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

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

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

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

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

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

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

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

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

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

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-protocol-16"/>
        </reference>
        <reference anchor="BLINDSIG">
          <front>
            <title>RSA Blind Signatures</title>
            <author fullname="F. Denis" initials="F." surname="Denis"/>
            <author fullname="F. Jacobs" initials="F." surname="Jacobs"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="October" year="2023"/>
            <abstract>
              <t>This document specifies an RSA-based blind signature protocol. RSA blind signatures were first introduced by Chaum for untraceable payments. A signature that is output from this protocol can be verified as an RSA-PSS signature.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9474"/>
          <seriesInfo name="DOI" value="10.17487/RFC9474"/>
        </reference>
        <reference anchor="AUTHSCHEME">
          <front>
            <title>The Privacy Pass HTTP Authentication Scheme</title>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Steven Valdez" initials="S." surname="Valdez">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   This document defines an HTTP authentication scheme for Privacy Pass,
   a privacy-preserving authentication mechanism used for authorization.
   The authentication scheme in this document can be used by clients to
   redeem Privacy Pass tokens with an origin.  It can also be used by
   origins to challenge clients to present Privacy Pass tokens.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-auth-scheme-15"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="TLS13">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="HPKE">
          <front>
            <title>Hybrid Public Key Encryption</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="K. Bhargavan" initials="K." surname="Bhargavan"/>
            <author fullname="B. Lipp" initials="B." surname="Lipp"/>
            <author fullname="C. Wood" initials="C." surname="Wood"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document describes a scheme for hybrid public key encryption (HPKE). This scheme provides a variant of public key encryption of arbitrary-sized plaintexts for a recipient public key. It also includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE works for any combination of an asymmetric KEM, key derivation function (KDF), and authenticated encryption with additional data (AEAD) encryption function. Some authenticated variants may not be supported by all KEMs. We provide instantiations of the scheme using widely used and efficient primitives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based key derivation function (HKDF), and SHA2.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9180"/>
          <seriesInfo name="DOI" value="10.17487/RFC9180"/>
        </reference>
        <reference anchor="RFC5861">
          <front>
            <title>HTTP Cache-Control Extensions for Stale Content</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document defines two independent HTTP Cache-Control extensions that allow control over the use of stale responses by caches. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5861"/>
          <seriesInfo name="DOI" value="10.17487/RFC5861"/>
        </reference>
        <reference anchor="KEYBLINDING">
          <front>
            <title>Key Blinding for Signature Schemes</title>
            <author fullname="Frank Denis" initials="F." surname="Denis">
              <organization>Fastly Inc.</organization>
            </author>
            <author fullname="Edward Eaton" initials="E." surname="Eaton">
              <organization>University of Waterloo</organization>
            </author>
            <author fullname="Tancrède Lepoint" initials="T." surname="Lepoint">
         </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare, Inc.</organization>
            </author>
            <date day="22" month="January" year="2024"/>
            <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-05"/>
        </reference>
        <reference anchor="RFC6454">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents. Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites. In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string. It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6454"/>
          <seriesInfo name="DOI" value="10.17487/RFC6454"/>
        </reference>
        <reference anchor="RFC8941">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="P-H. Kamp" surname="P-H. Kamp"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields that wish to use a common syntax that is more restrictive than traditional HTTP field values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8941"/>
          <seriesInfo name="DOI" value="10.17487/RFC8941"/>
        </reference>
        <reference anchor="RFC6570">
          <front>
            <title>URI Template</title>
            <author fullname="J. Gregorio" initials="J." surname="Gregorio"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="M. Hadley" initials="M." surname="Hadley"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="D. Orchard" initials="D." surname="Orchard"/>
            <date month="March" year="2012"/>
            <abstract>
              <t>A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion. This specification defines the URI Template syntax and the process for expanding a URI Template into a URI reference, along with guidelines for the use of URI Templates on the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6570"/>
          <seriesInfo name="DOI" value="10.17487/RFC6570"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="KEYAGREEMENT">
          <front>
            <title>Recommendation for pair-wise key-establishment schemes using discrete logarithm cryptography</title>
            <author fullname="Elaine Barker" initials="E." surname="Barker">
              <organization/>
            </author>
            <author fullname="Lily Chen" initials="L." surname="Chen">
              <organization/>
            </author>
            <author fullname="Allen Roginsky" initials="A." surname="Roginsky">
              <organization/>
            </author>
            <author fullname="Apostol Vassilev" initials="A." surname="Vassilev">
              <organization/>
            </author>
            <author fullname="Richard Davis" initials="R." surname="Davis">
              <organization/>
            </author>
            <date month="April" year="2018"/>
          </front>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-56ar3"/>
          <refcontent>National Institute of Standards and Technology</refcontent>
        </reference>
        <reference anchor="RFC8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="OHTTP">
          <front>
            <title>Oblivious HTTP</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="January" year="2024"/>
            <abstract>
              <t>This document describes Oblivious HTTP, a protocol for forwarding encrypted HTTP messages. Oblivious HTTP allows a client to make multiple requests to an origin server without that server being able to link those requests to the client or to identify the requests as having come from the same client, while placing only limited trust in the nodes used to forward the messages.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9458"/>
          <seriesInfo name="DOI" value="10.17487/RFC9458"/>
        </reference>
        <reference anchor="CONSISTENCY">
          <front>
            <title>Key Consistency and Discovery</title>
            <author fullname="Alex Davidson" initials="A." surname="Davidson">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Matthew Finkel" initials="M." surname="Finkel">
              <organization>The Tor Project</organization>
            </author>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   This document describes the consistency requirements of protocols
   such as Privacy Pass, Oblivious DoH, and Oblivious HTTP for user
   privacy.  It presents definitions for consistency and then surveys
   mechanisms for providing consistency in varying threat models.  In
   concludes with discussion of open problems in this area.

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

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

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

<section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors of this document would like to acknowledge feedback from contributors
to the Privacy Pass working group for their help in improving this document.
The authors also thank Frank Denis and David Schinazi for their contributions.</t>
    </section>
    <section anchor="test-vectors">
      <name>Test Vectors</name>
      <t>This section includes test vectors for Origin Name encryption in <xref target="encrypt-origin"/>
and Client's Origin Alias computation in <xref target="issuers-origin-alias"/>. Test vectors for
the token request and response protocol can be found in <xref target="ISSUANCE"/>.</t>
      <section anchor="origin-name-encryption-test-vector">
        <name>Origin Name Encryption Test Vector</name>
        <t>The test vector below for the procedure in <xref target="encrypt-origin"/> lists the following values:</t>
        <ul spacing="normal">
          <li>
            <t>origin_name: The Origin Name to encrypt, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>kem_id, kdf_id, aead_id: The HPKE algorithms comprising the ciphersuite DHKEM(X25519, HKDF-SHA256), HKDF-SHA256, AES-128-GCM.</t>
          </li>
          <li>
            <t>issuer_encap_key_seed: The seed used to derive the private key corresponding to
Issuer Encapsulation Key via the DeriveKeyPair function as defined in <xref section="7.1.3." sectionFormat="of" target="HPKE"/>,
represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>issuer_encap_key: The public Issuer Encapsulation Key, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>token_type: The type of the protocol specified in this document.</t>
          </li>
          <li>
            <t>token_key_id: The ID of Token Key computed as in <xref target="request-one"/>, a single octet.</t>
          </li>
          <li>
            <t>blinded_msg: A random blinded_msg value, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>request_key: A random request_key value, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>issuer_encap_key_id: The Issuer Encapsulation Key ID computed as in <xref target="request-one"/>, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>encrypted_token_request: The encrypted InnerTokenRequest, represented as a hexadecimal string.</t>
          </li>
        </ul>
        <artwork><![CDATA[
origin_name: 746573742e6578616d706c65
kem_id: 32
kdf_id: 1
aead_id: 1
issuer_encap_key_seed:
d2653816496f400baec656f213f1345092f4406af4f2a63e164956c4c3d240ca
issuer_encap_key: 010020d7b6a2c10e75c4239feb9897e8d23f3f3c377d78e7903611
53167736a24a9c5400010001
token_type: 3
token_key_id: 125
blinded_msg: 89da551a48270b053e53c9eb741badf89e43cb7e66366bb936e11fb2aa0
d30866986a790378bb9fc6a7cf5c32b7b7584d448ffa4ced3be650e354b3136428a52ec0
b27c4103c5855c2b9b4f521ad0713c800d7e6925b6c62e1a6f58b31d13335f468cf509b7
46a16e79b23862d277d0880706c3fb84b127d94faf8d6d2f3e124e681994441b19be084e
c5c159bcd0abab433bbc308d90ea2cabdf4216e1b07155be66a048d686e383ca1e517ab8
0025bb4849d98beb8c3d05d045c1167cb74f4451d8f85695babb604418385464f21f9a81
5fb850ed83fd16a966130427e5637816501f7a79c0010e06adeba55781ceb50f56eae152
ebd06f3cef80dc7ab121d
request_key: 0161d905e4e37f515cb61f863b60e5896aa9e4a17dbe238e752a144c64a
5412e244f0b1f75e010831e185cac023d33cb20
issuer_encap_key_id:
dd2c6de3091f1873643233d229a7a0e9defe0f9fe43f6a7c42ae3a6b16f77837
encrypted_token_request: 82ef7c068506bcabc27d068a51c7ead2cbaf600b76a15e4
d9df99a0da676da5a073fcc8f5ac77b25064d7379037b4e1b186977cface31eceb611978
c73c9aef38c9a0e8ae846881624fa6d454523a0a91d22b02b022891d0469deebd66a912a
a1ab3391b203e92e0a681f0a10c2a2d59b668daf1e5219ed16227d707fa0e8e29188bd58
7ab38b3584564ce9b6538ba82e301cfed4231a2fa4f64a67285a1b9bf648e25f3eb1644c
88d43552bdea6e4bfcbaef0de3ac245e0432be6b019494927fde0743b775f9efe8ca5fef
afbf2048890d54618d408a6001fc8fb276f6828c46f4fe1381e9775eec72ee47593df738
95d18952440d33756d78caea4bd8218950d35afa6c46c535211eda39da277260cb8dab7c
00c6840a745e8150a6ee4893e72b6a51382f877f8c05a15e891a2bde07049760f0f09879
78d78b97e47ecaf90a44996d724dd3720e308abbbf04f672bc5a4db573291986be191b06
03ff521accb6fa081c151c758f3092a89fc6ef591934ff4bc860896c57f83a31b237dd1b
803516c
]]></artwork>
      </section>
      <section anchor="issuers-origin-alias-test-vector">
        <name>Issuer's Origin Alias Test Vector</name>
        <t>The test vector below for the procedure in <xref target="issuers-origin-alias"/> lists the following values:</t>
        <ul spacing="normal">
          <li>
            <t>sk_client: Client Secret, serialized and represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>pk_client: Client Key, serialized and represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>sk_origin: Origin Secret, serialized and represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>request_blind: The request_blind value computed in <xref target="index-request"/>, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>index_key: The index_key value computed in <xref target="issuer-issuers-origin-alias"/>, represented as a hexadecimal string.</t>
          </li>
          <li>
            <t>issuer_origin_alias: The issuer_origin_alias value computed in <xref target="attester-output-issuers-origin-alias"/>, represented as a hexadecimal string.</t>
          </li>
        </ul>
        <artwork><![CDATA[
sk_sign: f7a8996bfd0d4ef9af88b3eab73d9e05a2d8c557407236aa15e67b4c
8972bc57afb6562f0341dcc5e80fbb71811b9bbe
pk_sign: 032d276595b188b428e954f0cf61bebea9663a7d6678042a54bdb177
8fc88df7f03b83f7e2c15b14147f3487363f9dbd7a
sk_origin: 337d87ad143b414e05e7f764df402b8af14c20c34dc727dca027aa
87a5e1099f3760985813549a451ec42b0d7a377fdf
request_blind: 7444e18d84cad471dc07d8210b714493254776ff897f040feb
6e97a9a5f90f21d940ea7c50f8a5e3d9d8998c45ab7d42
request_key: 02168f9ec10377781d0b16370e7e97b02755741ad0e66e089696
080b4412ce56e933d47c22ff08a5d5da1474aa6b899b0a
index_key: 0284e8d968c696e57194db7b7a37814a1d7c9c2216106530561d07
adc87ff1b6b9c8b911711f5be66c165bbe90c280befb
issuer_origin_alias: ee475b7c158ff52a89ae21e7178ce572124ba6012a58
ba4124f0c691ffe4b40099637964891316264e8442f5f17aa5af
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+296XYb15Uw+v88RTW97gr5BYAxA6SjpGlJjtm2JX2inGFl
5ZqFwgFZTQCFRgGSGFn9LPdZ7pPdPZ6hqkBScnrId5vplkmg6gz77LPnod1u
m12+W9qz5Oh1urPt7/NVvrPz5E1xa9fJRVnu03Vmk1fbYldkxfLIpLPZ1r49
S+pPl2ZeZOt0BWPNt+li187tbtHebPO3aXa3ScuyvcV3lvhOe0dvtLsjk8GH
18X27iyx7zfG5JvtWbLb7stdv9s97fbNrb17V2znZ8nFeme3a7trP8PRjSl3
6Xr+U7os1jDjnS3NJj9L/gLLbCVlsd1t7aKE3+5W+MtfjUn3u5tie2aStkng
J1+XZ8llJ/nWrufbPLstizV9zhu4zIrdrvZdsb0+S35fFNdLm3z//VP6zK7S
fHmWlPjCP5c3/o1OVqyiyf6lk1zc2fV1ug0m+pd0nUYf0xzfpOVueReO/6/b
/J8X9Glt3Ded5FW6l8d51DfFanUXfEqDnm82sO6Lddahz0qAkN2dJS/XVr56
lW5vkz+m/EqW7+BInu43drvL10UreZou80WxXedpcjrq9ob8VLFf7/DsflwT
Ilzu4DTLpFgk5ysLgEjDPew2uKB/TnGy2i7gKP6QLuf2b+Ep7OxbwMLg8/tO
4C099s/ZzbZY5ftVB56NZnjaSc47yR+LYh5M8fRmm5e7YnNjt9G3NNHTZbGf
L5bp1oYTZem7f76x6SZfX8/yXdkBlDRmXWxX6S5/awHBkj+NT7tn9IrerYv1
gh8o1snOZjfrYllc3yXt5PzyRaeX2HVWzGG85PV+aREYG5vlCwAfvQDQ/Dot
8yx5Hj2WHH/9/PUJHsy6WMOzy9r3T+H7BC5J8gz2CJ/vc0DQee2xZ/DYES13
DqcH2Gdn2326vUv63X6PPnd3J3GwuXjzY/sNIxIctC1z2KE+cHH58suL50+T
6bQ/bPfOZJjnT59dnsdgebWfLWFf39m75On2brMrrrfp5uYuAWAluxubfJOv
gfzksLVLu32bZ7Dai/UcaMMWYfcGnni+XOabHYzxdL99a2Gj1/kOH8+v1+lu
vwXUXgJxyXc3q+SYFhDtFEjMqN3rHdjG+YvLizP8N/nTaWfcb+PTh8Ah6L5O
XtCZ4RKQPKXbOS4ZoL/b7xCLLp8//X0Mg8oOQji0gkEQJM8XgBO5Xe9iaP1+
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
dbRFGENGV8UbRso47lwTCJFIL5f7Miceuntn7do443quid9ENiMuEsnvvKnq
k2LD8aRZzVxMy1g5vsHVhryKrqejXKGGVJraiw79dupkAVp3o+Ez0eHmmhS6
RFobXFM5dQID2Y/D0RDvZHYyPtIZk60LlgZQ5xj0DKnJpgB9GFFnwQQr5BeM
Siz7OUO+nmBqPP1wNkMiezKSCuK1ccJoIAdlpFSL/Zai9ed5me3LktJR5W7q
aXNKc/KGqD1XIPnwBet6jOSgeaGjBujQ0Q8/Xr45avF/kxcv6ffXz//3jxev
nz/D3y+/Pf/+e/eLkScuv3354/fP/G/+zacvf/jh+Ytn/DJ8mkQfmaMfzv98
xCd/9PLVm4uXL86/P6qnEVHQFDFRiuYCSRVPNC2NmhZIqf/66av/9//pDTHh
+/U3T/u93inosvzHtIc5+GTW5NmIk/KfaH02aFhOt5RtB2J1lm6wngjiJLnH
gHHiPeqY3/xuiQyzPf7dbw2ZnFAromzHdznSDikRQb6rcANU6cUG4uMKrR+Y
VQkzvvn+ElGTc3Ukte2f4MPeAMsHTIfDMZqrLi3r6gPNu6dqS+qogKFLu4f5
CrVQc5pJYDdxGeFoxqW/xQhhOEn+21ffPad6Bb1pl1DGFYwh5WJnr8U8A/j1
b3u7JhIO1HvHu1gDSUFnH34g1ihKlZMDksT3cEHJEYPlGA7h7cmRZoAerY/U
tej1Y56G8OQtfk2USxdFbo3YSJQcLe36+ORIMmN4OHbxsXxT24MQ/EWBhnFa
Kt4QQr2omIAYa8justWcw5stWldYwcupIhadO9lH+Nqeoaynmgeej3gASikr
k/9NqLYT9jSRn5RY8q6SVCIp1BQyyJtj4hGO0oFp1VJen3a+R1NOU54+ijJa
0aPtyFptDCSFbLSUBH5nOnM6rmQzGkZPBKdLJBNlt/SOPpyMKd8ZHaIky9NV
8PabzAsSnAgkq9bNRhXLeCB33ex7zJ2/Vt/X+m2xfGvLaKVpZMTMxWqnPjL1
/7k5H4ksrvAEXmHei8YGoNQdBKeWypRdLirRKeYchEiBNs/bQylBdqRCdGgu
0AlzEr75AI07wMqORG4W/sSXFb2KKtHVpB2COzs+vrN3Z/gPvoMK1TZPlx5T
ohoe6brBzB5I0GpmoEV5vHjMptWFmzrvLR1Cyt4ZFyCKCo2z4KPuWM1YlZoz
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
ZRZ0If4/gm5ClRdsAQA=

-->

</rfc>
