Skip to content

Commit

Permalink
Address #15
Browse files Browse the repository at this point in the history
Addresses #15.
  • Loading branch information
seanturner authored Jul 9, 2024
1 parent 1afc70a commit 90d4f9f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions draft-ietf-lamps-dilithium-certificates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,16 @@
<t>This specification uses placeholders for object identifiers until the identifiers for the new algorithms are assigned by NIST.</t>
<t>The AlgorithmIdentifier type, which is included herein for convenience, is defined as follows: </t>
<sourcecode type="asn.1">
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL
}
AlgorithmIdentifier{ALGORITHM-TYPE, ALGORITHM-TYPE:AlgorithmSet} ::=
SEQUENCE {
algorithm ALGORITHM-TYPE.&id({AlgorithmSet}),
parameters ALGORITHM-TYPE.
&Params({AlgorithmSet}{@algorithm}) OPTIONAL
}
</sourcecode>
<aside>
<t>NOTE: The above syntax is from <xref target="RFC5280"/> and matches the version used therein, i.e., the 1988 ASN.1 syntax. See <xref target="RFC5912"/> for ASN.1 copmatible with the 2015 ASN.1 syntax.</t>
<t>NOTE: The above syntax is from <xref target="RFC5912"/> and is compatible with the 2021 ASN.1 syntax {{X680}}. See
<xref target="RFC5280"/> for the 1988 ASN.1 syntax.</t>
</aside>
<t>The fields in AlgorithmIdentifier have the following meanings:</t>
<ul>
Expand Down

0 comments on commit 90d4f9f

Please sign in to comment.