Skip to content

Commit

Permalink
Script updating gh-pages from 4d59514. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Oct 30, 2024
1 parent 8fb4e30 commit 75fa019
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
46 changes: 45 additions & 1 deletion cjpatton/draft-01/draft-ietf-ppm-dap-taskprov.html
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,11 @@ <h2 id="name-copyright-notice">
<nav class="toc"><ul class="compact toc ulBare ulEmpty">
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.1">
<p id="section-toc.1-1.1.1" class="keepWithNext"><a href="#section-1" class="auto internal xref">1</a>.  <a href="#name-introduction" class="internal xref">Introduction</a></p>
<ul class="compact toc ulBare ulEmpty">
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.1.2.1">
<p id="section-toc.1-1.1.2.1.1" class="keepWithNext"><a href="#section-1.1" class="auto internal xref">1.1</a>.  <a href="#name-change-log" class="internal xref">Change Log</a></p>
</li>
</ul>
</li>
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.2">
<p id="section-toc.1-1.2.1" class="keepWithNext"><a href="#section-2" class="auto internal xref">2</a>.  <a href="#name-conventions-and-definitions" class="internal xref">Conventions and Definitions</a></p>
Expand All @@ -1205,7 +1210,7 @@ <h2 id="name-copyright-notice">
<p id="section-toc.1-1.3.1"><a href="#section-3" class="auto internal xref">3</a>.  <a href="#name-the-taskbind-extension" class="internal xref">The Taskbind Extension</a></p>
<ul class="compact toc ulBare ulEmpty">
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.3.2.1">
<p id="section-toc.1-1.3.2.1.1" class="keepWithNext"><a href="#section-3.1" class="auto internal xref">3.1</a>.  <a href="#name-task-encoding" class="internal xref">Task Encoding</a></p>
<p id="section-toc.1-1.3.2.1.1"><a href="#section-3.1" class="auto internal xref">3.1</a>.  <a href="#name-task-encoding" class="internal xref">Task Encoding</a></p>
</li>
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.3.2.2">
<p id="section-toc.1-1.3.2.2.1"><a href="#section-3.2" class="auto internal xref">3.2</a>.  <a href="#name-vdaf-config" class="internal xref">VDAF config</a></p>
Expand Down Expand Up @@ -1354,6 +1359,45 @@ <h2 id="name-introduction">
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 <a href="#definition" class="auto internal xref">Section 3</a>.<a href="#section-1-7" class="pilcrow"></a></p>
<div id="change-log">
<section id="section-1.1">
<h3 id="name-change-log">
<a href="#section-1.1" class="section-number selfRef">1.1. </a><a href="#name-change-log" class="section-name selfRef">Change Log</a>
</h3>
<p id="section-1.1-1">(RFC EDITOR: Remove this section.)<a href="#section-1.1-1" class="pilcrow"></a></p>
<p id="section-1.1-2">(*) Indicates a change that breaks wire compatibility with the previous draft.<a href="#section-1.1-2" class="pilcrow"></a></p>
<p id="section-1.1-3">01:<a href="#section-1.1-3" class="pilcrow"></a></p>
<ul class="normal">
<li class="normal" id="section-1.1-4.1">
<p id="section-1.1-4.1.1">Add an extension point to the <code>TaskConfig</code> structure and define rules for
processing extensions. (*)<a href="#section-1.1-4.1.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-1.1-4.2">
<p id="section-1.1-4.2.1">Remove DP mechanisms. (*)<a href="#section-1.1-4.2.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-1.1-4.3">
<p id="section-1.1-4.3.1">Add guidelines for extending this document to account for new VDAFs or DAP
batch modes. Improve the extension points for these in <code>TaskConfig</code> in order
to make this easier. (*)<a href="#section-1.1-4.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-1.1-4.4">
<p id="section-1.1-4.4.1">Add a salt to the task ID computation. (*)<a href="#section-1.1-4.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-1.1-4.5">
<p id="section-1.1-4.5.1">Harmonize task lifetime parameters with <span>[<a href="#DAP" class="cite xref">DAP</a>]</span> by adding a task start time
and replacing the task end time with a task duration. (*)<a href="#section-1.1-4.5.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-1.1-4.6">
<p id="section-1.1-4.6.1">Harmonize batch mode parameters with <span>[<a href="#DAP" class="cite xref">DAP</a>]</span> by removing the deprecated
<code>max_batch_query_count</code> and <code>max_batch_size</code> parameters. (*)<a href="#section-1.1-4.6.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-1.1-4.7">
<p id="section-1.1-4.7.1">Task provisioning: Remove guidance for per-task HPKE configurations, as this
feature was deprecated by DAP.<a href="#section-1.1-4.7.1" class="pilcrow"></a></p>
</li>
</ul>
</section>
</div>
</section>
</div>
<div id="conventions-and-definitions">
Expand Down
32 changes: 32 additions & 0 deletions cjpatton/draft-01/draft-ietf-ppm-dap-taskprov.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Copyright Notice
Table of Contents

1. Introduction
1.1. Change Log
2. Conventions and Definitions
3. The Taskbind Extension
3.1. Task Encoding
Expand Down Expand Up @@ -158,6 +159,37 @@ Table of Contents
this specification; it is not required to implement the DAP report
extension in Section 3.

1.1. Change Log

(RFC EDITOR: Remove this section.)

(*) Indicates a change that breaks wire compatibility with the
previous draft.

01:

* Add an extension point to the TaskConfig structure and define
rules for processing extensions. (*)

* Remove DP mechanisms. (*)

* Add guidelines for extending this document to account for new
VDAFs or DAP batch modes. Improve the extension points for these
in TaskConfig in order to make this easier. (*)

* Add a salt to the task ID computation. (*)

* Harmonize task lifetime parameters with [DAP] by adding a task
start time and replacing the task end time with a task duration.
(*)

* Harmonize batch mode parameters with [DAP] by removing the
deprecated max_batch_query_count and max_batch_size parameters.
(*)

* Task provisioning: Remove guidance for per-task HPKE
configurations, as this feature was deprecated by DAP.

2. Conventions and Definitions

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
Expand Down

0 comments on commit 75fa019

Please sign in to comment.