<?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.29 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ppm-dap-taskprov-02" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="DAP-Taskprov">Task Binding and In-Band Provisioning for DAP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ppm-dap-taskprov-02"/>
    <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="2025" month="May" day="05"/>
    <area>Security</area>
    <workgroup>Privacy Preserving Measurement</workgroup>
    <keyword>next generation</keyword>
    <keyword>unicorn</keyword>
    <keyword>sparkling distributed ledger</keyword>
    <abstract>
      <?line 47?>

<t>An extension for the Distributed Aggregation Protocol (DAP) is specified that
cryptographically binds the parameters of a task to the task's execution. In
particular, when a client includes this extension with its report, the servers
will only aggregate the report if all parties agree on the task parameters.
This document also specifies an optional mechanism for in-band task
provisioning that builds on the report extension.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-ppm.github.io/draft-ietf-ppm-dap-taskprov/draft-ietf-ppm-dap-taskprov.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-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/ietf-wg-ppm/draft-ietf-ppm-dap-taskprov"/>.</t>
    </note>
  </front>
  <middle>
    <?line 57?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>(RFC EDITOR: Remove this paragraph.) This draft is maintained in
https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap-taskprov.</t>
      <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. See
<xref section="4.3" sectionFormat="of" target="DAP"/> for a complete listing.</t>
      <t>In order to execute a task securely, it is required that all parties agree on
all parameters associated with the task. However, the core DAP specification
does not specify a mechanism for accomplishing this. In particular, it is
possible that the parties successfully aggregate and collect a batch, but some
party does not know the parameters that were enforced.</t>
      <t>A desirable property for DAP to guarantee is that successful execution implies
agreement on the task parameters. On the other hand, disagreement between a
Client and the Aggregators should prevent reports uploaded by that Client from
being processed.</t>
      <t><xref target="definition"/> specifies a report extension (<xref section="4.5.3" sectionFormat="of" target="DAP"/>) that
endows DAP with this property. First, it specifies an encoding of all task
parameters that are relevant to all parties. This excludes cryptographic
assets, such as the secret VDAF verification key (<xref section="5" sectionFormat="of" target="VDAF"/>) or
the public HPKE configurations <xref target="RFC9180"/> of the aggregators or collector.
Second, the task ID is computed by hashing the encoded parameters. If a report
includes the extension, then each aggregator checks if the task ID was computed
properly: if not, it rejects the report. This cryptographic binding of the task
to its parameters ensures that the report is only processed if the Client and
Aggregator agree on the task parameters.</t>
      <t>One reason this task-binding property is desirable is that it makes the process
by which parties are provisioned with task parameters more robust. This is
because misconfiguration of a party would manifest in a server's telemetry as
report rejection. This is preferable to failing silently, as misconfiguration
could result in privacy loss.</t>
      <t><xref target="taskprov"/> specifies one possible mechanism for provisioning DAP tasks that
is built on top of the extension in <xref target="definition"/>. Its chief design goal is to
make task configuration completely in-band, via HTTP request headers. Note that
this mechanism is an optional feature of this specification; it is not required
to implement the DAP report extension in <xref target="definition"/>.</t>
      <section anchor="change-log">
        <name>Change Log</name>
        <t>(RFC EDITOR: Remove this section.)</t>
        <t>(*) Indicates a change that breaks wire compatibility with the previous draft.</t>
        <t>02:</t>
        <ul spacing="normal">
          <li>
            <t>Don't specify a lower limit for vector bounds.</t>
          </li>
          <li>
            <t>Update normative references.</t>
          </li>
          <li>
            <t>Recommend including the report extension in the public extensions list.</t>
          </li>
        </ul>
        <t>01:</t>
        <ul spacing="normal">
          <li>
            <t>Add an extension point to the <tt>TaskConfig</tt> structure and define rules for
processing extensions. (*)</t>
          </li>
          <li>
            <t>Remove DP mechanisms. (*)</t>
          </li>
          <li>
            <t>Add guidelines for extending this document to account for new VDAFs or DAP
batch modes. Improve the extension points for these in <tt>TaskConfig</tt> in order
to make this easier. (*)</t>
          </li>
          <li>
            <t>Add a salt to the task ID computation. (*)</t>
          </li>
          <li>
            <t>Harmonize task lifetime parameters with <xref target="DAP"/> by adding a task start time
and replacing the task end time with a task duration. (*)</t>
          </li>
          <li>
            <t>Harmonize batch mode parameters with <xref target="DAP"/> by removing the deprecated
<tt>max_batch_query_count</tt> and <tt>max_batch_size</tt> parameters. (*)</t>
          </li>
          <li>
            <t>Task provisioning: Remove guidance for per-task HPKE configurations, as this
feature was deprecated by DAP.</t>
          </li>
          <li>
            <t>Bump draft-ietf-ppm-dap-12 to 13 <xref target="DAP"/>. (*)</t>
          </li>
          <li>
            <t>Bump draft-irtf-cfrg-vdaf-12 to 13 <xref target="VDAF"/>.</t>
          </li>
        </ul>
      </section>
    </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 anchor="urn-space-errors">
        <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 in the provisioning mechanism of <xref target="taskprov"/>.</t>
        </dd>
      </dl>
    </section>
    <section anchor="definition">
      <name>The Taskbind Extension</name>
      <t>To use the Taskbind extension, the Client includes the following extension in
the report extensions for each Aggregator as described in <xref section="4.5.3" sectionFormat="of" target="DAP"/>:</t>
      <artwork><![CDATA[
enum {
    taskbind(0xff00),
    (2^16-1)
} ExtensionType;
]]></artwork>
      <t>The payload of the extension <bcp14>MUST</bcp14> be empty. If the payload is non-empty, then
the Aggregator <bcp14>MUST</bcp14> reject the report.</t>
      <t>When the client uses the Taskbind extension, it computes the task ID (<xref section="4.2" sectionFormat="of" target="DAP"/>) as follows:</t>
      <artwork><![CDATA[
task_id = SHA-256(SHA-256("dap-taskprov task id") || task_config)
]]></artwork>
      <t>where <tt>task_config</tt> is a <tt>TaskConfig</tt> structure defined in <xref target="task-encoding"/>.
Function SHA-256() is as defined in <xref target="SHS"/>.</t>
      <t>The task ID is bound to each report share (via HPKE authenticated and
associated data, see <xref section="4.4.2" sectionFormat="of" target="DAP"/>). Binding the parameters to the
ID this way ensures, in turn, that the report is only aggregated if the Client
and Aggregator agree on the parameters. This is accomplished by the Aggregator
behavior below.</t>
      <t>During aggregation (<xref section="4.6" sectionFormat="of" target="DAP"/>), each Aggregator processes a
report with the Taskbind extension as follows.</t>
      <t>First, it looks up the ID and parameters associated with the task. Note the
task has already been configured; otherwise the Aggregator would have already
aborted the request due to not recognizing the task.</t>
      <t>Next, the Aggregator encodes the parameters as a <tt>TaskConfig</tt> defined in
<xref target="task-encoding"/> and computes the task ID as above. If the derived task ID
does not match the task ID of the request, then it <bcp14>MUST</bcp14> reject the report with
error "invalid_message".</t>
      <t>During the upload flow (<xref section="4.4" sectionFormat="of" target="DAP"/>), the Leader <bcp14>SHOULD</bcp14> abort the
request with "unrecognizedTask" if the derived task ID does not match the task
ID of the request.</t>
      <section anchor="task-encoding">
        <name>Task Encoding</name>
        <t>The task configuration is encoded as follows:</t>
        <artwork><![CDATA[
uint32 VdafType; /* As defined in Section 10 of [VDAF] */

struct {
    /* Info specific for a task. */
    opaque task_info<1..2^8-1>;

    /* Leader API endpoint. */
    Url leader_aggregator_endpoint;

    /* Helper API endpoint. */
    Url helper_aggregator_endpoint;

    /* Time precision. */
    Duration time_precision;

    /* Minimum batch size. */
    uint32 min_batch_size;

    /* The batch mode and its parameters. */
    BatchMode batch_mode;
    opaque batch_config<0..2^16-1>;

    /* The earliest timestamp that will be accepted for this task. */
    Time task_start;

    /* The duration of the task. */
    Duration task_duration;

    /* Determines the VDAF type and its config parameters. */
    VdafType vdaf_type;
    opaque vdaf_config<0..2^16-1>;

    /* Taskbind Extensions. */
    TaskbindExtension extensions<0..2^16-1>;
} TaskConfig;
]]></artwork>
        <t>The purpose of <tt>TaskConfig</tt> is to define all parameters that are necessary for
configuring each party. It includes all parameters listed in <xref section="4.3" sectionFormat="of" target="DAP"/> as well as two additional fields:</t>
        <ul spacing="normal">
          <li>
            <t><tt>task_info</tt> is an opaque field whose contents are specific to the deployment.
For example, this might be a human-readable string describing the purpose of
this task.</t>
          </li>
          <li>
            <t><tt>extensions</tt> is a list of extensions to this document. The format and
semantics of extensions are describe in <xref target="taskbind-extensions"/>.</t>
          </li>
        </ul>
        <t>This structure does not include cryptographic assets shared by only a subset of
the parties, including the secret VDAF verification key <xref target="VDAF"/> or public
HPKE configurations <xref target="RFC9180"/>.</t>
        <t>The <tt>batch_mode</tt> field indicates the DAP batch mode and corresponds to a
codepoint in the Batch Modes Registry.</t>
        <ul empty="true">
          <li>
            <t>TODO Add a reference to the IANA registry for batch modes created by
<xref target="DAP"/>.</t>
          </li>
        </ul>
        <t>The <tt>batch_config</tt> field contains any parameters that are required for
configuring the batch mode. For the time-interval and leader-selected batch
modes specified in <xref target="DAP"/>, the payload is empty. Batch modes defined by
future documents may specify a non-empty payload; see <xref target="extending-this-doc"/>
for details. The length prefix of the <tt>batch_config</tt> ensures that the batch
config can be decoded even if the batch mode is unrecognized.</t>
        <t>The <tt>vdaf_type</tt> field indicates the VDAF for the task and corresponds to a
codepoint in the VDAF Identifiers registry.</t>
        <ul empty="true">
          <li>
            <t>TODO: Add a reference to the IANA registry created by <xref target="VDAF"/>.</t>
          </li>
        </ul>
        <t>The <tt>vdaf_config</tt> field contains parameters necessary to configure an instance
of the VDAF. <xref target="vdaf-config"/> defines a suitable encoding of the configuration
for each VDAF specified in <xref target="VDAF"/>. VDAFs defined by future documents may
also use this field as well; see <xref target="extending-this-doc"/> for details.</t>
        <t>The length prefix of the <tt>vdaf_config</tt> ensures that VDAF config can be decoded
even if the VDAF type is not recognized.</t>
        <t>The definition of <tt>Time</tt>, <tt>Duration</tt>, <tt>Url</tt>, and <tt>BatchMode</tt> follow those in
<xref target="DAP"/>.</t>
      </section>
      <section anchor="vdaf-config">
        <name>VDAF config</name>
        <t>This section defines the payload of <tt>TaskConfig.vdaf_config</tt> for each VDAF
specified in <xref target="VDAF"/>. In some cases, the VDAF supports more than two
Aggregators; but since DAP only supports two Aggregators, we do not include the
number of Aggregators in the encoding (cf. <xref section="7" sectionFormat="of" target="VDAF"/>).</t>
        <section anchor="prio3count">
          <name>Prio3Count</name>
          <t>The payload is empty.</t>
        </section>
        <section anchor="prio3sum">
          <name>Prio3Sum</name>
          <artwork><![CDATA[
struct {
    uint32 max_measurement; /* largest summand */
} Prio3SumConfig;
]]></artwork>
        </section>
        <section anchor="prio3sumvec">
          <name>Prio3SumVec</name>
          <artwork><![CDATA[
struct {
    uint32 length;       /* length of the vector */
    uint8 bits;          /* bit length of each summand */
    uint32 chunk_length; /* size of each proof chunk */
} Prio3SumVecConfig;
]]></artwork>
        </section>
        <section anchor="prio3histogram">
          <name>Prio3Histogram</name>
          <artwork><![CDATA[
struct {
    uint32 length;       /* number of buckets */
    uint32 chunk_length; /* size of each proof chunk */
} Prio3HistogramConfig;
]]></artwork>
        </section>
        <section anchor="prio3multihotcountvec">
          <name>Prio3MultihotCountVec</name>
          <artwork><![CDATA[
struct {
    uint32 length;       /* length of the vector */
    uint32 chunk_length; /* size of each proof chunk */
    uint32 max_weight;   /* largest vector weight /
} Prio3MultihotCountVecConfig;
]]></artwork>
        </section>
        <section anchor="poplar1">
          <name>Poplar1</name>
          <artwork><![CDATA[
struct {
    uint16 bits; /* bit length of the input string */
} Poplar1Config;
]]></artwork>
        </section>
      </section>
      <section anchor="taskbind-extensions">
        <name>Extensions</name>
        <t>The <tt>TaskConfig</tt> structure includes a list of extensions. In general,
extensions can be used to bind additional, application-specific information to
the task. For example, an extension might be used to encode the identity of the
Collector. (Only the Aggregators are identified in <tt>TaskConfig</tt>.)</t>
        <t>Each extension is structured as follows:</t>
        <sourcecode type="tls-presentation"><![CDATA[
struct {
  TaskbindExtensionType extension_type;
  opaque extension_data<0..2^16-1>;
} TaskbindExtension;

enum {
  reserved(0),
  (2^16-1)
} TaskbindExtensionType;
]]></sourcecode>
        <t>The <tt>extension_type</tt> identifies the extension and <tt>extension_data</tt> is
structured as specified by the extension.</t>
        <t>Extensions are treated as mandatory-to-implement in the protocol described in
<xref target="taskprov"/>. In particular, protocols participants <bcp14>MUST</bcp14> opt-out of tasks
containing unrecognized extensions. See <xref target="provisioning-a-task"/>.</t>
        <t>Note that Taskbind extensions are semantically distinct from DAP report
extensions and do not share the same codepoint registry
(<xref target="taskbind-extension-registry"/>). Future documents may want to define both a
Taskbind extension and a report extension, but there may also be situations
where a document defines one but not the other.</t>
      </section>
    </section>
    <section anchor="taskprov">
      <name>In-band Task Provisioning with the Taskbind Extension</name>
      <t>Before a task can be executed, it is necessary to first provision the Clients,
Aggregators, and Collector with the task's configuration. The core DAP
specification does not define a mechanism for provisioning tasks. This section
describes a mechanism whose 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) are carried by HTTP
headers piggy-backed on the protocol flow.</t>
      <t>This mechanism 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 mechanism should presume the
Author is under the adversary's control. In fact, we expect in a real-world
deployment that the Author may be co-located with the Collector.</t>
      <t>The DAP protocol also 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 section 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 anchor="overview">
        <name>Overview</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.5" 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 Helper
during the aggregation protocol (<xref section="4.6" 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>
      </section>
      <section anchor="task-advertisement">
        <name>Task Advertisement</name>
        <t>To advertise a task to its peer, a protocol participant includes a header
"dap-taskprov" with an HTTP request incident to the task execution. The value
is the <tt>TaskConfig</tt> structure defined <xref target="task-encoding"/>, 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>
      </section>
      <section anchor="vdaf-verify-key">
        <name>Deriving the VDAF Verification Key</name>
        <t>When a Leader and Helper implement this mechanism, 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(
        SHA-256("dap-taskprov"), # salt
        verify_key_init,         # IKM
    ),
    task_id,                     # info
    VERIFY_KEY_SIZE,             # L
)
]]></artwork>
        <t>where <tt>task_id</tt> is as defined in <xref target="definition"/>. Functions HKDF-Extract() and
HKDF-Expand() are as defined in <xref target="RFC5869"/>. Both functions are instantiated
with <tt>SHA-256()</tt> as defined in <xref target="SHS"/>.</t>
      </section>
      <section anchor="provisioning-a-task">
        <name>Opting into 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="definition"/>) 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 config or other parameters are 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:</t>
        <ol spacing="normal" type="1"><li>
            <t>The task has ended.</t>
          </li>
          <li>
            <t>The DAP batch mode or VDAF is not implemented.</t>
          </li>
          <li>
            <t>One of the extensions is not recognized.</t>
          </li>
        </ol>
        <t>The behavior of each protocol participant is determined by whether or not they
opt in to a task.</t>
      </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 into the task as described in <xref target="provisioning-a-task"/>. If the Client opts
out, it <bcp14>MUST NOT</bcp14> attempt to upload reports for the task.</t>
        <t>Once the client opts into a task, it may begin uploading reports for the task to
the Leader. The extension codepoint <tt>taskbind</tt> <bcp14>MUST</bcp14> be offered in both the
Leader and the Helper's report extensions. The extension may be included in
either the public or private report extensions; it is <bcp14>RECOMMENDED</bcp14> that the
extension be included in the public extensions. In addition, each report's task
ID <bcp14>MUST</bcp14> be computed as described in <xref target="definition"/>.</t>
        <t>The Client <bcp14>SHOULD</bcp14> advertise the task configuration by specifying the encoded
<tt>TaskConfig</tt> described in <xref target="definition"/> in the "dap-taskprov" HTTP header, but
<bcp14>MAY</bcp14> choose to omit this header in order to save network bandwidth. However, the
Leader may respond with "unrecognizedTask" if it has not been configured with
this task. In this case, the Client <bcp14>MUST</bcp14> retry the upload request with the
"dap-taskprov" HTTP header.</t>
      </section>
      <section anchor="leader-behavior">
        <name>Leader Behavior</name>
        <section anchor="upload-protocol">
          <name>Upload Protocol</name>
          <t>Upon receiving a Client report, if the Leader does not support the <xref target="taskprov"/>
mechanism, it will ignore the "dap-taskprov" 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 this mechanism, it first checks if the
"dap-taskprov" HTTP header is specified. If not present, that means the Client
has skipped task advertisement. If the Leader recognizes the task ID, it will
include the client report in the aggregation of that task ID. Otherwise, it
<bcp14>MUST</bcp14> abort with "unrecognizedTask". The Client will then retry with the task
advertisement.</t>
          <t>If the Client advertises the task, the Leader checks that the task ID indicated
by the upload request matches the task ID derived from the "dap-taskprov" HTTP
header as specified in <xref target="definition"/>. 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>
          <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>taskbind</tt> extension type, the Leader <bcp14>MUST</bcp14> abort the upload request with
"invalidMessage".</t>
        </section>
        <section anchor="aggregation-protocol">
          <name>Aggregation 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="collection-protocol">
          <name>Collection Protocol</name>
          <t>The Collector might create a collection job for a task provisioned by this
mechanism prior to opting into 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 this mechanism 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="task-advertisement"/>.</t>
        </section>
      </section>
      <section anchor="helper-behavior">
        <name>Helper Behavior</name>
        <t>The Leader advertises a task to the Helper during each step of an aggregation
job and when it requests the Helper's aggregate share during a collection job.</t>
        <t>Upon receiving a task advertisement from the Leader, If the Helper does not
support this mechanism, it will ignore the "dap-taskprov" HTTP header and
process the request as usual. In particular, if the Helper does not recognize
the task ID, it <bcp14>MUST</bcp14> abort the request with error "unrecognizedTask".
Otherwise, if the Helper supports this mechanism, 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 request matches the
task ID derived from the <tt>TaskConfig</tt> as defined in <xref target="definition"/>. 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 request with
"invalidTask".</t>
        <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"/>. During an
aggregation job, for any report share that does not include the <tt>taskbind</tt>
extension with an empty payload, the Helper <bcp14>MUST</bcp14> mark the report as invalid
with error "invalid_message" and reject it.</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 into the task as described in <xref target="provisioning-a-task"/>. If the
Collector opts out, it <bcp14>MUST NOT</bcp14> attempt to initialize collection jobs 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="task-advertisement"/>.</t>
        <t>If the Leader responds to a collection request with an "unrecognizedTask"
error, the Collector <bcp14>MAY</bcp14> retry its request after waiting an appropriate
amount of time.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The Taskbind extension has the same security and privacy considerations as the
core DAP protocol. In addition, successful execution of a DAP task implies
agreement on the task configuration. This is provided by binding the
parameters to the task ID, which in turn is bound to each report uploaded for a
task. Furthermore, inclusion of the Taskbind extension in the report means
Aggregators that do not implement this extension will reject the report as
required by (<xref section="4.5.3" sectionFormat="of" target="DAP"/>).</t>
      <t>The task provisioning mechanism in <xref target="taskprov"/> extends the threat model of DAP
by including a new logical role, called the Author. The Author is responsible
for configuring Clients prior to task execution. 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>Another risk is that the Author could configure a unique task to fingerprint a
Client. Although Client anonymization is not guaranteed by DAP, some systems
built on top of DAP may hope to achieve this property by using a proxy server
with Oblivious HTTP <xref target="RFC9458"/> to forward Client reports to the Leader. If the
Author colludes with the Leader, the attacker can learn some metadata
information about the Client, e.g., the Client IP, user agent string, which may
deanonymize the Client. However, even if the Author succeeds in doing so, the
Author should learn nothing other than the fact that the Client has uploaded a
report, assuming the Client has verified the privacy parameters of the task
before opting into it. For example, if a task is uniquely configured for the
Client, the Client can enforce the minimum batch size is strictly more than 1.</t>
      <t>Another risk for the Aggregators is that 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. This can be mitigated by
limiting the rate at which new tasks are configured. In addition, deployments
<bcp14>SHOULD</bcp14> arrange for the Author to digitally sign the task configuration so that
Clients cannot forge task creation, e.g., via an extension to Taskbind
(<xref target="taskbind-extensions"/>).</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>The Taskbind extension does not introduce any new operational considerations
for DAP.</t>
      <t>The task provisioning mechanism in <xref target="taskprov"/> 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 collection 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. Once an Aggregator
has opted-in to a task, the expectation is that the task is supported until it
ends. 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>
      <t>This document requests a codepoint for the <tt>taskbind</tt> report extension and for
creation of a new registry for Taskbind extensions.</t>
      <t>(RFC EDITOR: Replace "XXXX" with the RFC number assigned to this document.)</t>
      <section anchor="report-extension">
        <name>Report Extension</name>
        <t>The following entry will be (RFC EDITOR: change "will be" to "has been") added
to the "Report Extension Identifiers" registry of the "Distributed Aggregation
Protocol (DAP)" page created by <xref target="DAP"/>:</t>
        <dl>
          <dt>Value:</dt>
          <dd>
            <t><tt>0xff00</tt></t>
          </dd>
          <dt>Name:</dt>
          <dd>
            <t><tt>taskbind</tt></t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>RFC XXXX</t>
          </dd>
        </dl>
      </section>
      <section anchor="taskbind-extension-registry">
        <name>Registry for Taskbind Extensions</name>
        <t>A new registry will be (RFC EDITOR: change "will be" to "has been") created for
the "Distributed Aggregation Protocol (DAP)" page called "Taskbind Extensions".
This registry contains the following columns:</t>
        <dl>
          <dt>Value:</dt>
          <dd>
            <t>The two-byte identifier for the extension</t>
          </dd>
          <dt>Name:</dt>
          <dd>
            <t>The name of the extension</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>Where the mechanism is defined</t>
          </dd>
        </dl>
        <t>The initial contents of this registry are listed in the following table.</t>
        <table anchor="taskbind-extension-id">
          <name>Initial contents of the Taskbind Extensions registry.</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>0x0000</tt></td>
              <td align="left">
                <tt>reserved</tt></td>
              <td align="left">
                <xref target="taskbind-extensions"/> of RFC XXXX</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="dap-sub-namespace-for-dap">
        <name>DAP Sub-namespace for DAP</name>
        <ul empty="true">
          <li>
            <t>TODO Figure out how to ask IANA to register the errors in
<xref target="urn-space-errors"/>. See
https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap-taskprov/issues/34</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="extending-this-doc">
      <name>Extending this Document</name>
      <t>The behavior of the <tt>taskbind</tt> extension may be extended by future documents
that define:</t>
      <ol spacing="normal" type="1"><li>
          <t>A new DAP batch mode</t>
        </li>
        <li>
          <t>A new VDAF</t>
        </li>
        <li>
          <t>A new Taskbind extension</t>
        </li>
      </ol>
      <t>Documents defining either a new DAP batch mode or VDAF <bcp14>SHOULD</bcp14> include a section
titled "Taskbind Considerations" that specifies the payload of
<tt>TaskConfig.batch_config</tt> or <tt>TaskConfig.vdaf_config</tt> respectively.</t>
      <t>Note that the registry for batch modes is defined by <xref target="DAP"/>; the registry for
VDAFs is defined by <xref target="VDAF"/>; and the registry for Taskbind extensions is defined in
<xref target="taskbind-extension-registry"/> of this document.</t>
    </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="Brandon Pitman" initials="B." surname="Pitman">
            <organization>ISRG</organization>
          </author>
          <author fullname="Eric Rescorla" initials="E." surname="Rescorla">
            <organization>Independent</organization>
          </author>
          <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
            <organization>Cloudflare</organization>
          </author>
          <date day="2" month="November" year="2024"/>
          <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-13"/>
      </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="2" month="November" year="2024"/>
          <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 invalid
   measurement.  Two concrete VDAFs are specified, one for general-
   purpose aggregation (Prio3) and another for heavy hitters (Poplar1).

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-vdaf-13"/>
      </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>
      <reference anchor="RFC9458">
        <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>
    </references>
    <?line 771?>

<section numbered="false" anchor="contributors">
      <name>Contributors</name>
      <t>Junye Chen
Apple Inc.
junyec@apple.com</t>
      <t>David Cook
ISRG
divergentdave@gmail.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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
U9G3di7N/g8ba3bA9Xjnyry0rfofqm7+uQ53AAA=

-->

</rfc>
