Skip to content

Commit

Permalink
Script updating gh-pages from 76c7723. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Dec 12, 2024
1 parent e9841b4 commit a0f2f82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1700,9 +1700,9 @@ <h3 id="name-normative-references">
<dd>
<span class="refAuthor">National Institute of Standards and Technology (NIST)</span>, <span class="refTitle">"Module-Lattice-based Digital Signature Standard"</span>, <span class="seriesInfo">FIPS PUB 204</span>, <time datetime="2023-08" class="refDate">August 2023</time>, <span>&lt;<a href="https://csrc.nist.gov/projects/post-quantum-cryptography">https://csrc.nist.gov/projects/post-quantum-cryptography</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="I-D.lamps-cms-ml-dsa">[I-D.lamps-cms-ml-dsa]</dt>
<dt id="I-D.ietf-lamps-cms-ml-dsa">[I-D.ietf-lamps-cms-ml-dsa]</dt>
<dd>
<span class="refTitle">"*** BROKEN REFERENCE ***"</span>. </dd>
<span class="refAuthor">S, B.</span>, <span class="refAuthor">R, A.</span>, and <span class="refAuthor">D. Van Geest</span>, <span class="refTitle">"Use of the ML-DSA Signature Algorithm in the Cryptographic Message Syntax (CMS)"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-lamps-cms-ml-dsa-01</span>, <time datetime="2024-11-22" class="refDate">22 November 2024</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-lamps-cms-ml-dsa-01">https://datatracker.ietf.org/doc/html/draft-ietf-lamps-cms-ml-dsa-01</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="RFC2119">[RFC2119]</dt>
<dd>
Expand Down Expand Up @@ -1774,9 +1774,9 @@ <h2 id="name-asn1-module">
<p id="appendix-A-1">This appendix includes the ASN.1 module <span>[<a href="#X680" class="cite xref">X680</a>]</span> for the ML-DSA. Note that
as per <span>[<a href="#RFC5280" class="cite xref">RFC5280</a>]</span>, certificates use the Distinguished Encoding Rules; see
<span>[<a href="#X690" class="cite xref">X690</a>]</span>. This module imports objects from <span>[<a href="#RFC5912" class="cite xref">RFC5912</a>]</span> and
<span>[<a href="#I-D.lamps-cms-ml-dsa" class="cite xref">I-D.lamps-cms-ml-dsa</a>]</span>.<a href="#appendix-A-1" class="pilcrow"></a></p>
<span>[<a href="#I-D.ietf-lamps-cms-ml-dsa" class="cite xref">I-D.ietf-lamps-cms-ml-dsa</a>]</span>.<a href="#appendix-A-1" class="pilcrow"></a></p>
<aside id="appendix-A-2">
<p id="appendix-A-2.1">RFC EDITOR: Please replace TBD2 with the value assigned by IANA during the publication of <span>[<a href="#I-D.lamps-cms-ml-dsa" class="cite xref">I-D.lamps-cms-ml-dsa</a>]</span>. Also please replace <span>[<a href="#I-D.lamps-cms-ml-dsa" class="cite xref">I-D.lamps-cms-ml-dsa</a>]</span> in the module with a reference to the published RFC.<a href="#appendix-A-2.1" class="pilcrow"></a></p>
<p id="appendix-A-2.1">RFC EDITOR: Please replace TBD2 with the value assigned by IANA during the publication of <span>[<a href="#I-D.ietf-lamps-cms-ml-dsa" class="cite xref">I-D.ietf-lamps-cms-ml-dsa</a>]</span>. Also please replace <span>[<a href="#I-D.ietf-lamps-cms-ml-dsa" class="cite xref">I-D.ietf-lamps-cms-ml-dsa</a>]</span> in the module with a reference to the published RFC.<a href="#appendix-A-2.1" class="pilcrow"></a></p>
</aside>
<div class="sourcecode" id="appendix-A-3">
<pre>&lt;CODE BEGINS&gt;
Expand Down
17 changes: 11 additions & 6 deletions seanturner-ref-update/draft-ietf-lamps-dilithium-certificates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,13 @@ ExternalMu-ML-DSA.Sign_internal(sk, mu, rnd): # mu is passed as argument instead
PUB 204, August 2023, <https://csrc.nist.gov/projects/
post-quantum-cryptography>.

[I-D.lamps-cms-ml-dsa]
"*** BROKEN REFERENCE ***".
[I-D.ietf-lamps-cms-ml-dsa]
S, B., R, A., and D. Van Geest, "Use of the ML-DSA
Signature Algorithm in the Cryptographic Message Syntax
(CMS)", Work in Progress, Internet-Draft, draft-ietf-
lamps-cms-ml-dsa-01, 22 November 2024,
<https://datatracker.ietf.org/doc/html/draft-ietf-lamps-
cms-ml-dsa-01>.

[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
Expand Down Expand Up @@ -567,12 +572,12 @@ Appendix A. ASN.1 Module
This appendix includes the ASN.1 module [X680] for the ML-DSA. Note
that as per [RFC5280], certificates use the Distinguished Encoding
Rules; see [X690]. This module imports objects from [RFC5912] and
[I-D.lamps-cms-ml-dsa].
[I-D.ietf-lamps-cms-ml-dsa].

| RFC EDITOR: Please replace TBD2 with the value assigned by IANA
| during the publication of [I-D.lamps-cms-ml-dsa]. Also please
| replace [I-D.lamps-cms-ml-dsa] in the module with a reference
| to the published RFC.
| during the publication of [I-D.ietf-lamps-cms-ml-dsa]. Also
| please replace [I-D.ietf-lamps-cms-ml-dsa] in the module with a
| reference to the published RFC.

<CODE BEGINS>
X509-ML-DSA-2024
Expand Down

0 comments on commit a0f2f82

Please sign in to comment.