<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.1 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-wang-ppm-dap-taskprov-05" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title>In-band Task Provisioning for DAP</title>
    <seriesInfo name="Internet-Draft" value="draft-wang-ppm-dap-taskprov-05"/>
    <author fullname="Shan Wang">
      <organization>Apple Inc.</organization>
      <address>
        <email>shan_wang@apple.com</email>
      </address>
    </author>
    <author fullname="Christopher Patton">
      <organization>Cloudflare</organization>
      <address>
        <email>chrispatton+ietf@gmail.com</email>
      </address>
    </author>
    <date year="2023" month="October" day="19"/>
    <area>Security</area>
    <workgroup>Privacy Preserving Measurement</workgroup>
    <keyword>next generation</keyword>
    <keyword>unicorn</keyword>
    <keyword>sparkling distributed ledger</keyword>
    <abstract>
      <?line 46?>

<t>An extension for the Distributed Aggregation Protocol (DAP) is specified that
allows the task configuration to be provisioned in-band.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://wangshan.github.io/draft-wang-ppm-dap-taskprov/draft-wang-ppm-dap-taskprov.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-wang-ppm-dap-taskprov/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Privacy Preserving Measurement Working Group mailing list (<eref target="mailto:ppm@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ppm/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/ppm/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/wangshan/draft-wang-ppm-dap-taskprov"/>.</t>
    </note>
  </front>
  <middle>
    <?line 52?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The DAP protocol <xref target="DAP"/> enables secure aggregation
of a set of reports submitted by Clients. This process is centered around a
"task" that determines, among other things, the cryptographic scheme to use for
the secure computation (a Verifiable Distributed Aggregation Function
<xref target="VDAF"/>), how reports are partitioned into
batches, and privacy parameters such as the minimum size of each batch. Before a
task can be executed, it is necessary to first provision the Clients,
Aggregators, and Collector with the task's configuration.</t>
      <t>The core DAP specification does not define a mechanism for provisioning tasks.
This document describes a mechanism designed to fill this gap. Its key feature
is that task configuration is performed completely in-band, via HTTP request
headers.</t>
      <t>This method presumes the existence of a logical "task author" (written as
"Author" hereafter) who is capable of pushing configurations to Clients. All
parameters required by downstream entities (the Aggregators and Collector) are
encoded in an extension field of the Client's report. There is no need for
out-of-band task orchestration between Leader and Helpers, therefore making
adoption of DAP easier.</t>
      <t>The extension is designed with the same security and privacy considerations of
the core DAP protocol. The Author is not regarded as a trusted third party: It
is incumbent on all protocol participants to verify the task configuration
disseminated by the Author and opt-out if the parameters are deemed insufficient
for privacy. In particular, adopters of this extension should presume the
Author is under the adversary's control. In fact, we expect in a real-world
deployment that the Author may be implemented by one of the Aggregators or
Collector.</t>
      <t>Finally, the DAP protocol requires configuring the entities with a variety of
assets that are not task-specific, but are important for establishing
Client-Aggregator, Collector-Aggregator, and Aggregator-Aggregator
relationships. These include:</t>
      <ul spacing="normal">
        <li>
          <t>The Collector's HPKE <xref target="RFC9180"/> configuration used by the Aggregators to
encrypt aggregate shares.</t>
        </li>
        <li>
          <t>Any assets required for authenticating HTTP requests.</t>
        </li>
      </ul>
      <t>This document does not specify a mechanism for provisioning these assets; as in
the core DAP protocol; these are presumed to be configured out-of-band.</t>
      <t>Note that we consider the VDAF verification key <xref target="VDAF"/>, used by the
Aggregators to aggregate reports, to be a task-specific asset. This document
specifies how to derive this key for a given task from a pre-shared secret,
which in turn is presumed to be configured out-of-band.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>This document uses the same conventions for error handling as <xref target="DAP"/>. In
addition, this document extends the core specification by adding the following
error types:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Type</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">invalidTask</td>
            <td align="left">An Aggregator has opted out of the indicated task as described in <xref target="provisioning-a-task"/></td>
          </tr>
        </tbody>
      </table>
      <t>The terms used follow those described in <xref target="DAP"/>. The following new terms are
used:</t>
      <dl>
        <dt>Task configuration:</dt>
        <dd>
          <t>The non-secret parameters of a task.</t>
        </dd>
        <dt>Task author:</dt>
        <dd>
          <t>The entity that defines a task's configuration.</t>
        </dd>
      </dl>
    </section>
    <section anchor="definition">
      <name>The Taskprov Extension</name>
      <t>The process of provisioning a task begins when the Author disseminates the task
configuration to the Collector and each of the Clients. When a Client issues an
upload request to the Leader (as described in <xref section="4.3" sectionFormat="of" target="DAP"/>), it
includes in an HTTP header the task configuration it used to generate the
report. We refer to this process as "task advertisement". Before consuming the
report, the Leader parses the configuration and decides whether to opt-in; if
not, the task's execution halts.</t>
      <t>Otherwise, if the Leader does opt-in, it advertises the task to the Helpers
during the aggregation protocol (<xref section="4.4" sectionFormat="of" target="DAP"/>). In particular, it
includes the task configuration in an HTTP header of each aggregation job
request for that task. Before proceeding, the Helper must first parse the
configuration and decide whether to opt-in; if not, the task's execution halts.</t>
      <t>To advertise a task to its peer, a Taskprov participant includes a header
"dap-taskprov" with a request incident to the task execution. The value is the
<tt>TaskConfig</tt> structure defined below, expanded into its URL-safe, unpadded Base
64 representation as specified in Sections <xref target="RFC4648" section="5" sectionFormat="bare"/> and <xref target="RFC4648" section="3.2" sectionFormat="bare"/> of <xref target="RFC4648"/>.</t>
      <artwork><![CDATA[
struct {
    /* Info specific for a task. */
    opaque task_info<1..2^8-1>;

    /* Leader API endpoint as defined in I-D.draft-ietf-ppm-dap-07. */
    Url leader_aggregator_endpoint;

    /* Helper API endpoint as defined in I-D.draft-ietf-ppm-dap-07. */
    Url helper_aggregator_endpoint;

    /* This determines the query type for batch selection and the
    properties that all batches for this task must have. */
    QueryConfig query_config;

    /* Time up to which Clients are allowed to upload to this task.
    Defined in I-D.draft-ietf-ppm-dap-07. */
    Time task_expiration;

    /* Determines the VDAF type and its config parameters. */
    VdafConfig vdaf_config;
} TaskConfig;
]]></artwork>
      <t>The purpose of <tt>TaskConfig</tt> is to define all parameters that are necessary for
configuring an Aggregator. It includes all the fields to be associated with a
task. In addition to the Aggregator endpoints, maximum batch query count, and
task expiration, the structure includes an opaque <tt>task_info</tt> field that is
specific to a deployment. For example, this can be a string describing the
purpose of this task.</t>
      <t>The <tt>query_config</tt> field defines the DAP query configuration used to guide batch
selection. It is defined as follows:</t>
      <artwork><![CDATA[
struct {
    QueryType query_type;         /* I-D.draft-ietf-ppm-dap-07 */
    Duration time_precision;      /* I-D.draft-ietf-ppm-dap-07 */
    uint16 max_batch_query_count; /* I-D.draft-ietf-ppm-dap-07 */
    uint32 min_batch_size;
    uint16_t query_type_param_len; /* length of the remainder */
    select (QueryConfig.query_type) {
        case time_interval: Empty;
        case fixed_size:    uint32 max_batch_size;
        default:            opaque[QueryConfig.query_type_param_len];
    }
} QueryConfig;
]]></artwork>
      <t>The <tt>vdaf_config</tt> defines the configuration of the VDAF in use for this task. It
is structured as follows (codepoints are as defined in <xref target="VDAF"/>):</t>
      <artwork><![CDATA[
enum {
    prio3_count(0x00000000),
    prio3_sum(0x00000001),
    prio3_sum_vec(0x00000002),
    prio3_histogram(0x00000003),
    poplar1(0x00001000),
    (2^32-1)
} VdafType;

struct {
    DpConfig dp_config;
    VdafType vdaf_type;
    uint16_t vdaf_type_param_len; /* length of the remainder */
    select (VdafConfig.vdaf_type) {
        case prio3_count:
            Empty;
        case prio3_sum:
            uint8;  /* bit length of each summand */
        case prio3_sum_vec:
            uint8;  /* bit length of each summand */
            uint32; /* number of summands */
            uint32; /* size of each proof chunk */
        case prio3_histogram:
            uint32; /* number of buckets */
            uint32; /* size of each proof chunk */
        case poplar1:
            uint16; /* bit length of input string */
        default:
            opaque[VdafConfig.vdaf_type_param_len];
    }
} VdafConfig;
]]></artwork>
      <t>Apart from the VDAF-specific parameters, this structure includes a mechanism for
differential privacy (DP). This field, <tt>dp_config</tt>, is structured as follows:</t>
      <artwork><![CDATA[
enum {
    reserved(0), /* Reserved for testing purposes */
    none(1),
    (255)
} DpMechanism;

struct {
    DpMechanism dp_mechanism;
    uint16_t dp_mechanism_param_len; /* length of the remainder */
    select (DpConfig.dp_mechanism) {
        case none: Empty;
        default:   opaque[DpConfig.dp_mechanism_param_len];
    }
} DpConfig;
]]></artwork>
      <ul empty="true">
        <li>
          <t>OPEN ISSUE: Should spell out definition of <tt>DpConfig</tt> for various differential
privacy mechanisms and parameters. See draft
<eref target="https://github.com/wangshan/draft-wang-ppm-differential-privacy">draft</eref> for discussion.</t>
        </li>
      </ul>
      <t>The definition of <tt>Time</tt>, <tt>Duration</tt>, <tt>Url</tt>, and <tt>QueryType</tt> follow those in
<xref target="DAP"/>.</t>
      <section anchor="construct-task-id">
        <name>Deriving the Task ID</name>
        <t>When using the Taskprov extension, the task ID is computed as follows:</t>
        <artwork><![CDATA[
task_id = SHA-256(task_config)
]]></artwork>
        <t>where <tt>task_config</tt> is the <tt>TaskConfig</tt> structure disseminated by the Author.
Function SHA-256() is as defined in <xref target="SHS"/>.</t>
      </section>
      <section anchor="vdaf-verify-key">
        <name>Deriving the VDAF Verification Key</name>
        <t>When a Leader and Helper implement the <tt>taskprov</tt> extension in the context of a
particular DAP deployment, they <bcp14>SHOULD</bcp14> compute the shared VDAF verification key
<xref target="VDAF"/> as described in this section.</t>
        <t>The Aggregators are presumed to have securely exchanged a pre-shared secret
out-of-band. The length of this secret <bcp14>MUST</bcp14> be 32 bytes. Let us denote this
secret by <tt>verify_key_init</tt>.</t>
        <t>Let <tt>VERIFY_KEY_SIZE</tt> denote the length of the verification key for the VDAF
indicated by the task configuration. (See <xref section="5" sectionFormat="comma" target="VDAF"/>.)</t>
        <t>The VDAF verification key used for the task is computed as follows:</t>
        <artwork><![CDATA[
verify_key = HKDF-Expand(
    HKDF-Extract(
        taskprov_salt,   # salt
        verify_key_init, # IKM
    ),
    task_id,             # info
    VERIFY_KEY_SIZE,     # L
)
]]></artwork>
        <t>where <tt>taskprov_salt</tt> is defined to be the SHA-256 hash of the octet string
"dap-taskprov" and <tt>task_id</tt> is as defined in <xref target="construct-task-id"/>. Functions
HKDF-Extract() and HKDF-Expand() are as defined in <xref target="RFC5869"/>. Both functions
are instantiated with SHA-256.</t>
      </section>
      <section anchor="provisioning-a-task">
        <name>Configuring a Task</name>
        <t>Prior to participating in a task, each protocol participant must determine if
the <tt>TaskConfig</tt> disseminated by the Author can be configured. The participant
is said to "opt in" to the task if the derived task ID (see
<xref target="construct-task-id"/>) corresponds to an already configured task or the task ID
is unrecognized and therefore corresponds to a new task.</t>
        <t>A protocol participant <bcp14>MAY</bcp14> "opt out" of a task if:</t>
        <ol spacing="normal" type="1"><li>
            <t>The derived task ID corresponds to an already configured task, but the task
configuration disseminated by the Author does not match the existing
configuration.</t>
          </li>
          <li>
            <t>The VDAF, DP, or query configuration is deemed insufficient for privacy.</t>
          </li>
          <li>
            <t>A secure connection to one or both of the Aggregator endpoints could not be
established.</t>
          </li>
          <li>
            <t>The task lifetime is too long.</t>
          </li>
        </ol>
        <t>A protocol participant <bcp14>MUST</bcp14> opt out if the task has expired or if it does not
support an indicated task parameter (e.g., VDAF, DP mechanism, or query type).</t>
        <t>The behavior of each protocol participant is determined by whether or not they
opt in to a task.</t>
      </section>
      <section anchor="hpke-config-no-task-id">
        <name>Supporting HPKE Configurations Independent of Tasks</name>
        <t>In DAP, Clients need to know the HPKE configuration of each Aggregator before
sending reports. (See HPKE Configuration Request in <xref target="DAP"/>.) However, in a DAP
deployment that supports the Taskprov extension, if a Client requests the
Aggregator's HPKE configuration with the task ID computed as described in
<xref target="construct-task-id"/>, the task ID may not be configured in the Aggregator yet,
because the Aggregator is still waiting for the task to be advertised by a
Client.</t>
        <t>To mitigate this issue, if an Aggregator wants to support the Taskprov
extension, it <bcp14>SHOULD</bcp14> choose which HPKE configuration to advertise to Clients
independent of the task ID. It <bcp14>MAY</bcp14> continue to support per-task HPKE
configurations for other tasks that are configured out-of-band.</t>
        <t>In addition, if a Client intends to advertise a task via the Taskprov extension,
it <bcp14>SHOULD NOT</bcp14> specify the <tt>task_id</tt> parameter when requesting the HPKE
configuration from an Aggregator.</t>
      </section>
    </section>
    <section anchor="client-behavior">
      <name>Client Behavior</name>
      <t>Upon receiving a <tt>TaskConfig</tt> from the Author, the Client decides whether to
opt in to the task as described in <xref target="provisioning-a-task"/>. If the Client opts
out, it <bcp14>MUST</bcp14> not attempt to upload reports for the task.</t>
      <ul empty="true">
        <li>
          <t>OPEN ISSUE: In case of opt-out, would it be useful to specify how to report
this to the Author?</t>
        </li>
      </ul>
      <t>Once the client opts into a task, it may begin uploading reports for the task.
Each upload request for that task <bcp14>MUST</bcp14> advertise the task configuration. The
extension codepoint <tt>taskprov</tt> <bcp14>MUST</bcp14> be offered in the <tt>extensions</tt> field of
both leader and helper's <tt>PlaintextInputShare</tt>. In addition, each report's task
ID <bcp14>MUST</bcp14> be computed as described in <xref target="construct-task-id"/>.</t>
      <t>The <tt>taskprov</tt> extension type is defined as follows:</t>
      <artwork><![CDATA[
enum {
    taskprov(0xff00),
    (65535)
} ExtensionType;
]]></artwork>
      <t>The extension data in report share for <tt>taskprov</tt> is zero length, since its
content is transported in "dap-taskprov" header.</t>
    </section>
    <section anchor="leader-behavior">
      <name>Leader Behavior</name>
      <section anchor="upload-protocol">
        <name>Upload Protocol</name>
        <t>Upon receiving a task advertisement from a Client, if the Leader does not
support the extension, it will ignore the HTTP header. In particular, if the
task ID is not recognized, then it <bcp14>MUST</bcp14> abort the upload request with
"unrecognizedTask".</t>
        <t>Otherwise, if the Leader does support the extension, it first attempts to parse
the "dap-taskprov" HTTP header payload. If parsing fails, it <bcp14>MUST</bcp14> abort with
"invalidMessage".</t>
        <t>Next, it checks that the task ID indicated by the upload request matches the
task ID derived from the extension payload as specified in
<xref target="construct-task-id"/>. If the task ID does not match, then the Leader <bcp14>MUST</bcp14> abort
with "unrecognizedTask".</t>
        <t>The Leader then decides whether to opt in to the task as described in
<xref target="provisioning-a-task"/>. If it opts out, it <bcp14>MUST</bcp14> abort the upload request with
"invalidTask".</t>
        <ul empty="true">
          <li>
            <t>OPEN ISSUE: In case of opt-out, would it be useful to specify how to report
this to the Author?</t>
          </li>
        </ul>
        <t>Finally, once the Leader has opted in to the task, it completes the upload
request as usual.</t>
        <t>During the upload flow, if the Leader's report share does not present a
<tt>taskprov</tt> extension type, Leader <bcp14>MUST</bcp14> abort the upload request with
"invalidMessage".</t>
      </section>
      <section anchor="aggregate-protocol">
        <name>Aggregate Protocol</name>
        <t>When the Leader opts in to a task, it <bcp14>SHOULD</bcp14> derive the VDAF verification key
for that task as described in <xref target="vdaf-verify-key"/>. The Leader <bcp14>MUST</bcp14> advertise
the task to the Helper in every request incident to the task as described in
<xref target="definition"/>.</t>
      </section>
      <section anchor="collect-protocol">
        <name>Collect Protocol</name>
        <t>The Collector might issue a collect request for a task provisioned by the
Taskprov extension prior to opting in to the task. In this case, the Leader
would need to abort the collect request with "unrecognizedTask". When it does
so, it is up to the Collector to retry its request.</t>
        <ul empty="true">
          <li>
            <t>OPEN ISSUE: This semantics is awkward, as there's no way for the Leader to
distinguish between Collectors who support the extension and those that don't.</t>
          </li>
        </ul>
        <t>The Leader <bcp14>MUST</bcp14> advertise the task in every aggregate share request issued to
the Helper as described in <xref target="definition"/>.</t>
      </section>
    </section>
    <section anchor="helper-behavior">
      <name>Helper Behavior</name>
      <t>Upon receiving a task advertisement from the Leader, If the Helper does not
support the Taskprov extension, it will ignore the "dap-taskprov" HTTP header
and process the aggregate request as usual. In particular, if the Helper does
not recognize the task ID, it <bcp14>MUST</bcp14> abort the aggregate request with error
"unrecognizedTask". Otherwise, if the Helper supports the extension, it
proceeds as follows.</t>
      <t>First, the Helper attempts to parse payload of the "dap-taskprov" HTTP header.
If this step fails, the Helper <bcp14>MUST</bcp14> abort with "invalidMessage".</t>
      <t>Next, the Helper checks that the task ID indicated in the upload request matches
the task ID derived from the <tt>TaskConfig</tt> as defined in <xref target="construct-task-id"/>.
If not, the Helper <bcp14>MUST</bcp14> abort with "unrecognizedTask".</t>
      <t>Next, the Helper decides whether to opt in to the task as described in
<xref target="provisioning-a-task"/>. If it opts out, it <bcp14>MUST</bcp14> abort the aggregation job
request with "invalidTask".</t>
      <ul empty="true">
        <li>
          <t>OPEN ISSUE: In case of opt-out, would it be useful to specify how to report
this to the Author?</t>
        </li>
      </ul>
      <t>Finally, the Helper completes the request as usual, deriving the VDAF
verification key for the task as described in <xref target="vdaf-verify-key"/>.</t>
      <t>During Helper aggregate initialization, if any Helper's report share does not
include the <tt>taskprov</tt> extension with an empty payload, then the Helper <bcp14>MUST</bcp14>
abort the aggregate request with "invalidMessage".</t>
    </section>
    <section anchor="collector-behavior">
      <name>Collector Behavior</name>
      <t>Upon receiving a <tt>TaskConfig</tt> from the Author, the Collector first decides
whether to opt in to the task as described in <xref target="provisioning-a-task"/>. If the
Collector opts out, it <bcp14>MUST</bcp14> not attempt to upload reports for the task.</t>
      <t>Otherwise, once opted in, the Collector <bcp14>MAY</bcp14> begin to issue collect requests for
the task. The task ID for each request <bcp14>MUST</bcp14> be derived from the <tt>TaskConfig</tt> as
described in <xref target="provisioning-a-task"/>. The Collector <bcp14>MUST</bcp14> advertise the task as
described in <xref target="definition"/>.</t>
      <t>If the Leader responds to a collect request with an "unrecognizedTask" error,
the Collector <bcp14>MAY</bcp14> retry its collect request after waiting for a duration.
header.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document has the same security and privacy considerations as the core DAP
specification. In particular, for privacy we consider the Author to be under
control of the adversary. It is therefore incumbent on protocol participants to
verify the privacy parameters of a task before opting in.</t>
      <t>In addition, the Taskprov extension is designed to maintain robustness even when
the Author misbehaves, or is merely misconfigured. In particular, if the Clients
and Aggregators have an inconsistent view of the the task configuration, then
aggregation of reports will fail. This is guaranteed by the binding of the task
ID (derived from the task configuration) to report shares provided by HPKE
encryption. Furthermore, the presence of <tt>taskprov</tt> extension type in the report
share means Aggregators that do not recognize the Taskprov extension will abort
with <tt>invalidMessage</tt>, as described in (<xref section="4.4.3" sectionFormat="of" target="DAP"/>). This
prevents a malicious Author from provisioning a modified task to each party
with other means, which can lead to compromised privacy guarantee in aggregate
result.</t>
      <ul empty="true">
        <li>
          <t>OPEN ISSUE: What if the Collector and Aggregators don't agree on the task
configuration? Decryption should fail.</t>
        </li>
      </ul>
      <t>A malicious coalition of Clients might attempt to pollute an Aggregator's
long-term storage by uploading reports for many (thousands or perhaps millions)
of distinct tasks. While this does not directly impact tasks used by honest
Clients, it does present a Denial-of-Service risk for the Aggregators
themselves.</t>
      <ul empty="true">
        <li>
          <t>TODO: Suggest mitigations for this. Perhaps the Aggregators need to keep track
of how many tasks in total they are opted in to?</t>
        </li>
      </ul>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>The taskprov extension is designed so that the Aggregators do not need to store
individual task configurations long-term. Because the task configuration is
advertised in each request in the upload, aggregation, and colletion protocols,
the process of opting-in and deriving the task ID and VDAF verify key can be
re-run on the fly for each request. This is useful if a large number of
concurrent tasks are expected.</t>
      <t>Once an Aggregator has opted-in to a task, the expectation is that the task is
supported until it expires. In particular, Aggregators that operate in this
manner <bcp14>MUST NOT</bcp14> opt out once they have opted in.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <ul empty="true">
        <li>
          <t>NOTE(cjpatton) Eventually we'll have IANA considerations (at the very least
we'll need to allocate a codepoint) but we can leave this blank for now.</t>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="SHS">
        <front>
          <title>Secure Hash Standard</title>
          <author>
            <organization/>
          </author>
          <date year="2015" month="August" day="04"/>
        </front>
        <seriesInfo name="FIPS PUB 180-4" value=""/>
      </reference>
      <reference anchor="DAP">
        <front>
          <title>Distributed Aggregation Protocol for Privacy Preserving Measurement</title>
          <author fullname="Tim Geoghegan" initials="T." surname="Geoghegan">
            <organization>ISRG</organization>
          </author>
          <author fullname="Christopher Patton" initials="C." surname="Patton">
            <organization>Cloudflare</organization>
          </author>
          <author fullname="Eric Rescorla" initials="E." surname="Rescorla">
            <organization>Mozilla</organization>
          </author>
          <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
            <organization>Cloudflare</organization>
          </author>
          <date day="14" month="September" year="2023"/>
          <abstract>
            <t>   There are many situations in which it is desirable to take
   measurements of data which people consider sensitive.  In these
   cases, the entity taking the measurement is usually not interested in
   people's individual responses but rather in aggregated data.
   Conventional methods require collecting individual responses and then
   aggregating them, thus representing a threat to user privacy and
   rendering many such measurements difficult and impractical.  This
   document describes a multi-party distributed aggregation protocol
   (DAP) for privacy preserving measurement (PPM) which can be used to
   collect aggregate data without revealing any individual user's data.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-ppm-dap-07"/>
      </reference>
      <reference anchor="VDAF">
        <front>
          <title>Verifiable Distributed Aggregation Functions</title>
          <author fullname="Richard Barnes" initials="R." surname="Barnes">
            <organization>Cisco</organization>
          </author>
          <author fullname="David Cook" initials="D." surname="Cook">
            <organization>ISRG</organization>
          </author>
          <author fullname="Christopher Patton" initials="C." surname="Patton">
            <organization>Cloudflare</organization>
          </author>
          <author fullname="Phillipp Schoppmann" initials="P." surname="Schoppmann">
            <organization>Google</organization>
          </author>
          <date day="31" month="August" year="2023"/>
          <abstract>
            <t>   This document describes Verifiable Distributed Aggregation Functions
   (VDAFs), a family of multi-party protocols for computing aggregate
   statistics over user measurements.  These protocols are designed to
   ensure that, as long as at least one aggregation server executes the
   protocol honestly, individual measurements are never seen by any
   server in the clear.  At the same time, VDAFs allow the servers to
   detect if a malicious or misconfigured client submitted an
   measurement that would result in an invalid aggregate result.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-vdaf-07"/>
      </reference>
      <reference anchor="RFC9180">
        <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="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="RFC4648">
        <front>
          <title>The Base16, Base32, and Base64 Data Encodings</title>
          <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
          <date month="October" year="2006"/>
          <abstract>
            <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4648"/>
        <seriesInfo name="DOI" value="10.17487/RFC4648"/>
      </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>
    </references>
    <?line 539?>

<section numbered="false" anchor="contributors">
      <name>Contributors</name>
      <ul empty="true">
        <li>
          <t>CP: Unless the order is meaningful, consider alphabetizing these names.</t>
        </li>
      </ul>
      <t>Junye Chen
Apple Inc.
junyec@apple.com</t>
      <t>Suman Ganta
Apple Inc.
sganta2@apple.com</t>
      <t>Gianni Parsa
Apple Inc.
gianni_parsa@apple.com</t>
      <t>Michael Scaria
Apple Inc.
mscaria@apple.com</t>
      <t>Kunal Talwar
Apple Inc.
ktalwar@apple.com</t>
      <t>Christopher A. Wood
Cloudflare
caw@heapingbits.net</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
8HGhG/F/feY0R8VTAAA=

-->

</rfc>
