Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Let the <dfn>certificate serial number</dfn> be the result of the following step
<li>If the agent has never generated an agent certificate:
<ol>
<li>Let the <dfn>certificate serial number base</dfn> be a 32-bit
pseudorandom integer value.</il>
pseudorandom integer value.</li>
<li>Let the <dfn>certificate serial number counter</dfn> be a 32-bit
unsigned integer, initially set to 0.</li>
</ol>
Expand All @@ -419,7 +419,7 @@ Let the <dfn>certificate serial number</dfn> be the result of the following step
<ol>
<li>Increment the [=certificate serial number counter=] by one.</li>
<li>Assign the upper 32 bits to the [=certificate serial number base=].</li>
<li>Assign the lower 32 bits to the [=certificate serial number counter=].</il>
<li>Assign the lower 32 bits to the [=certificate serial number counter=].</li>
</ol>
</ol>

Expand Down Expand Up @@ -447,7 +447,7 @@ The following X.509 v3 fields are to be set as follows:
<li>ECC OID: `1.2.840.10045.2.1`</li>
<li>ECDSA 256 OID: `1.2.840.10045.3.1.7`</li>
<li>DER representation: `301306072a8648ce3d020106082a8648ce3d030107`</li>
</ol>
</ul>
</td>
</tr>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions network.bs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ steps:
<li>If the agent has never generated an agent certificate:
<ol>
<li>Let the <dfn>certificate serial number base</dfn> be a 128-bit
[=UUID=].</il>
[=UUID=].</li>
<li>Let the <dfn>certificate serial number counter</dfn> be a 32-bit
unsigned integer, initially set to 0.</li>
</ol>
Expand All @@ -225,7 +225,7 @@ steps:
<ol>
<li>Increment the [=certificate serial number counter=] by one.</li>
<li>Assign the upper 128 bits to the [=certificate serial number base=].</li>
<li>Assign the lower 32 bits to the [=certificate serial number counter=].</il>
<li>Assign the lower 32 bits to the [=certificate serial number counter=].</li>
</ol>
</ol>

Expand Down Expand Up @@ -332,7 +332,7 @@ The following X.509 v3 fields are to be set as follows:
<li>ECC OID: `1.2.840.10045.2.1`</li>
<li>ECDSA 256 OID: `1.2.840.10045.3.1.7`</li>
<li>DER representation: `301306072a8648ce3d020106082a8648ce3d030107`</li>
</ol>
</ul>
</td>
</tr>
<tr>
Expand Down