1 | <?xml version='1.0' encoding='utf-8'?>
|
2 | <!-- This template is for creating an Internet Draft using xml2rfc,
|
3 | which is available here: http://xml.resource.org. -->
|
4 | <!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent" [
|
5 | <!-- One method to get references from the online citation libraries.
|
6 | There has to be one entity for each item to be referenced.
|
7 | An alternate method (rfc include) is described in the references. --><!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
|
8 | <!ENTITY RFC3279 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3279.xml">
|
9 | <!-- <!ENTITY RFC3280 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3280.xml"> --><!ENTITY RFC4055 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4055.xml">
|
10 | <!-- <!ENTITY RFC4086 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4086.xml"> --><!ENTITY RFC5280 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5280.xml">
|
11 | <!ENTITY RFC5480 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5480.xml">
|
12 | <!ENTITY RFC5912 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5912.xml">
|
13 | <!ENTITY RFC6979 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6979.xml">
|
14 | <!ENTITY RFC8017 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8017.xml">
|
15 | <!ENTITY RFC8174 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8174.xml">
|
16 | <!ENTITY I-D.draft-josefsson-pkix-eddsa SYSTEM "http://xml2rfc.tools.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-josefsson-pkix-eddsa-04.xml">
|
17 | ]>
|
18 | <?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
|
19 | <!-- used by XSLT processors -->
|
20 | <!-- For a complete list and description of processing instructions (PIs),
|
21 | please see http://xml.resource.org/authoring/README.html. -->
|
22 | <!-- Below are generally applicable Processing Instructions (PIs) that most I-Ds might want to use.
|
23 | (Here they are set differently than their defaults in xml2rfc v1.32) -->
|
24 | <?rfc strict="yes" ?>
|
25 | <!-- give errors regarding ID-nits and DTD validation -->
|
26 | <!-- control the table of contents (ToC) -->
|
27 | <?rfc toc="yes"?>
|
28 | <!-- generate a ToC -->
|
29 | <?rfc tocdepth="4"?>
|
30 | <!-- the number of levels of subsections in ToC. default: 3 -->
|
31 | <!-- control references -->
|
32 | <?rfc symrefs="yes"?>
|
33 | <!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
|
34 | <?rfc sortrefs="yes" ?>
|
35 | <!-- sort the reference entries alphabetically -->
|
36 | <!-- control vertical white space
|
37 | (using these PIs as follows is recommended by the RFC Editor) -->
|
38 | <?rfc compact="yes" ?>
|
39 | <!-- do not start each main section on a new page -->
|
40 | <?rfc subcompact="no" ?>
|
41 | <!-- keep one blank line between list items -->
|
42 | <!-- end of list of popular I-D processing instructions -->
|
43 | <rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="std" docName="draft-ietf-lamps-pkix-shake-15" ipr="trust200902" updates="3279" obsoletes="" submissionType="IETF" xml:lang="en" version="3">
|
44 | <!-- xml2rfc v2v3 conversion 2.23.1 -->
|
45 | <!-- category values: std, bcp, info, exp, and historic
|
46 | ipr="full3978" (probably old)
|
47 | ipr values: full3667, noModification3667, noDerivatives3667
|
48 | you can add the attributes updates="NNNN" and obsoletes="NNNN"
|
49 | they will automatically be output with "(if approved)" -->
|
50 | <!-- ***** FRONT MATTER ***** -->
|
51 | <front>
|
52 | <!-- The abbreviated title is used in the page header - it is only necessary if the
|
53 | full title is longer than 39 characters -->
|
54 | <title abbrev="SHAKE identifiers in X.509">Internet X.509 Public Key Infrastructure: Additional Algorithm Identifiers for RSASSA-PSS and ECDSA using SHAKEs</title>
|
55 | <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-pkix-shake-15"/>
|
56 | <!-- add 'role="editor"' below for the editors if appropriate -->
|
57 | <author fullname="Panos Kampanakis" initials="P.K." surname="Kampanakis">
|
58 | <organization>Cisco Systems</organization>
|
59 | <address>
|
60 | <email>pkampana@cisco.com</email>
|
61 | </address>
|
62 | </author>
|
63 | <author fullname="Quynh Dang" initials="Q.D." surname="Dang">
|
64 | <organization>NIST</organization>
|
65 | <address>
|
66 | <postal>
|
67 | <street>100 Bureau Drive, Stop 8930</street>
|
68 | <city>Gaithersburg</city>
|
69 | <region>MD</region>
|
70 | <code>20899-8930</code>
|
71 | <country>USA</country>
|
72 | </postal>
|
73 | <!-- <phone>+44 7889 488 335</phone> -->
|
74 | <email>quynh.dang@nist.gov</email>
|
75 | <!-- uri and facsimile elements may also be added -->
|
76 | </address>
|
77 | </author>
|
78 | <!-- <author fullname="Sean Turner" initials="S.T."
|
79 | surname="Turner">
|
80 | <organization>sn3rd</organization>
|
81 | <address>
|
82 | <postal>
|
83 | <street></street>
|
84 | <city>Soham</city>
|
85 | <region></region>
|
86 | <code></code>
|
87 | <country>UK</country>
|
88 | </postal>
|
89 | <phone>+44 7889 488 335</phone>
|
90 | <email>sean@sn3rd.com</email>
|
91 | </address>
|
92 | </author> -->
|
93 | <date year="2019"/>
|
94 | <!-- If the month and year are both specified and are the current ones, xml2rfc will fill
|
95 | in the current day for you. If only the current year is specified, xml2rfc will fill
|
96 | in the current day and month for you. If the year is not the current one, it is
|
97 | necessary to specify at least a month (xml2rfc assumes day="1" if not specified for the
|
98 | purpose of calculating the expiry date). With drafts it is normally sufficient to
|
99 | specify just the year. -->
|
100 | <!-- Meta-data Declarations -->
|
101 | <area>General</area>
|
102 | <workgroup>LAMPS WG</workgroup>
|
103 | <!-- WG name at the upperleft corner of the doc,
|
104 | IETF is fine for individual submissions.
|
105 | If this element is not present, the default is "Network Working Group",
|
106 | which is used by the RFC Editor as a nod to the history of the IETF. -->
|
107 | <!-- <keyword>template</keyword> -->
|
108 | <!-- Keywords will be incorporated into HTML output
|
109 | files in a meta tag but they have no effect on text or nroff
|
110 | output. If you submit your draft to the RFC Editor, the
|
111 | keywords will be used for the searPKIch engine. -->
|
112 | <abstract>
|
113 | <t>Digital signatures are used to sign messages, X.509
|
114 | certificates and CRLs. This document updates the
|
115 | "Algorithms and Identifiers for the Internet
|
116 | X.509 Public Key Infrastructure Certificate and
|
117 | Certificate Revocation List Profile" (RFC3279)
|
118 | and describes the conventions for using the SHAKE function
|
119 | family in Internet X.509 certificates and revocation lists
|
120 | as one-way hash functions with the RSA Probabilistic signature
|
121 | and ECDSA signature algorithms. The conventions for the
|
122 | associated subject public keys are also described.</t>
|
123 | </abstract>
|
124 | </front>
|
125 | <middle>
|
126 | <section numbered="true" toc="default">
|
127 | <name>Change Log</name>
|
128 | <t>[ EDNOTE: Remove this section before publication. ]</t>
|
129 | <ul spacing="normal">
|
130 | <li>
|
131 | <t>draft-ietf-lamps-pkix-shake-15:
|
132 | </t>
|
133 | <ul spacing="normal">
|
134 | <li>Minor editorial nits.</li>
|
135 | </ul>
|
136 | </li>
|
137 | <li>
|
138 | <t>draft-ietf-lamps-pkix-shake-14:
|
139 | </t>
|
140 | <ul spacing="normal">
|
141 | <li>Fixing error with incorrect preimage resistance bits for SHA128 and SHA256.</li>
|
142 | </ul>
|
143 | </li>
|
144 | <li>
|
145 | <t>draft-ietf-lamps-pkix-shake-13:
|
146 | </t>
|
147 | <ul spacing="normal">
|
148 | <li>Addressing one applicable comment from Dan M. about sec levels while in secdir review of draft-ietf-lamps-cms-shakes.</li>
|
149 | <li>Addressing comment from Scott B.'s opsdir review about references in the abstract.</li>
|
150 | </ul>
|
151 | </li>
|
152 | <li>
|
153 | <t>draft-ietf-lamps-pkix-shake-12:
|
154 | </t>
|
155 | <ul spacing="normal">
|
156 | <li>Nits identified by Roman, Eric V. Ben K., Barry L. in ballot position review.</li>
|
157 | </ul>
|
158 | </li>
|
159 | <li>
|
160 | <t>draft-ietf-lamps-pkix-shake-11:
|
161 | </t>
|
162 | <ul spacing="normal">
|
163 | <li>Nits identified by Roman in AD Review.</li>
|
164 | </ul>
|
165 | </li>
|
166 | <li>
|
167 | <t>draft-ietf-lamps-pkix-shake-10:
|
168 | </t>
|
169 | <ul spacing="normal">
|
170 | <li>Updated IANA considerations section to request for OID assignments. </li>
|
171 | </ul>
|
172 | </li>
|
173 | <li>
|
174 | <t>draft-ietf-lamps-pkix-shake-09:
|
175 | </t>
|
176 | <ul spacing="normal">
|
177 | <li>Fixed minor text nits.</li>
|
178 | <li>Added text name allocation for SHAKEs in IANA considerations.</li>
|
179 | <li>Updates in Sec Considerations section.</li>
|
180 | </ul>
|
181 | </li>
|
182 | <li>
|
183 | <t>draft-ietf-lamps-pkix-shake-08:
|
184 | </t>
|
185 | <ul spacing="normal">
|
186 | <li>Small nits from Russ while in WGLC.</li>
|
187 | </ul>
|
188 | </li>
|
189 | <li>
|
190 | <t>draft-ietf-lamps-pkix-shake-07:
|
191 | </t>
|
192 | <ul spacing="normal">
|
193 | <li>Incorporated Eric's suggestion from WGLC.</li>
|
194 | </ul>
|
195 | </li>
|
196 | <li>
|
197 | <t>draft-ietf-lamps-pkix-shake-06:
|
198 | </t>
|
199 | <ul spacing="normal">
|
200 | <li>Added informative references.</li>
|
201 | <li>Updated ASN.1 so it compiles.</li>
|
202 | <li>Updated IANA considerations.</li>
|
203 | </ul>
|
204 | </li>
|
205 | <li>
|
206 | <t>draft-ietf-lamps-pkix-shake-05:
|
207 | </t>
|
208 | <ul spacing="normal">
|
209 | <li>Added RFC8174 reference and text.</li>
|
210 | <li>Explicitly explained why RSASSA-PSS-params are omitted in section 5.1.1.</li>
|
211 | <li>Simplified Public Keys section by removing redundant info from RFCs.</li>
|
212 | </ul>
|
213 | </li>
|
214 | <li>
|
215 | <t>draft-ietf-lamps-pkix-shake-04:
|
216 | </t>
|
217 | <ul spacing="normal">
|
218 | <li>Removed paragraph suggesting KMAC to be used in generating k in Deterministic ECDSA. That should be RFC6979-bis. </li>
|
219 | <li>Removed paragraph from Security Considerations that talks about randomness of k because we are using deterministic ECDSA.</li>
|
220 | <li>Various ASN.1 fixes.</li>
|
221 | <li>Text fixes.</li>
|
222 | </ul>
|
223 | </li>
|
224 | <li>
|
225 | <t>draft-ietf-lamps-pkix-shake-03:
|
226 | </t>
|
227 | <ul spacing="normal">
|
228 | <li>Updates based on suggestions and clarifications by Jim. </li>
|
229 | <li>Added ASN.1.</li>
|
230 | </ul>
|
231 | </li>
|
232 | <li>
|
233 | <t>draft-ietf-lamps-pkix-shake-02:
|
234 | </t>
|
235 | <ul spacing="normal">
|
236 | <li>Significant reorganization of the sections to simplify the introduction, the new OIDs and their use in PKIX.</li>
|
237 | <li>Added new OIDs for RSASSA-PSS that hardcode hash, salt and MGF, according the WG consensus.</li>
|
238 | <li>Updated Public Key section to use the new RSASSA-PSS OIDs and clarify the algorithm identifier usage.</li>
|
239 | <li>Removed the no longer used SHAKE OIDs from section 3.1.</li>
|
240 | <li>Consolidated subsection for message digest algorithms.</li>
|
241 | <li>Text fixes.</li>
|
242 | </ul>
|
243 | </li>
|
244 | <li>
|
245 | <t>draft-ietf-lamps-pkix-shake-01:
|
246 | </t>
|
247 | <ul spacing="normal">
|
248 | <li>Changed titles and section names.</li>
|
249 | <li>Removed DSA after WG discussions.</li>
|
250 | <li>Updated shake OID names and parameters, added MGF1 section.</li>
|
251 | <li>Updated RSASSA-PSS section.</li>
|
252 | <li>Added Public key algorithm OIDs.</li>
|
253 | <li>Populated Introduction and IANA sections.</li>
|
254 | </ul>
|
255 | </li>
|
256 | <li>
|
257 | <t>draft-ietf-lamps-pkix-shake-00:
|
258 | </t>
|
259 | <ul spacing="normal">
|
260 | <li>Initial version</li>
|
261 | </ul>
|
262 | </li>
|
263 | </ul>
|
264 | </section>
|
265 | <section numbered="true" toc="default">
|
266 | <name>Introduction</name>
|
267 | <t><xref target="RFC3279" format="default"/> defines cryptographic algorithm
|
268 | identifiers for the Internet X.509 Certificate and Certificate Revocation
|
269 | Lists (CRL) profile <xref target="RFC5280" format="default"/>. This document updates RFC3279
|
270 | and defines identifiers for several cryptographic algorithms that use
|
271 | variable length output SHAKE functions introduced in <xref target="SHA3" format="default"/>
|
272 | which can be used with . </t>
|
273 | <t>In the SHA-3 family, two extendable-output functions (SHAKEs),
|
274 | SHAKE128 and SHAKE256, are defined. Four other hash function instances, SHA3-224, SHA3-256,
|
275 | SHA3-384, and SHA3-512, are also defined but are out of scope for this document.
|
276 | A SHAKE is a variable length hash function defined as SHAKE(M, d) where the
|
277 | output is a d-bits-long digest of message M. The corresponding collision and second-preimage-resistance strengths for SHAKE128 are min(d/2,128) and min(d,128)
|
278 | bits, respectively (Appendix A.1 <xref target="SHA3" format="default"/>).
|
279 | And the corresponding collision and second-preimage-resistance strengths for SHAKE256
|
280 | are min(d/2,256) and min(d,256) bits, respectively.</t>
|
281 | <t>A SHAKE can be used as the message digest function (to hash the message to be signed)
|
282 | in RSASSA-PSS <xref target="RFC8017" format="default"/> and ECDSA <xref target="X9.62" format="default"/>
|
283 | and as the hash in the mask generation function (MGF) in RSASSA-PSS.
|
284 | <!-- This specification describes the identifiers for SHAKEs to be used in X.509 and their
|
285 | meaning.--> </t>
|
286 | </section>
|
287 | <!-- This PI places the pagebreak correctly (before the section title) in the text output. -->
|
288 | <section anchor="terminology" numbered="true" toc="default">
|
289 | <name>Terminology</name>
|
290 | <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
|
291 | NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
|
292 | "MAY", and "OPTIONAL" in this document are to be interpreted as
|
293 | described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/>
|
294 | when, and only when, they appear in all capitals, as shown here.</t>
|
295 | </section>
|
296 | <!-- Terminology -->
|
297 | <section anchor="oids" numbered="true" toc="default">
|
298 | <name>Identifiers</name>
|
299 | <!-- Commention out the below OIDs as they are no longer pertinent for the below public keys and sigs -->
|
300 | <!-- The Object Identifiers (OIDs) for these two hash functions are defined in
|
301 | <xref target="shake-nist-oids"/> and are included here for convenience: </t>
|
302 |
|
303 | <t><figure><artwork><![CDATA[
|
304 | id-shake128-len OBJECT IDENTIFIER ::= { joint-iso-itu-t(2)
|
305 | country(16) us(840) organization(1) gov(101) csor(3)
|
306 | nistalgorithm(4) hashalgs(2) 17 }
|
307 |
|
308 | ShakeOutputLen ::= INTEGER - - Output length in octets
|
309 | ]]></artwork></figure></t>
|
310 | <t>When using the id-shake128-len algorithm identifier, the parameters
|
311 | MUST be present, and they MUST employ the ShakeOutputLen -->
|
312 | <!-- "MUST employ syntax borrowed from RFC4055 -->
|
313 | <!-- syntax that contains an encoded positive integer value at least 32
|
314 | in this specification.</t>
|
315 | <t><figure><artwork><![CDATA[
|
316 | id-shake256-len OBJECT IDENTIFIER ::= { joint-iso-itu-t(2)
|
317 | country(16) us(840) organization(1) gov(101) csor(3)
|
318 | nistalgorithm(4) hashalgs(2) 18 }
|
319 |
|
320 | ShakeOutputLen ::= INTEGER - - Output length in octets
|
321 | ]]></artwork></figure></t>
|
322 | <t>When using the id-shake256-len algorithm identifier, the parameters
|
323 | MUST be present, and they MUST employ the ShakeOutputLen -->
|
324 | <!-- "MUST employ syntax borrowed from RFC4055 -->
|
325 | <!-- syntax that contains an encoded positive integer value at least 64
|
326 | in this specification.</t> -->
|
327 | <t>This section defines four new object identifiers (OIDs), for RSASSA-PSS and ECDSA with each
|
328 | of SHAKE128 and SHAKE256. The same algorithm identifiers can be
|
329 | used for identifying a public key in RSASSA-PSS.</t>
|
330 | <t>The new identifiers for RSASSA-PSS signatures using SHAKEs are below.</t>
|
331 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
332 | id-RSASSA-PSS-SHAKE128 OBJECT IDENTIFIER ::= { iso(1)
|
333 | identified-organization(3) dod(6) internet(1)
|
334 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
335 | TBD1 }
|
336 |
|
337 | id-RSASSA-PSS-SHAKE256 OBJECT IDENTIFIER ::= { iso(1)
|
338 | identified-organization(3) dod(6) internet(1)
|
339 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
340 | TBD2 }
|
341 | ]]></artwork>
|
342 | <t>The new algorithm identifiers of ECDSA signatures using SHAKEs are below.</t>
|
343 | <ul empty="true" spacing="normal">
|
344 | <li>
|
345 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
346 | id-ecdsa-with-shake128 OBJECT IDENTIFIER ::= { iso(1)
|
347 | identified-organization(3) dod(6) internet(1)
|
348 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
349 | TBD3 }
|
350 |
|
351 | id-ecdsa-with-shake256 OBJECT IDENTIFIER ::= { iso(1)
|
352 | identified-organization(3) dod(6) internet(1)
|
353 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
354 | TBD4 }
|
355 | ]]></artwork>
|
356 | </li>
|
357 | </ul>
|
358 | <!-- <xref target="RFC8017"/>, but we include it here as well for convenience:</t>
|
359 | <t><figure><artwork><![CDATA[
|
360 | id-mgf1 OBJECT IDENTIFIER ::= { pkcs-1 8 }
|
361 | ]]></artwork></figure>-->
|
362 | <!-- <t>The parameters field associated with id-mgf1 MUST have a hashAlgorithm value that identifies
|
363 | the hash used with MGF1. To use SHAKE as this hash, this parameter MUST be
|
364 | id-shake128-len or id-shake256-len as specified in <xref target="xofs" /> above. </t>-->
|
365 | <t>The parameters for the four identifiers above MUST be absent. That is,
|
366 | the identifier SHALL be a SEQUENCE of one component, the OID.</t>
|
367 | <t><xref target="rsa-sigs" format="default"/> and <xref target="ecdsa-sigs" format="default"/> specify the required output length
|
368 | for each use of SHAKE128 or SHAKE256 in RSASSA-PSS and ECDSA. In summary, when hashing messages
|
369 | to be signed, output lengths of SHAKE128 and SHAKE256 are 256 and 512 bits respectively.
|
370 | When the SHAKEs are used as mask generation functions RSASSA-PSS, their output length is
|
371 | (8*ceil((n-1)/8) - 264) or (8*ceil((n-1)/8) - 520) bits, respectively, where n is the RSA modulus size in bits.</t>
|
372 | </section>
|
373 | <section numbered="true" toc="default">
|
374 | <name>Use in PKIX</name>
|
375 | <section anchor="sigs" numbered="true" toc="default">
|
376 | <name>Signatures</name>
|
377 | <t>Signatures are used in a number of different ASN.1 structures.
|
378 | As shown in the ASN.1 representation from <xref target="RFC5280" format="default"/>
|
379 | below, in an X.509 certificate, a signature is encoded with an
|
380 | algorithm identifier in the signatureAlgorithm attribute and
|
381 | a signatureValue attribute that contains the actual signature.
|
382 | </t>
|
383 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
384 | Certificate ::= SEQUENCE {
|
385 | tbsCertificate TBSCertificate,
|
386 | signatureAlgorithm AlgorithmIdentifier,
|
387 | signatureValue BIT STRING }
|
388 | ]]></artwork>
|
389 | <t>The identifiers defined in <xref target="oids" format="default"/> can be used
|
390 | as the AlgorithmIdentifier in the signatureAlgorithm field in the sequence
|
391 | Certificate and the signature field in the sequence TBSCertificate in X.509
|
392 | <xref target="RFC5280" format="default"/>.
|
393 | The parameters of these signature algorithms are absent as explained
|
394 | in <xref target="oids" format="default"/>.</t>
|
395 | <t>Conforming CA implementations MUST specify the algorithms
|
396 | explicitly by using the OIDs specified in <xref target="oids" format="default"/> when
|
397 | encoding RSASSA-PSS or ECDSA with SHAKE signatures
|
398 | in certificates and CRLs.
|
399 | Conforming client implementations that process certificates and CRLs
|
400 | using RSASSA-PSS or ECDSA with SHAKE MUST recognize the corresponding OIDs.
|
401 | Encoding rules for RSASSA-PSS and ECDSA
|
402 | signature values are specified in <xref target="RFC4055" format="default"/> and
|
403 | <xref target="RFC5480" format="default"/>, respectively.</t>
|
404 | <t>When using RSASSA-PSS or ECDSA with SHAKEs, the RSA modulus and ECDSA
|
405 | curve order SHOULD be chosen in line with the SHAKE output length.
|
406 | Refer to <xref target="Security" format="default"/> for more details.</t>
|
407 | <section anchor="rsa-sigs" numbered="true" toc="default">
|
408 | <name>RSASSA-PSS Signatures</name>
|
409 | <t>The RSASSA-PSS algorithm is defined in <xref target="RFC8017" format="default"/>.
|
410 | When id-RSASSA-PSS-SHAKE128 or id-RSASSA-PSS-SHAKE256 specified in <xref target="oids" format="default"/>
|
411 | is used, the encoding MUST omit the parameters field. That is,
|
412 | the AlgorithmIdentifier SHALL be a SEQUENCE of one component,
|
413 | id-RSASSA-PSS-SHAKE128 or id-RSASSA-PSS-SHAKE256. <xref target="RFC4055" format="default"/>
|
414 | defines RSASSA-PSS-params that are used to define the algorithms and inputs
|
415 | to the algorithm. This specification does not use parameters because the
|
416 | hash, mask generation algorithm, trailer and salt are embedded in
|
417 | the OID definition.</t>
|
418 | <t>The hash algorithm to hash a message being signed and the hash algorithm used as the
|
419 | mask generation function <!-- "MGF(H, emLen - hLen - 1)" <xref target="RFC8017"/> -->
|
420 | in RSASSA-PSS MUST be the same: both SHAKE128 or both SHAKE256. The
|
421 | output length of the hash algorithm which hashes the message SHALL be 32
|
422 | (for SHAKE128) or 64 bytes (for SHAKE256). </t>
|
423 | <t>The mask generation function takes an octet string of variable length and
|
424 | a desired output length as input, and outputs an octet
|
425 | string of the desired length. In RSASSA-PSS with SHAKEs, the SHAKEs MUST be
|
426 | used natively as the MGF function, instead of the MGF1 algorithm that uses
|
427 | the hash function in multiple iterations as specified in Section B.2.1 of
|
428 | <xref target="RFC8017" format="default"/>. In other words, the MGF is defined as
|
429 | <!-- <t><figure><artwork><![CDATA[
|
430 | SHAKE128(mgfSeed, maskLen)
|
431 | ]]></artwork></figure>
|
432 | and
|
433 | <figure><artwork><![CDATA[
|
434 | SHAKE256(mgfSeed, maskLen)
|
435 | ]]></artwork></figure></t> -->
|
436 | the SHAKE128 or SHAKE256 output of the mgfSeed for id-RSASSA-PSS-SHAKE128 and
|
437 | id-RSASSA-PSS-SHAKE256, respectively. The mgfSeed is the seed
|
438 | from which mask is generated, an octet string <xref target="RFC8017" format="default"/>.
|
439 | As explained in Step 9 of section 9.1.1 of <xref target="RFC8017" format="default"/>, the output
|
440 | length of the MGF is emLen - hLen - 1 bytes. emLen is the maximum message
|
441 | length ceil((n-1)/8), where n is the RSA modulus in bits. hLen is 32 and
|
442 | 64-bytes for id-RSASSA-PSS-SHAKE128 and id-RSASSA-PSS-SHAKE256, respectively.
|
443 | Thus when SHAKE is used as the MGF, the SHAKE output length maskLen is
|
444 | (8*emLen - 264) or (8*emLen - 520) bits, respectively. For example, when RSA modulus n is 2048,
|
445 | the output length of SHAKE128 or SHAKE256 as the MGF will be 1784 or 1528-bits
|
446 | when id-RSASSA-PSS-SHAKE128 or id-RSASSA-PSS-SHAKE256 is used, respectively. </t>
|
447 | <t>The RSASSA-PSS saltLength MUST be 32 bytes for id-RSASSA-PSS-SHAKE128
|
448 | or 64 bytes for id-RSASSA-PSS-SHAKE256.
|
449 | Finally, the trailerField MUST be 1, which represents
|
450 | the trailer field with hexadecimal value 0xBC <xref target="RFC8017" format="default"/>.</t>
|
451 | <!-- <t><figure><artwork><![CDATA[
|
452 | id-RSASSA-PSS OBJECT IDENTIFIER ::= { pkcs-1 k }
|
453 |
|
454 | RSASSA-PSS-params ::= SEQUENCE {
|
455 | hashAlgorithm HashAlgorithm,
|
456 | maskGenAlgorithm MaskGenAlgorithm,
|
457 | saltLength INTEGER,
|
458 | trailerField INTEGER }
|
459 | ]]></artwork></figure></t> -->
|
460 | <!-- <section title="EdDSA with SHAKE">
|
461 | <t>[ EDNOTE: For the group to decide: pre-hash version or non-prehash version EdDSAs. PureEdDSA, the pre-hashed version of EdDSA, as currently also proposed in draft-ietf-curdle-cms-eddsa-signatures mandates the hash function as SHA512 for Ed25519 and SHAKE256(x,64) for Ed448. The HashEdDSA version of EdDSA does not define the hash. It is up to the WG to go the Pre-hash route which would require an OID that contained the hash. ] </t>
|
462 | <t>
|
463 | <list>
|
464 | <t><figure><artwork><![CDATA[
|
465 | id-eddsa-with-shake128 OBJECT IDENTIFIER ::= { }
|
466 | ]]></artwork></figure></t>
|
467 | <t><figure><artwork><![CDATA[
|
468 | id-eddsa-with-shake256 OBJECT IDENTIFIER ::= { }
|
469 | ]]></artwork></figure></t>
|
470 | </list></t>
|
471 | </section> -->
|
472 | </section>
|
473 | <section anchor="ecdsa-sigs" numbered="true" toc="default">
|
474 | <name>ECDSA Signatures</name>
|
475 | <t>The Elliptic Curve Digital Signature Algorithm (ECDSA) is defined in
|
476 | <xref target="X9.62" format="default"/>. When the id-ecdsa-with-shake128 or id-ecdsa-with-shake256
|
477 | (specified in <xref target="oids" format="default"/>) algorithm identifier appears, the respective SHAKE
|
478 | function (SHAKE128 or SHAKE256) is used as the hash.
|
479 | The encoding MUST omit the parameters field. That is, the AlgorithmIdentifier
|
480 | SHALL be a SEQUENCE of one component, the OID id-ecdsa-with-shake128 or
|
481 | id-ecdsa-with-shake256.</t>
|
482 | <t>For simplicity and compliance with the ECDSA standard specification,
|
483 | the output length of the hash function must be explicitly determined. The
|
484 | output length, d, for SHAKE128 or SHAKE256 used in ECDSA MUST be 256 or 512
|
485 | bits, respectively. </t>
|
486 | <t>Conforming CA implementations that generate ECDSA with SHAKE signatures
|
487 | in certificates or CRLs SHOULD generate such signatures with a
|
488 | deterministically generated, non-random k in accordance with all
|
489 | the requirements specified in <xref target="RFC6979" format="default"/>.
|
490 | <!-- Sections 7.2 and 7.3 of
|
491 | <xref target="X9.62"/> or with all the requirements specified in Section
|
492 | 4.1.3 of <xref target="SEC1"/>. -->
|
493 | They MAY also generate such signatures
|
494 | in accordance with all other recommendations in <xref target="X9.62" format="default"/> or
|
495 | <xref target="SEC1" format="default"/> if they have a stated policy that requires
|
496 | conformance to those standards. Those standards have not specified
|
497 | SHAKE128 and SHAKE256 as hash algorithm options. However, SHAKE128 and
|
498 | SHAKE256 with output length being 32 and 64 octets, respectively, can
|
499 | be used instead of 256 and 512-bit output hash algorithms such as SHA256
|
500 | and SHA512.</t>
|
501 | <!-- <t>In Section 3.2 "Generation of k" of <xref target="RFC6979"/>, HMAC is used to derive
|
502 | the deterministic k. Conforming implementations that generate deterministic
|
503 | ECDSA with SHAKE signatures in X.509 MUST use KMAC with SHAKE128 or KMAC with
|
504 | SHAKE256 as specfied in <xref target="SP800-185"/> when SHAKE128 or SHAKE256 is
|
505 | used as the message hashing algorithm, respectively. In this situation, KMAC with
|
506 | SHAKE128 and KMAC with SHAKE256 have 256-bit and 512-bit outputs respectively,
|
507 | and the optional customization bit string S is an empty string.</t> -->
|
508 | </section>
|
509 | </section>
|
510 | <section numbered="true" toc="default">
|
511 | <name>Public Keys</name>
|
512 | <t>Certificates conforming to <xref target="RFC5280" format="default"/> can convey a
|
513 | public key for any public key algorithm. The certificate indicates
|
514 | the public key algorithm through an algorithm identifier. This algorithm
|
515 | identifier is an OID and optionally associated parameters.
|
516 | The conventions and encoding for RSASSA-PSS and ECDSA <!-- and EdDSA -->
|
517 | public keys algorithm identifiers are as specified in
|
518 | Section 2.3.1 and 2.3.5 of <xref target="RFC3279" format="default"/>,
|
519 | Section 3.1 of <xref target="RFC4055" format="default"/>
|
520 | and Section 2.1 of <xref target="RFC5480" format="default"/>.
|
521 | <!-- and <xref target="I-D.josefsson-pkix-eddsa"/>-->
|
522 | </t>
|
523 | <t>Traditionally, the rsaEncryption object identifier is used to
|
524 | identify RSA public keys. The rsaEncryption object identifier
|
525 | continues to identify the subject public key when the RSA private
|
526 | key owner does not wish to limit the use of the public key
|
527 | exclusively to RSASSA-PSS with SHAKEs. When the RSA private
|
528 | key owner wishes to limit the use of the public key exclusively
|
529 | to RSASSA-PSS with SHAKEs, the AlgorithmIdentifiers for
|
530 | RSASSA-PSS defined in <xref target="oids" format="default"/> SHOULD be used as the algorithm
|
531 | field in the SubjectPublicKeyInfo sequence <xref target="RFC5280" format="default"/>.
|
532 | Conforming client implementations that process RSASSA-PSS
|
533 | with SHAKE public keys when processing certificates and CRLs MUST
|
534 | recognize the corresponding OIDs. </t>
|
535 | <t>Conforming CA implementations MUST specify the X.509 public key
|
536 | algorithm explicitly by using the OIDs specified in <xref target="oids" format="default"/>
|
537 | when encoding ECDSA with SHAKE public keys in certificates and CRLs.
|
538 | Conforming client implementations that process ECDSA with
|
539 | SHAKE public keys when processing certificates and CRLs MUST recognize
|
540 | the corresponding OIDs. </t>
|
541 | <t>The identifier parameters, as explained in <xref target="oids" format="default"/>,
|
542 | MUST be absent.</t>
|
543 | </section>
|
544 | </section>
|
545 | <section anchor="IANA" numbered="true" toc="default">
|
546 | <name>IANA Considerations</name>
|
547 | <t>One object identifier for the ASN.1 module in <xref target="asn" format="default"/>
|
548 | is requested for the SMI Security for PKIX Module Identifiers
|
549 | (1.3.6.1.5.5.7.0) registry: </t>
|
550 | <table align="center">
|
551 | <thead>
|
552 | <tr>
|
553 | <th align="center">Decimal</th>
|
554 | <th align="center">Description</th>
|
555 | <th align="center">References</th>
|
556 | </tr>
|
557 | </thead>
|
558 | <tbody>
|
559 | <tr>
|
560 | <td align="center">TBD</td>
|
561 | <td align="center">id-mod-pkix1-shakes-2019</td>
|
562 | <td align="center">[EDNOTE: THIS RFC]</td>
|
563 | </tr>
|
564 | </tbody>
|
565 | </table>
|
566 | <t>IANA is requested to update the
|
567 | SMI Security for PKIX Algorithms <xref target="SMI-PKIX" format="default"/>
|
568 | (1.3.6.1.5.5.7.6) registry with four additional entries: </t>
|
569 | <table align="center">
|
570 | <thead>
|
571 | <tr>
|
572 | <th align="center">Decimal</th>
|
573 | <th align="center">Description</th>
|
574 | <th align="center">References</th>
|
575 | </tr>
|
576 | </thead>
|
577 | <tbody>
|
578 | <tr>
|
579 | <td align="center">TBD1</td>
|
580 | <td align="center">id-RSASSA-PSS-SHAKE128</td>
|
581 | <td align="center">[EDNOTE: THIS RFC]</td>
|
582 | </tr>
|
583 | <tr>
|
584 | <td align="center">TBD2</td>
|
585 | <td align="center">id-RSASSA-PSS-SHAKE256</td>
|
586 | <td align="center">[EDNOTE: THIS RFC]</td>
|
587 | </tr>
|
588 | <tr>
|
589 | <td align="center">TBD3</td>
|
590 | <td align="center">id-ecdsa-with-shake128</td>
|
591 | <td align="center">[EDNOTE: THIS RFC]</td>
|
592 | </tr>
|
593 | <tr>
|
594 | <td align="center">TBD4</td>
|
595 | <td align="center">id-ecdsa-with-shake256</td>
|
596 | <td align="center">[EDNOTE: THIS RFC]</td>
|
597 | </tr>
|
598 | </tbody>
|
599 | </table>
|
600 | <t>IANA is also requested to update the
|
601 | Hash Function Textual Names Registry <xref target="Hash-Texts" format="default"/>
|
602 | with two additional entries for SHAKE128
|
603 | and SHAKE256: </t>
|
604 | <table align="center">
|
605 | <thead>
|
606 | <tr>
|
607 | <th align="center">Hash Function Name</th>
|
608 | <th align="center">OID</th>
|
609 | <th align="center">Reference</th>
|
610 | </tr>
|
611 | </thead>
|
612 | <tbody>
|
613 | <tr>
|
614 | <td align="center">shake128</td>
|
615 | <td align="center">2.16.840.1.101.3.4.2.11</td>
|
616 | <td align="center">[EDNOTE: THIS RFC]</td>
|
617 | </tr>
|
618 | <tr>
|
619 | <td align="center">shake256</td>
|
620 | <td align="center">2.16.840.1.101.3.4.2.12</td>
|
621 | <td align="center">[EDNOTE: THIS RFC]</td>
|
622 | </tr>
|
623 | </tbody>
|
624 | </table>
|
625 | </section>
|
626 | <section anchor="Security" numbered="true" toc="default">
|
627 | <name>Security Considerations</name>
|
628 | <t>This document updates <xref target="RFC3279" format="default"/>. The security considerations
|
629 | section of that document applies to this specification as well.</t>
|
630 | <t>NIST has defined appropriate use of the hash functions in terms of the algorithm
|
631 | strengths and expected time frames for secure use in Special Publications (SPs)
|
632 | <xref target="SP800-78-4" format="default"/> and <xref target="SP800-107" format="default"/>.
|
633 | These documents can be used as guides to choose appropriate key sizes
|
634 | for various security scenarios. </t>
|
635 | <!-- <t>The SHAKEs are deterministic functions. Like any other deterministic function,
|
636 | executing multiple times with the same input will produce the
|
637 | same output. Therefore, users should not expect unrelated outputs (with the
|
638 | same or different output lengths) from running a SHAKE function with the
|
639 | same input multiple times. The shorter of any two outputs produced from a
|
640 | SHAKE with the same input is a prefix of the longer one. It is a similar
|
641 | situation as truncating a 512-bit output of SHA-512 by taking its 256
|
642 | left-most bits. These 256 left-most bits are a prefix of the 512-bit output.</t> -->
|
643 | <!-- <t>Implementations must protect the signer's private key. Compromise of
|
644 | the signer's private key permits masquerade attacks.</t> -->
|
645 | <!-- <t>Implementations must randomly generate one-time values, such as the k value when generating a ECDSA
|
646 | signature. In addition, the generation of public/private key pairs
|
647 | relies on random numbers. The use of inadequate pseudo-random
|
648 | number generators (PRNGs) to generate such cryptographic values can
|
649 | result in little or no security. The generation of quality random
|
650 | numbers is difficult. <xref target="RFC4086"/> offers important guidance
|
651 | in this area, and <xref target="SP800-90A"/> series provide acceptable
|
652 | PRNGs.</t> -->
|
653 | <!-- <t>Implementers should be aware that cryptographic algorithms may
|
654 | become weaker with time. As new cryptanalysis techniques are developed
|
655 | and computing power increases, the work factor or time required to break a
|
656 | particular cryptographic algorithm may decrease. Therefore, cryptographic
|
657 | algorithm implementations should be modular allowing new algorithms
|
658 | to be readily inserted. That is, implementers should be prepared to
|
659 | regularly update the set of algorithms in their implementations.</t> -->
|
660 | <t>SHAKE128 with output length of 256-bits offers 128-bits of collision and preimage resistance. Thus, SHAKE128 OIDs in this specification are RECOMMENDED with 2048 (112-bit security) or 3072-bit (128-bit security) RSA modulus or curves with group order of 256-bits (128-bit security). SHAKE256 with 512-bits output length offers 256-bits of collision and preimage resistance. Thus, the SHAKE256 OIDs in this specification are RECOMMENDED with 4096-bit RSA modulus or higher or curves with group order of at least 512 bits such as NIST Curve P-521 (256-bit security). Note that we recommended 4096-bit RSA because we would need 15360-bit modulus for 256-bits of security which is impractical for today's technology.</t>
|
661 | </section>
|
662 | <!-- Possibly a 'Contributors' section ... -->
|
663 | <section anchor="Acknowledgements" numbered="true" toc="default">
|
664 | <name>Acknowledgements</name>
|
665 | <t>We would like to thank Sean Turner, Jim Schaad and Eric
|
666 | Rescorla for their valuable contributions to this document.</t>
|
667 | <t>The authors would like to thank Russ Housley for his guidance and
|
668 | very valuable contributions with the ASN.1 module.</t>
|
669 | </section>
|
670 | </middle>
|
671 | <!-- *****BACK MATTER ***** -->
|
672 | <back>
|
673 | <!-- References split into informative and normative -->
|
674 | <!-- There are 2 ways to insert reference entries from the citation libraries:
|
675 | 1. define an ENTITY at the top, and use "ampersand character"RFC2629; here (as shown)
|
676 | 2. simply use a PI "less than character"?rfc include="reference.RFC.2119.xml"?> here
|
677 | (for I-Ds: include="reference.I-D.narten-iana-considerations-rfc2434bis.xml")
|
678 |
|
679 | Both are cited textually in the same manner: by using xref elements.
|
680 | If you use the PI option, xml2rfc will, by default, try to find included files in the same
|
681 | directory as the including file. You can also define the XML_LIBRARY environment variable
|
682 | with a value containing a set of directories to search. These can be either in the local
|
683 | filing system or remote ones accessed by http (http://domain/dir/... ).-->
|
684 | <references>
|
685 | <name>References</name>
|
686 | <references>
|
687 | <name>Normative References</name>
|
688 | <!--?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml"?-->
|
689 | <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
|
690 | <front>
|
691 | <title>Key words for use in RFCs to Indicate Requirement Levels</title>
|
692 | <seriesInfo name="DOI" value="10.17487/RFC2119"/>
|
693 | <seriesInfo name="RFC" value="2119"/>
|
694 | <seriesInfo name="BCP" value="14"/>
|
695 | <author initials="S." surname="Bradner" fullname="S. Bradner">
|
696 | <organization/>
|
697 | </author>
|
698 | <date year="1997" month="March"/>
|
699 | <abstract>
|
700 | <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
|
701 | </abstract>
|
702 | </front>
|
703 | </reference>
|
704 | <reference anchor="RFC3279" target="https://www.rfc-editor.org/info/rfc3279" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3279.xml">
|
705 | <front>
|
706 | <title>Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
|
707 | <seriesInfo name="DOI" value="10.17487/RFC3279"/>
|
708 | <seriesInfo name="RFC" value="3279"/>
|
709 | <author initials="L." surname="Bassham" fullname="L. Bassham">
|
710 | <organization/>
|
711 | </author>
|
712 | <author initials="W." surname="Polk" fullname="W. Polk">
|
713 | <organization/>
|
714 | </author>
|
715 | <author initials="R." surname="Housley" fullname="R. Housley">
|
716 | <organization/>
|
717 | </author>
|
718 | <date year="2002" month="April"/>
|
719 | <abstract>
|
720 | <t>This document specifies algorithm identifiers and ASN.1 encoding formats for digital signatures and subject public keys used in the Internet X.509 Public Key Infrastructure (PKI). Digital signatures are used to sign certificates and certificate revocation list (CRLs). Certificates include the public key of the named subject. [STANDARDS-TRACK]</t>
|
721 | </abstract>
|
722 | </front>
|
723 | </reference>
|
724 | <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
|
725 | <front>
|
726 | <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
|
727 | <seriesInfo name="DOI" value="10.17487/RFC8174"/>
|
728 | <seriesInfo name="RFC" value="8174"/>
|
729 | <seriesInfo name="BCP" value="14"/>
|
730 | <author initials="B." surname="Leiba" fullname="B. Leiba">
|
731 | <organization/>
|
732 | </author>
|
733 | <date year="2017" month="May"/>
|
734 | <abstract>
|
735 | <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
|
736 | </abstract>
|
737 | </front>
|
738 | </reference>
|
739 | <!-- &RFC3280; -->
|
740 | <reference anchor="RFC4055" target="https://www.rfc-editor.org/info/rfc4055" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4055.xml">
|
741 | <front>
|
742 | <title>Additional Algorithms and Identifiers for RSA Cryptography for use in the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
|
743 | <seriesInfo name="DOI" value="10.17487/RFC4055"/>
|
744 | <seriesInfo name="RFC" value="4055"/>
|
745 | <author initials="J." surname="Schaad" fullname="J. Schaad">
|
746 | <organization/>
|
747 | </author>
|
748 | <author initials="B." surname="Kaliski" fullname="B. Kaliski">
|
749 | <organization/>
|
750 | </author>
|
751 | <author initials="R." surname="Housley" fullname="R. Housley">
|
752 | <organization/>
|
753 | </author>
|
754 | <date year="2005" month="June"/>
|
755 | <abstract>
|
756 | <t>This document supplements RFC 3279. It describes the conventions for using the RSA Probabilistic Signature Scheme (RSASSA-PSS) signature algorithm, the RSA Encryption Scheme - Optimal Asymmetric Encryption Padding (RSAES-OAEP) key transport algorithm and additional one-way hash functions with the Public-Key Cryptography Standards (PKCS) #1 version 1.5 signature algorithm in the Internet X.509 Public Key Infrastructure (PKI). Encoding formats, algorithm identifiers, and parameter formats are specified. [STANDARDS-TRACK]</t>
|
757 | </abstract>
|
758 | </front>
|
759 | </reference>
|
760 | <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml">
|
761 | <front>
|
762 | <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
|
763 | <seriesInfo name="DOI" value="10.17487/RFC5280"/>
|
764 | <seriesInfo name="RFC" value="5280"/>
|
765 | <author initials="D." surname="Cooper" fullname="D. Cooper">
|
766 | <organization/>
|
767 | </author>
|
768 | <author initials="S." surname="Santesson" fullname="S. Santesson">
|
769 | <organization/>
|
770 | </author>
|
771 | <author initials="S." surname="Farrell" fullname="S. Farrell">
|
772 | <organization/>
|
773 | </author>
|
774 | <author initials="S." surname="Boeyen" fullname="S. Boeyen">
|
775 | <organization/>
|
776 | </author>
|
777 | <author initials="R." surname="Housley" fullname="R. Housley">
|
778 | <organization/>
|
779 | </author>
|
780 | <author initials="W." surname="Polk" fullname="W. Polk">
|
781 | <organization/>
|
782 | </author>
|
783 | <date year="2008" month="May"/>
|
784 | <abstract>
|
785 | <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
|
786 | </abstract>
|
787 | </front>
|
788 | </reference>
|
789 | <reference anchor="RFC5480" target="https://www.rfc-editor.org/info/rfc5480" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5480.xml">
|
790 | <front>
|
791 | <title>Elliptic Curve Cryptography Subject Public Key Information</title>
|
792 | <seriesInfo name="DOI" value="10.17487/RFC5480"/>
|
793 | <seriesInfo name="RFC" value="5480"/>
|
794 | <author initials="S." surname="Turner" fullname="S. Turner">
|
795 | <organization/>
|
796 | </author>
|
797 | <author initials="D." surname="Brown" fullname="D. Brown">
|
798 | <organization/>
|
799 | </author>
|
800 | <author initials="K." surname="Yiu" fullname="K. Yiu">
|
801 | <organization/>
|
802 | </author>
|
803 | <author initials="R." surname="Housley" fullname="R. Housley">
|
804 | <organization/>
|
805 | </author>
|
806 | <author initials="T." surname="Polk" fullname="T. Polk">
|
807 | <organization/>
|
808 | </author>
|
809 | <date year="2009" month="March"/>
|
810 | <abstract>
|
811 | <t>This document specifies the syntax and semantics for the Subject Public Key Information field in certificates that support Elliptic Curve Cryptography. This document updates Sections 2.3.5 and 5, and the ASN.1 module of "Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 3279. [STANDARDS-TRACK]</t>
|
812 | </abstract>
|
813 | </front>
|
814 | </reference>
|
815 | <reference anchor="RFC8017" target="https://www.rfc-editor.org/info/rfc8017" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8017.xml">
|
816 | <front>
|
817 | <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
|
818 | <seriesInfo name="DOI" value="10.17487/RFC8017"/>
|
819 | <seriesInfo name="RFC" value="8017"/>
|
820 | <author initials="K." surname="Moriarty" fullname="K. Moriarty" role="editor">
|
821 | <organization/>
|
822 | </author>
|
823 | <author initials="B." surname="Kaliski" fullname="B. Kaliski">
|
824 | <organization/>
|
825 | </author>
|
826 | <author initials="J." surname="Jonsson" fullname="J. Jonsson">
|
827 | <organization/>
|
828 | </author>
|
829 | <author initials="A." surname="Rusch" fullname="A. Rusch">
|
830 | <organization/>
|
831 | </author>
|
832 | <date year="2016" month="November"/>
|
833 | <abstract>
|
834 | <t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t>
|
835 | <t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
|
836 | <t>This document also obsoletes RFC 3447.</t>
|
837 | </abstract>
|
838 | </front>
|
839 | </reference>
|
840 | <!-- RFC8017 is Informational draft but we are keeping it in the Normative References even though idnits complains because we need a normative reference for RSASSA-PSS. RFC4056 does the same thing with RSASS-PSS v2.1 -->
|
841 | <!-- <?rfc include="http://xml2rfc.tools.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-josefsson-pkix-eddsa-04.xml"?> -->
|
842 | <reference anchor="SHA3" target="https://www.nist.gov/publications/sha-3-standard-permutation-based-hash-and-extendable-output-functions">
|
843 | <front>
|
844 | <title>SHA-3 Standard - Permutation-Based Hash and Extendable-Output Functions FIPS PUB 202</title>
|
845 | <author>
|
846 | <organization>National Institute of Standards and Technology (NIST)</organization>
|
847 | </author>
|
848 | <date month="August" year="2015"/>
|
849 | </front>
|
850 | </reference>
|
851 | </references>
|
852 | <references>
|
853 | <name>Informative References</name>
|
854 | <!-- Here we use entities that we defined at the beginning. -->
|
855 | <!--&RFC2629; -->
|
856 | <reference anchor="RFC5912" target="https://www.rfc-editor.org/info/rfc5912" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5912.xml">
|
857 | <front>
|
858 | <title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</title>
|
859 | <seriesInfo name="DOI" value="10.17487/RFC5912"/>
|
860 | <seriesInfo name="RFC" value="5912"/>
|
861 | <author initials="P." surname="Hoffman" fullname="P. Hoffman">
|
862 | <organization/>
|
863 | </author>
|
864 | <author initials="J." surname="Schaad" fullname="J. Schaad">
|
865 | <organization/>
|
866 | </author>
|
867 | <date year="2010" month="June"/>
|
868 | <abstract>
|
869 | <t>The Public Key Infrastructure using X.509 (PKIX) certificate format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
|
870 | </abstract>
|
871 | </front>
|
872 | </reference>
|
873 | <reference anchor="RFC6979" target="https://www.rfc-editor.org/info/rfc6979" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6979.xml">
|
874 | <front>
|
875 | <title>Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
|
876 | <seriesInfo name="DOI" value="10.17487/RFC6979"/>
|
877 | <seriesInfo name="RFC" value="6979"/>
|
878 | <author initials="T." surname="Pornin" fullname="T. Pornin">
|
879 | <organization/>
|
880 | </author>
|
881 | <date year="2013" month="August"/>
|
882 | <abstract>
|
883 | <t>This document defines a deterministic digital signature generation procedure. Such signatures are compatible with standard Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital signatures and can be processed with unmodified verifiers, which need not be aware of the procedure described therein. Deterministic signatures retain the cryptographic security features associated with digital signatures but can be more easily implemented in various environments, since they do not need access to a source of high-quality randomness.</t>
|
884 | </abstract>
|
885 | </front>
|
886 | </reference>
|
887 | <!-- &RFC4086; -->
|
888 | <!--<reference anchor="shake-nist-oids" target="https://csrc.nist.gov/Projects/Computer-Security-Objects-Register/Algorithm-Registration">
|
889 | <front>
|
890 | <title>Computer Security Objects Register</title>
|
891 | <author>
|
892 | <organization>National Institute of Standards and Technology</organization>
|
893 | </author>
|
894 | <date month="October" year="2017" />
|
895 | </front>
|
896 | </reference> -->
|
897 | <reference anchor="SEC1" target="http://www.secg.org/sec1-v2.pdf">
|
898 | <front>
|
899 | <title>SEC 1: Elliptic Curve Cryptography</title>
|
900 | <author>
|
901 | <organization>Standards for Efficient Cryptography Group</organization>
|
902 | </author>
|
903 | <date month="May" year="2009"/>
|
904 | </front>
|
905 | </reference>
|
906 | <reference anchor="X9.62">
|
907 | <front>
|
908 | <title>X9.62-2005: Public Key Cryptography for the Financial Services Industry: The Elliptic Curve Digital Signature Standard (ECDSA)</title>
|
909 | <author>
|
910 | <organization>American National Standard for Financial Services (ANSI)</organization>
|
911 | </author>
|
912 | <date month="November" year="2005"/>
|
913 | </front>
|
914 | </reference>
|
915 | <reference anchor="SP800-78-4" target="https://csrc.nist.gov/csrc/media/publications/sp/800-78/4/final/documents/sp800_78-4_revised_draft.pdf">
|
916 | <front>
|
917 | <title>SP800-78-4: Cryptographic Algorithms and Key Sizes for Personal Identity Verification</title>
|
918 | <author>
|
919 | <organization>National Institute of Standards and Technology (NIST)</organization>
|
920 | </author>
|
921 | <date month="May" year="2014"/>
|
922 | </front>
|
923 | </reference>
|
924 | <reference anchor="SMI-PKIX" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.6">
|
925 | <front>
|
926 | <title>SMI Security for PKIX Algorithms</title>
|
927 | <author>
|
928 | <organization>IANA</organization>
|
929 | </author>
|
930 | <date month="March" year="2019"/>
|
931 | </front>
|
932 | </reference>
|
933 | <reference anchor="Hash-Texts" target="https://www.iana.org/assignments/hash-function-text-names/hash-function-text-names.xhtml">
|
934 | <front>
|
935 | <title>Hash Function Textual Names</title>
|
936 | <author>
|
937 | <organization>IANA</organization>
|
938 | </author>
|
939 | <date month="July" year="2017"/>
|
940 | </front>
|
941 | </reference>
|
942 | <reference anchor="SP800-107" target="https://csrc.nist.gov/csrc/media/publications/sp/800-107/rev-1/final/documents/draft_revised_sp800-107.pdf">
|
943 | <front>
|
944 | <title>SP800-107: Recommendation for Applications Using Approved Hash Algorithms</title>
|
945 | <author>
|
946 | <organization>National Institute of Standards and Technology (NIST)</organization>
|
947 | </author>
|
948 | <date month="May" year="2014"/>
|
949 | </front>
|
950 | </reference>
|
951 | <!-- <reference anchor="SP800-90A" target="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf">
|
952 | <front>
|
953 | <title>Recommendation for Random Number Generation Using Deterministic Random Bit Generators. NIST SP 800-90A</title>
|
954 | <author>
|
955 | <organization>National Institute of Standards and Technology</organization>
|
956 | </author>
|
957 | <date month="June" year="2015" />
|
958 | </front>
|
959 | </reference> -->
|
960 | <!-- <reference anchor="SP800-185" target="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf">
|
961 | <front>
|
962 | <title>SHA-3 Derived Functions: cSHAKE, KMAC, TupleHash and ParallelHash. NIST SP 800-185</title>
|
963 | <author>
|
964 | <organization>National Institute of Standards and Technology</organization>
|
965 | </author>
|
966 | <date month="December" year="2016" />
|
967 | </front>
|
968 | </reference> -->
|
969 | </references>
|
970 | </references>
|
971 | <section anchor="asn" numbered="true" toc="default">
|
972 | <name>ASN.1 module</name>
|
973 | <t>This appendix includes the ASN.1 module for SHAKEs in X.509.
|
974 | This module does not come from any existing RFC. </t>
|
975 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
976 | PKIXAlgsForSHAKE-2019 { iso(1) identified-organization(3) dod(6)
|
977 | internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
|
978 | id-mod-pkix1-shakes-2019(TBD) }
|
979 |
|
980 | DEFINITIONS EXPLICIT TAGS ::=
|
981 |
|
982 | BEGIN
|
983 |
|
984 | -- EXPORTS ALL;
|
985 |
|
986 | IMPORTS
|
987 |
|
988 | -- FROM [RFC5912]
|
989 |
|
990 | PUBLIC-KEY, SIGNATURE-ALGORITHM, DIGEST-ALGORITHM, SMIME-CAPS
|
991 | FROM AlgorithmInformation-2009
|
992 | { iso(1) identified-organization(3) dod(6) internet(1) security(5)
|
993 | mechanisms(5) pkix(7) id-mod(0)
|
994 | id-mod-algorithmInformation-02(58) }
|
995 |
|
996 | -- FROM [RFC5912]
|
997 |
|
998 | RSAPublicKey, rsaEncryption, pk-rsa, pk-ec,
|
999 | CURVE, id-ecPublicKey, ECPoint, ECParameters, ECDSA-Sig-Value
|
1000 | FROM PKIXAlgs-2009 { iso(1) identified-organization(3) dod(6)
|
1001 | internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
|
1002 | id-mod-pkix1-algorithms2008-02(56) }
|
1003 | ;
|
1004 |
|
1005 | --
|
1006 | -- Message Digest Algorithms (mda-)
|
1007 | --
|
1008 | DigestAlgorithms DIGEST-ALGORITHM ::= {
|
1009 | -- This expands DigestAlgorithms from [RFC5912]
|
1010 | mda-shake128 |
|
1011 | mda-shake256,
|
1012 | ...
|
1013 | }
|
1014 |
|
1015 | --
|
1016 | -- One-Way Hash Functions
|
1017 | --
|
1018 |
|
1019 | -- SHAKE128
|
1020 | mda-shake128 DIGEST-ALGORITHM ::= {
|
1021 | IDENTIFIER id-shake128 -- with output length 32 bytes.
|
1022 | }
|
1023 | id-shake128 OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16)
|
1024 | us(840) organization(1) gov(101)
|
1025 | csor(3) nistAlgorithm(4)
|
1026 | hashAlgs(2) 11 }
|
1027 |
|
1028 | -- SHAKE256
|
1029 | mda-shake256 DIGEST-ALGORITHM ::= {
|
1030 | IDENTIFIER id-shake256 -- with output length 64 bytes.
|
1031 | }
|
1032 | id-shake256 OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16)
|
1033 | us(840) organization(1) gov(101)
|
1034 | csor(3) nistAlgorithm(4)
|
1035 | hashAlgs(2) 12 }
|
1036 |
|
1037 | --
|
1038 | -- Public Key (pk-) Algorithms
|
1039 | --
|
1040 | PublicKeys PUBLIC-KEY ::= {
|
1041 | -- This expands PublicKeys from [RFC5912]
|
1042 | pk-rsaSSA-PSS-SHAKE128 |
|
1043 | pk-rsaSSA-PSS-SHAKE256,
|
1044 | ...
|
1045 | }
|
1046 |
|
1047 | -- The hashAlgorithm is mda-shake128
|
1048 | -- The maskGenAlgorithm is id-shake128
|
1049 | -- Mask Gen Algorithm is SHAKE128 with output length
|
1050 | -- (8*ceil((n-1)/8) - 264) bits, where n is the RSA
|
1051 | -- modulus in bits.
|
1052 | -- The saltLength is 32. The trailerField is 1.
|
1053 | pk-rsaSSA-PSS-SHAKE128 PUBLIC-KEY ::= {
|
1054 | IDENTIFIER id-RSASSA-PSS-SHAKE128
|
1055 | KEY RSAPublicKey
|
1056 | PARAMS ARE absent
|
1057 | -- Private key format not in this module --
|
1058 | CERT-KEY-USAGE { nonRepudiation, digitalSignature,
|
1059 | keyCertSign, cRLSign }
|
1060 | }
|
1061 |
|
1062 | -- The hashAlgorithm is mda-shake256
|
1063 | -- The maskGenAlgorithm is id-shake256
|
1064 | -- Mask Gen Algorithm is SHAKE256 with output length
|
1065 | -- (8*ceil((n-1)/8) - 520)-bits, where n is the RSA
|
1066 | -- modulus in bits.
|
1067 | -- The saltLength is 64. The trailerField is 1.
|
1068 | pk-rsaSSA-PSS-SHAKE256 PUBLIC-KEY ::= {
|
1069 | IDENTIFIER id-RSASSA-PSS-SHAKE256
|
1070 | KEY RSAPublicKey
|
1071 | PARAMS ARE absent
|
1072 | -- Private key format not in this module --
|
1073 | CERT-KEY-USAGE { nonRepudiation, digitalSignature,
|
1074 | keyCertSign, cRLSign }
|
1075 | }
|
1076 |
|
1077 | --
|
1078 | -- Signature Algorithms (sa-)
|
1079 | --
|
1080 | SignatureAlgs SIGNATURE-ALGORITHM ::= {
|
1081 | -- This expands SignatureAlgorithms from [RFC5912]
|
1082 | sa-rsassapssWithSHAKE128 |
|
1083 | sa-rsassapssWithSHAKE256 |
|
1084 | sa-ecdsaWithSHAKE128 |
|
1085 | sa-ecdsaWithSHAKE256,
|
1086 | ...
|
1087 | }
|
1088 |
|
1089 | --
|
1090 | -- SMIME Capabilities (sa-)
|
1091 | --
|
1092 | SMimeCaps SMIME-CAPS ::= {
|
1093 | -- The expands SMimeCaps from [RFC5912]
|
1094 | sa-rsassapssWithSHAKE128.&smimeCaps |
|
1095 | sa-rsassapssWithSHAKE256.&smimeCaps |
|
1096 | sa-ecdsaWithSHAKE128.&smimeCaps |
|
1097 | sa-ecdsaWithSHAKE256.&smimeCaps,
|
1098 | ...
|
1099 | }
|
1100 |
|
1101 | -- RSASSA-PSS with SHAKE128
|
1102 | sa-rsassapssWithSHAKE128 SIGNATURE-ALGORITHM ::= {
|
1103 | IDENTIFIER id-RSASSA-PSS-SHAKE128
|
1104 | PARAMS ARE absent
|
1105 | -- The hashAlgorithm is mda-shake128
|
1106 | -- The maskGenAlgorithm is id-shake128
|
1107 | -- Mask Gen Algorithm is SHAKE128 with output length
|
1108 | -- (8*ceil((n-1)/8) - 264) bits, where n is the RSA
|
1109 | -- modulus in bits.
|
1110 | -- The saltLength is 32. The trailerField is 1
|
1111 | HASHES { mda-shake128 }
|
1112 | PUBLIC-KEYS { pk-rsa | pk-rsaSSA-PSS-SHAKE128 }
|
1113 | SMIME-CAPS { IDENTIFIED BY id-RSASSA-PSS-SHAKE128 }
|
1114 | }
|
1115 | id-RSASSA-PSS-SHAKE128 OBJECT IDENTIFIER ::= { iso(1)
|
1116 | identified-organization(3) dod(6) internet(1)
|
1117 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
1118 | TBD1 }
|
1119 |
|
1120 | -- RSASSA-PSS with SHAKE256
|
1121 | sa-rsassapssWithSHAKE256 SIGNATURE-ALGORITHM ::= {
|
1122 | IDENTIFIER id-RSASSA-PSS-SHAKE256
|
1123 | PARAMS ARE absent
|
1124 | -- The hashAlgorithm is mda-shake256
|
1125 | -- The maskGenAlgorithm is id-shake256
|
1126 | -- Mask Gen Algorithm is SHAKE256 with output length
|
1127 | -- (8*ceil((n-1)/8) - 520)-bits, where n is the
|
1128 | -- RSA modulus in bits.
|
1129 | -- The saltLength is 64. The trailerField is 1.
|
1130 | HASHES { mda-shake256 }
|
1131 | PUBLIC-KEYS { pk-rsa | pk-rsaSSA-PSS-SHAKE256 }
|
1132 | SMIME-CAPS { IDENTIFIED BY id-RSASSA-PSS-SHAKE256 }
|
1133 | }
|
1134 | id-RSASSA-PSS-SHAKE256 OBJECT IDENTIFIER ::= { iso(1)
|
1135 | identified-organization(3) dod(6) internet(1)
|
1136 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
1137 | TBD2 }
|
1138 |
|
1139 | -- ECDSA with SHAKE128
|
1140 | sa-ecdsaWithSHAKE128 SIGNATURE-ALGORITHM ::= {
|
1141 | IDENTIFIER id-ecdsa-with-shake128
|
1142 | VALUE ECDSA-Sig-Value
|
1143 | PARAMS ARE absent
|
1144 | HASHES { mda-shake128 }
|
1145 | PUBLIC-KEYS { pk-ec }
|
1146 | SMIME-CAPS { IDENTIFIED BY id-ecdsa-with-shake128 }
|
1147 | }
|
1148 | id-ecdsa-with-shake128 OBJECT IDENTIFIER ::= { iso(1)
|
1149 | identified-organization(3) dod(6) internet(1)
|
1150 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
1151 | TBD3 }
|
1152 |
|
1153 | -- ECDSA with SHAKE256
|
1154 | sa-ecdsaWithSHAKE256 SIGNATURE-ALGORITHM ::= {
|
1155 | IDENTIFIER id-ecdsa-with-shake256
|
1156 | VALUE ECDSA-Sig-Value
|
1157 | PARAMS ARE absent
|
1158 | HASHES { mda-shake256 }
|
1159 | PUBLIC-KEYS { pk-ec }
|
1160 | SMIME-CAPS { IDENTIFIED BY id-ecdsa-with-shake256 }
|
1161 | }
|
1162 | id-ecdsa-with-shake256 OBJECT IDENTIFIER ::= { iso(1)
|
1163 | identified-organization(3) dod(6) internet(1)
|
1164 | security(5) mechanisms(5) pkix(7) algorithms(6)
|
1165 | TBD4 }
|
1166 |
|
1167 | END
|
1168 | ]]></artwork>
|
1169 | </section>
|
1170 | </back>
|
1171 | </rfc>
|