Skip to content

Commit

Permalink
Add DERs for P384
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Nov 10, 2022
1 parent d931f6d commit d62bf1b
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,25 @@ The [=agent certificate=] must have the following characteristics:
</tr>
<tr>
<td>`secp384r1_sha384`</td>
<td>`301006072a8648ce3d020106052b81040022`</td>
<td>`300a06082a8648ce3d040303`</td>
<td>`secp384r1`
<p>
Object Identifiers:
<ol>
<li>`1.2.840.10045.2.1` (ECC)</li>
<li>`1.3.132.0.34` (ECDSA P384)</li>
</ol>
DER representation: `301006072a8648ce3d020106052b81040022`
</p>
</td>
<td>`ecdsa-with-SHA384`
<p>
Object identifier:
<ol>
<li>`1.2.840.10045.4.3.3`</li>
</ol>
DER representation: `300a06082a8648ce3d040303`
</p>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit d62bf1b

Please sign in to comment.