Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address #15 #16

Merged
merged 7 commits into from
Jul 18, 2024
Merged
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
14 changes: 8 additions & 6 deletions draft-ietf-lamps-dilithium-certificates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,16 @@
</aside>
<t>The AlgorithmIdentifier type, which is included herein for convenience, is defined as follows:</t>
<sourcecode type="asn.1">
seanturner marked this conversation as resolved.
Show resolved Hide resolved
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL
}
AlgorithmIdentifier{ALGORITHM-TYPE, ALGORITHM-TYPE:AlgorithmSet} ::=
SEQUENCE {
algorithm ALGORITHM-TYPE."&amp;"id({AlgorithmSet}),
parameters ALGORITHM-TYPE.
"&amp;"Params({AlgorithmSet}{@algorithm}) OPTIONAL
}
</sourcecode>
seanturner marked this conversation as resolved.
Show resolved Hide resolved
<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 compatible with the 2021 ASN.1 syntax <xref target="X680"/>.</t>
<t>NOTE: The above syntax is from <xref target="RFC5912"/> and is compatible with the 2021 ASN.1 syntax <xref target="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
Loading