Skip to content

Commit

Permalink
Renamed EdDSA algorithm identifiers, by popular demand!
Browse files Browse the repository at this point in the history
  • Loading branch information
selfissued committed Sep 1, 2023
1 parent 71c0fb4 commit a42d36f
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions draft-jones-jose-fully-specified-algorithms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</address>
</author>

<date day="29" month="August" year="2023" />
<date day="31" month="August" year="2023" />

<area>Security</area>
<workgroup>JOSE Working Group</workgroup>
Expand Down Expand Up @@ -205,13 +205,13 @@
<ttcol align="left">JOSE Implementation Requirements</ttcol>
<ttcol align="left">COSE Recommended</ttcol>

<c>ES25519</c>
<c>Ed25519</c>
<c>TBD (requested assignment -50)</c>
<c>EdDSA using Ed25519 curve</c>
<c>Optional</c>
<c>No</c>

<c>ES448</c>
<c>Ed448</c>
<c>TBD (requested assignment -51)</c>
<c>EdDSA using Ed448 curve</c>
<c>Optional</c>
Expand All @@ -235,7 +235,7 @@
<?rfc subcompact="yes"?>
<list style="symbols">
<t>
Algorithm Name: ES25519
Algorithm Name: Ed25519
</t>
<t>
Algorithm Description: EdDSA using Ed25519 curve
Expand Down Expand Up @@ -263,7 +263,7 @@
<t>
<list style="symbols">
<t>
Algorithm Name: ES448
Algorithm Name: Ed448
</t>
<t>
Algorithm Description: EdDSA using Ed448 curve
Expand Down Expand Up @@ -399,7 +399,7 @@
<t>
<list style="symbols">
<t>
Name: ES25519
Name: Ed25519
</t>
<t>
Value: TBD (requested assignment -50)
Expand All @@ -421,7 +421,7 @@
<t>
<list style="symbols">
<t>
Name: ES448
Name: Ed448
</t>
<t>
Value: TBD (requested assignment -51)
Expand Down Expand Up @@ -576,6 +576,11 @@
</t>
<t>
<list style="symbols">
<t>
State that key representations for the new fully-specified algorithms
are the same as for the polymorphic algorithms that they replaced,
other than the <spanx style="verb">alg</spanx> value, if included.
</t>
<t>
What other polymorphic algorithm registrations have we missed?
</t>
Expand Down Expand Up @@ -737,6 +742,16 @@
[[ to be removed by the RFC Editor before publication as an RFC ]]
</t>

<t>
-01
<list style="symbols">
<t>
Renamed <spanx style="verb">ES25519</spanx> to <spanx style="verb">Ed25519</spanx> and
<spanx style="verb">ES448</spanx> to <spanx style="verb">Ed448</spanx>, by popular demand!
</t>
</list>
</t>

<t>
-00
<list style="symbols">
Expand All @@ -753,8 +768,10 @@
The authors thank
John Bradley,
Brian Campbell,
Ilari Liusvarra,
Tobias Looker,
and
Tobias Looker
Filip Skokan
for their contributions to this specification.
</t>
</section>
Expand Down

0 comments on commit a42d36f

Please sign in to comment.