-
Notifications
You must be signed in to change notification settings - Fork 8
/
draft-ietf-cose-hash-algs.xml
555 lines (505 loc) · 26 KB
/
draft-ietf-cose-hash-algs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<?rfc toc="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<rfc ipr="trust200902" docName="draft-ietf-cose-hash-algs-09" category="info" version="3" submissionType="IETF">
<front>
<title abbrev="COSE Hashes">CBOR Object Signing and Encryption (COSE): Hash Algorithms</title>
<author initials="J." surname="Schaad" fullname="Jim Schaad">
<organization>August Cellars</organization>
<address>
<email>[email protected]</email>
</address>
</author>
<date/>
<area>Security</area>
<abstract>
<t>
The CBOR Object Signing and Encryption (COSE) syntax <xref target="I-D.ietf-cose-rfc8152bis-struct"/> does not define any direct methods for using hash algorithms.
There are, however, circumstances where hash algorithms are used, such as indirect signatures where the hash of one or more contents are signed, and X.509 certificate or other object identification by the use of a fingerprint.
This document defines a set of hash algorithms that are identified by COSE Algorithm Identifiers.
</t>
</abstract>
<note removeInRFC="true">
<name>Contributing to this document</name>
<!-- RFC EDITOR - Please remove this note before publishing -->
<t>
The source for this draft is being maintained in GitHub.
Suggested changes should be submitted as pull requests at <eref target="https://github.com/cose-wg/X509"/>
Editorial changes can be managed in GitHub, but any substantial issues need to be discussed on the COSE mailing list.
</t>
</note>
</front>
<middle>
<section anchor="introduction">
<name>Introduction</name>
<t>
The CBOR Object Signing and Encryption (COSE) syntax does not define any direct methods for the use of hash algorithms.
It also does not define a structure syntax that is used to encode a digested object structure along the lines of the DigestedData ASN.1 structure in <xref target="RFC5652"/>.
This omission was intentional, as a structure consisting of just a digest identifier, the content, and a digest value does not, by itself, provide any strong security service.
Additionally, an application is going to be better off defining this type of structure so that it can include any additional data that needs to be hashed, as well as methods of obtaining the data.
</t>
<t>
While the above is true, there are some cases where having some standard hash algorithms defined for COSE with a common identifier makes a great deal of sense.
Two of the cases where these are going to be used are:
</t>
<ul>
<li>
Indirect signing of content, and
</li>
<li>
Object identification.
</li>
</ul>
<t>
Indirect signing of content is a paradigm where the content is not directly signed, but instead a hash of the content is computed and that hash value, along with an identifier for the hash algorithm, is included in the content that will be signed.
Doing indirect signing allows for a signature to be validated without first downloading all of the content associated with the signature.
Rather the signature can be validated on all of the hash values and pointers to the associated contents, then those associated parts can be downloaded, the hash value of that part computed, and then compared to the hash value in the signed content.
This capability can be of even greater importance in a constrained environment as not all of the content signed may be needed by the device.
An example of how this is used can be found in <xref target="I-D.ietf-suit-manifest"/>.
</t>
<t>
The use of hashes to identify objects is something that has been very common.
One of the primary things that has been identified by a hash function in a secure message is a certificate.
Two examples of this can be found in <xref target="RFC2634"/> and the COSE equivalents in <xref target="I-D.ietf-cose-x509"/>.
</t>
<section anchor="requirements-terminology">
<name>Requirements Terminology</name>
<t>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.
</t>
</section>
<!--
<section removeInRFC="true">
<name>Open Issues</name>
<ul>
<li>
No Open Issues
</li>
</ul>
</section>
-->
</section>
<section>
<name>Hash Algorithm Usage</name>
<t>
As noted in the previous section, hash functions can be used for a variety of purposes.
Some of these purposes require that a hash function be cryptographically strong.
These include direct and indirect signatures.
That is, using the hash as part of the signature or using the hash as part of the body to be signed.
Other uses of hash functions may not require the same level of strength.
</t>
<t>
This document contains some hash functions that are not designed to be used for cryptographic operations.
An application that is using a hash function needs to carefully evaluate exactly what hash properties are needed and which hash functions are going to provide them.
Applications should also make sure that the ability to change hash functions is part of the base design, as cryptographic advances are sure to reduce the strength of a hash function <xref target="BCP201"/>.
</t>
<t>
A hash function is a map from one, normally large, bit string to a second, usually smaller, bit string.
As the number of possible input values is far greater than the number of possible output values, it is inevitable that there are going to be collisions.
The trick is to make sure that it is difficult to find two values that are going to map to the same output value.
A "Collision Attack" is one where an attacker can find two different messages that have the same hash value.
A hash function that is susceptible to practical collision attacks, <bcp14>SHOULD NOT</bcp14> be used for a cryptographic purpose.
The discovery of theoretical collision attacks against a given hash function <bcp14>SHOULD</bcp14> trigger protocol maintainers and users to do a review of the continued suitability of the algorithm if alternatives are available and migration is viable.
The only reason why such a hash function is used is when there is absolutely no other choice (e.g. a Hardware Security Module (HSM) that cannot be replaced), and only after looking at the possible security issues.
Cryptographic purposes would include the creation of signatures or the use of hashes for indirect signatures.
These functions may still be usable for non-cryptographic purposes.
</t>
<t>
An example of a non-cryptographic use of a hash is for filtering from a collection of values to find a set of possible candidates; the candidates can then be checked to see if they can successfully be used.
A simple example of this is the classic fingerprint of a certificate.
If the fingerprint is used to verify that it is the correct certificate, then that usage is a cryptographic one and is subject to the warning above about collision attack.
If, however, the fingerprint is used to sort through a collection of certificates to find those that might be used for the purpose of verifying a signature, a simple filter capability is sufficient.
In this case, one still needs to confirm that the public key validates the signature (and the certificate is trusted), and all certificates that don't contain a key that validates the signature can be discarded as false positives.
</t>
<t>
To distinguish between these two cases, a new value in the recommended column of the COSE Algorithms registry is to be added.
"Filter Only" indicates that the only purpose of a hash function should be to filter results and it is not intended for applications which require a cryptographically strong algorithm.
</t>
<section>
<name>
Example CBOR hash structure
</name>
<t>
<xref target="RFC8152"/> did not provide a default structure for holding a hash value not only because no separate hash algorithms were defined, but because how the structure is setup is frequently application specific.
There are four fields that are often included as part of a hash structure:
</t>
<ul>
<li>
The hash algorithm identifier.
</li>
<li>
The hash value.
</li>
<li>
A pointer to the value that was hashed.
This could be a pointer to a file, an object that can be obtained from the network, or a pointer to someplace in the message, or something very application specific.
</li>
<li>
Additional data; this can be something as simple as a random value (i.e. salt) to make finding hash collisions slightly harder (as the payload handed to the application could have been selected to have a collision), or as complicated as a set of processing instructions that are used with the object that is pointed to.
The additional data can be dealt with in a number of ways, prepending or appending to the content, but it is strongly suggested that it either be a fixed known size, or the lengths of the pieces being hashed be included.
(Encoding as a CBOR array accomplishes this requirement.)
</li>
</ul>
<t>
An example of a structure which permits all of the above fields to exist would look like the following.
</t>
<sourcecode type="CDDL">
COSE_Hash_V = (
1 : int / tstr, # Algorithm identifier
2 : bstr, # Hash value
? 3 : tstr, # Location of object that was hashed
? 4 : any # object containing other details and things
)
</sourcecode>
<t>
Below is an alternative structure that could be used in situations where one is searching a group of objects for a matching hash value.
In this case, the location would not be needed and adding extra data to the hash would be counterproductive.
This results in a structure that looks like this:
</t>
<sourcecode type="CDDL">
COSE_Hash_Find = [
hashAlg : int / tstr,
hashValue : bstr
]
</sourcecode>
</section>
</section>
<section>
<name>Hash Algorithm Identifiers</name>
<section>
<name>SHA-1 Hash Algorithm</name>
<t>
The SHA-1 hash algorithm <xref target="RFC3174"/> was designed by the United States National Security Agency and published in 1995.
Since that time a large amount of cryptographic analysis has been applied to this algorithm and a successful collision attack has been created (<xref target="SHA-1-collision"/>).
The IETF formally started discouraging the use of SHA-1 with the publishing of <xref target="RFC6194"/>.
</t>
<!-- RFC Editor -
I had an original comment that the grammar of the "or where" clause did not match with the start of the sentence.
I re-wrote the second sentence but it is possible that I still have the same problem.
-->
<t>
Despite the above, there are still times where SHA-1 needs to be used and therefore it makes sense to assign a codepoint for the use of this hash algorithm.
Some of these situations are with historic HSMs where only SHA-1 is implemented; other situations are where the SHA-1 value is used for the purpose of filtering and thus the collision resistance property is not needed.
</t>
<t>
Because of the known issues for SHA-1 and the fact that it should no longer be used, the algorithm will be registered with the recommendation of "Filter Only".
This provides guidance about when the algorithm is safe for use, while discouraging usage where it is not safe.
</t>
<t>
The COSE capabilities for this algorithm is an empty array.
</t>
<table align="center" anchor="SHA1-Algs">
<name>SHA-1 Hash Algorithm</name>
<thead>
<tr>
<th>Name</th>
<th>Value</th>
<th>Description</th>
<th>Capabilities</th>
<th>Reference</th>
<th>Recommended</th>
</tr>
</thead>
<tbody>
<tr>
<td>SHA-1</td>
<td>-14</td>
<td>SHA-1 Hash</td>
<td>[]</td>
<td>[This Document]</td>
<td>Filter Only</td>
</tr>
</tbody>
</table>
</section>
<section>
<name>SHA-2 Hash Algorithms</name>
<t>
The family of SHA-2 hash algorithms <xref target="FIPS-180-4"/> was designed by the United States National Security Agency and published in 2001.
Since that time some additional algorithms have been added to the original set to deal with length extension attacks and some performance issues.
While the SHA-3 hash algorithms have been published since that time, the SHA-2 algorithms are still broadly used.
</t>
<t>
There are a number of different parameters for the SHA-2 hash functions.
The set of hash functions which have been chosen for inclusion in this document are based on those different parameters and some of the trade-offs involved.
</t>
<ul>
<li>
<t>
<strong>SHA-256/64</strong> provides a truncated hash.
The length of the truncation is designed to allow for smaller transmission size.
The trade-off is that the odds that a collision will occur increase proportionally.
Use of this hash function needs analysis of the potential problems with having a collision occur, or must be limited to where the function of the hash is non-cryptographic.
</t>
<t>
The latter is the case for <xref target="I-D.ietf-cose-x509"/>.
The hash value is used to select possible certificates and, if there are multiple choices remaining then, each choice can be tested by using the public key.
</t>
</li>
<li>
<strong>SHA-256</strong> is probably the most common hash function used currently.
SHA-256 is an efficient hash algorithm for 32-bit hardware.
</li>
<li>
<strong>SHA-384</strong> and <strong>SHA-512</strong> hash functions are efficient for 64-bit hardware.
</li>
<li>
<strong>SHA-512/256</strong> provides a hash function that runs more efficiently on 64-bit hardware, but offers the same security levels as SHA-256.
</li>
</ul>
<t>
The COSE capabilities array for these algorithms is empty.
</t>
<table align="center" anchor="SHA2-Algs">
<name>SHA-2 Hash Algorithms</name>
<thead>
<tr>
<th>Name</th>
<th>Value</th>
<th>Description</th>
<th>Capabilities</th>
<th>Reference</th>
<th>Recommended</th>
</tr>
</thead>
<tbody>
<tr>
<td>SHA-256/64</td>
<td>-15</td>
<td>SHA-2 256-bit Hash truncated to 64-bits</td>
<td>[]</td>
<td>[This Document]</td>
<td>Filter Only</td>
</tr>
<tr>
<td>SHA-256</td>
<td>-16</td>
<td>SHA-2 256-bit Hash</td>
<td>[]</td>
<td>[This Document]</td>
<td>Yes</td>
</tr>
<tr>
<td>SHA-384</td>
<td>-43</td>
<td>SHA-2 384-bit Hash</td>
<td>[]</td>
<td>[This Document]</td>
<td>Yes</td>
</tr>
<tr>
<td>SHA-512</td>
<td>-44</td>
<td>SHA-2 512-bit Hash</td>
<td>[]</td>
<td>[This Document]</td>
<td>Yes</td>
</tr>
<tr>
<td>SHA-512/256</td>
<td>-17</td>
<td>SHA-2 512-bit Hash truncated to 256-bits</td>
<td>[]</td>
<td>[This Document]</td>
<td>Yes</td>
</tr>
</tbody>
</table>
</section>
<section>
<name>SHAKE Algorithms</name>
<t>
The family of SHA-3 hash algorithms <xref target="FIPS-202"/> was the result of a competition run by NIST.
The pair of algorithms known as SHAKE-128 and SHAKE-256 are the instances of SHA-3 that are currently being standardized in the IETF.
<!-- Check with Roman - maybe delete -->
This is the reason for including these algorithms in this document.
</t>
<t>
The SHA-3 hash algorithms have a significantly different structure than the SHA-2 hash algorithms.
</t>
<t>
Unlike the SHA-2 hash functions, no algorithm identifier is created for shorter lengths.
The length of the hash value stored is 256-bits for SHAKE-128 and 512-bits for SHAKE-256.
</t>
<t>
The COSE capabilities array for these algorithms is empty.
</t>
<table align="center" anchor="SHAKE-Algs">
<name>SHAKE Hash Functions</name>
<thead>
<tr>
<th>Name</th>
<th>Value</th>
<th>Description</th>
<th>Capabilities</th>
<th>Reference</th>
<th>Recommended</th>
</tr>
</thead>
<tbody>
<tr>
<td>SHAKE128</td>
<td>-18</td>
<td>SHAKE-128 256-bit Hash Value</td>
<td>[]</td>
<td>[This Document]</td>
<td>Yes</td>
</tr>
<tr>
<td>SHAKE256</td>
<td>-45</td>
<td>SHAKE-256 512-bit Hash Value</td>
<td>[]</td>
<td>[This Document]</td>
<td>Yes</td>
</tr>
</tbody>
</table>
</section>
</section>
<section anchor="iana-considerations">
<name>IANA Considerations</name>
<!-- RFC Editor
I think that this paragraph can be removed before publishing.
-->
<t>
The IANA actions in <xref target="I-D.ietf-cose-rfc8152bis-struct"/> and <xref target="I-D.ietf-cose-rfc8152bis-algs"/> need to be executed before the actions in this document.
Where early allocation of codepoints has been made, these should be preserved.
</t>
<section anchor="cose-algorithm-registry">
<name>COSE Algorithm Registry</name>
<t>
IANA is requested to register the following algorithms in the "COSE Algorithms" registry.
</t>
<ul>
<li>
The SHA-1 hash function found in <xref target="SHA1-Algs"/>.
</li>
<li>
The set of SHA-2 hash functions found in <xref target="SHA2-Algs"/>.
</li>
<li>
The set of SHAKE hash functions found in <xref target="SHAKE-Algs"/>.
</li>
</ul>
<!-- IANA
The following paragraph is retained for historic reasons only.
-->
<t>
Many of the hash values produced are relatively long and as such the use of a two byte algorithm identifier seems reasonable.
SHA-1 is tagged as 'Filter Only' and thus a longer algorithm identifier is appropriate even though it is a shorter hash value.
</t>
<t>
IANA is requested to add the value of 'Filter Only' to the set of legal values for the 'Recommended' column.
This value is only to be used for hash functions and indicates that it is not to be used for purposes which require collision resistance.
IANA is requested to add this document to the reference section for this table due to this addition.
</t>
</section>
</section>
<section anchor="security-considerations">
<name>Security Considerations</name>
<t>
Protocols need to perform a careful analysis of the properties of a hash function that are needed and how they map onto the possible attacks.
In particular, one needs to distinguish between those uses that need the cryptographic properties, such as collision resistance, and properties that correspond to possible object identification.
The different attacks correspond to who or what is being protected: is it the originator that is the attacker or a third party?
This is the difference between collision resistance and second pre-image resistance.
As a general rule, longer hash values are "better" than short ones, but trade-offs of transmission size, timeliness, and security all need to be included as part of this analysis.
In many cases the value being hashed is a public value and, as such, pre-image resistance is not part of this analysis.
</t>
<t>
Algorithm agility needs to be considered a requirement for any use of hash functions <xref target="BCP201"/>.
As with any cryptographic function, hash functions are under constant attack and the cryptographic strength of hash algorithms will be reduced over time.
</t>
</section>
</middle>
<back xmlns:xi="http://www.w3.org/2001/XInclude" xml:base="http://xml2rfc.ietf.org/public/rfc/">
<displayreference target="RFC2634" to="ESS"/>
<displayreference target="RFC5652" to="CMS"/>
<displayreference target="RFC8152" to="COSE"/>
<references title='Normative References'>
<xi:include href="bibxml/reference.RFC.2119.xml" />
<xi:include href="bibxml/reference.RFC.8174.xml" />
<xi:include href="bibxml3/reference.I-D.ietf-cose-rfc8152bis-struct.xml" />
<reference anchor="FIPS-180-4">
<front>
<title>Secure Hash Standard</title>
<author>
<organization>National Institute of Standards and Technology</organization>
</author>
<date month="August" year="2015"/>
</front>
<seriesInfo name="FIPS" value="PUB 180-4"/>
</reference>
<reference anchor="FIPS-202">
<front>
<title>SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions</title>
<author>
<organization>National Institute of Standards and Technology</organization>
</author>
<date month="August" year="2015"/>
</front>
<seriesInfo name="FIPS" value="PUB 202"/>
</reference>
<!--
<?rfc include="bibxml/reference.RFC.5280.xml" />
-->
<xi:include href="bibxml/reference.RFC.3174.xml" />
</references>
<references title='Informative References'>
<xi:include href="bibxml/reference.RFC.5652.xml"/>
<xi:include href="bibxml/reference.RFC.2634.xml"/>
<xi:include href="bibxml3/reference.I-D.ietf-cose-x509.xml"/>
<xi:include href="bibxml/reference.RFC.6194.xml"/>
<xi:include href="bibxml3/reference.I-D.ietf-cose-rfc8152bis-algs.xml"/>
<xi:include href="bibxml3/reference.I-D.ietf-suit-manifest.xml"/>
<!--
<xi:include href="bibxml/reference.RFC.2585.xml"/>
<xi:include href="bibxml/reference.RFC.5246.xml"/>
<xi:include href="bibxml/reference.RFC.7468.xml"/>
<xi:include href="bibxml/reference.RFC.8152.xml"/>
<xi:include href="bibxml/reference.RFC.8392.xml"/>
<xi:include href="bibxml/reference.I-D.ietf-lamps-rfc5751-bis.xml"/>
<xi:include href="bibxml/reference.I-D.ietf-cbor-cddl.xml"/>
<xi:include href="bibxml/reference.I-D.selander-ace-cose-ecdhe.xml"/>
-->
<!-- <xi:include href="bibxml/reference.BCP.0201.xml"/> -->
<referencegroup anchor="BCP201" target="https://www.rfc-editor.org/info/bcp201">
<!-- reference.RFC.7696.xml -->
<reference anchor="RFC7696" target="https://www.rfc-editor.org/info/rfc7696">
<front>
<title>
Guidelines for Cryptographic Algorithm Agility and Selecting Mandatory-to-Implement Algorithms
</title>
<author initials="R." surname="Housley" fullname="R. Housley">
<organization/>
</author>
<date year="2015" month="November"/>
<abstract>
<t>
Many IETF protocols use cryptographic algorithms to provide confidentiality, integrity, authentication, or digital signature. Communicating peers must support a common set of cryptographic algorithms for these mechanisms to work properly. This memo provides guidelines to ensure that protocols have the ability to migrate from one mandatory-to-implement algorithm suite to another over time.
</t>
</abstract>
</front>
<seriesInfo name="BCP" value="201"/>
<seriesInfo name="RFC" value="7696"/>
<seriesInfo name="DOI" value="10.17487/RFC7696"/>
</reference>
</referencegroup>
<reference anchor="SHA-1-collision" target="https://shattered.io/static/shattered.pdf">
<front>
<title>The first collision for full SHA-1</title>
<author initials="M." surname="Stevens"/>
<author initials="E." surname="Bursztein"/>
<author initials="P." surname="Karpman"/>
<author initials="A." surname="Albertini"/>
<author initials="Y." surname="Markov"/>
<date month="Feb" year="2017"/>
</front>
</reference>
<xi:include href="bibxml/reference.RFC.8152.xml"/>
</references>
</back>
</rfc>