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
|
Internet Engineering Task Force (IETF) B. Leiba
Request for Comments: 7114 Huawei Technologies
Category: Standards Track January 2014
ISSN: 2070-1721
Creation of a Registry for smime-type Parameter Values
Abstract
Secure/Multipurpose Internet Mail Extensions (S/MIME) defined the
Content-Type parameter "smime-type". As the list of defined values
for that parameter has increased, it has become clear that a registry
is needed to document these values. This document creates the
registry, registers the current values, and specifies the policies
for registration of new values.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in Section 2 of RFC 5741.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
http://www.rfc-editor.org/info/rfc7114.
Copyright Notice
Copyright (c) 2014 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Leiba Standards Track [Page 1]
^L
RFC 7114 Registry for smime-type values January 2014
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 3
3. Security Considerations . . . . . . . . . . . . . . . . . . . 3
4. References . . . . . . . . . . . . . . . . . . . . . . . . . 4
4.1. Normative References . . . . . . . . . . . . . . . . . . 4
4.2. Informative References . . . . . . . . . . . . . . . . . 4
1. Introduction
Secure/Multipurpose Internet Mail Extensions (S/MIME) defined the
Content-Type "application/pkcs7-mime" and the parameter "smime-type",
along with four valid values for the parameter [RFC3851].
Certificate Management over CMS (CMC) added two new parameter values
[RFC5273]. [RFC5751] replaced RFC 3851 and registered the
application/pkcs7-mime media type, but did not create a registry for
the smime-type values.
Enhanced Security Services for S/MIME [RFC2634] and Securing X.400
Content with S/MIME [RFC3854] also add smime-type values.
When Enrollment over Secure Transport [RFC7030] added another
parameter value, it became clear that a registry for smime-type
parameter values is necessary. Section 2 creates this registry,
registers the current values that are defined in previously published
documents, and specifies the policies for registration of new values.
Leiba Standards Track [Page 2]
^L
RFC 7114 Registry for smime-type values January 2014
2. IANA Considerations
IANA has changed the reference field for the media type application/
pkcs7-mime to refer to [RFC5751] and this document. This document
replaces the references to RFC 5273 and RFC 7030, which are no longer
needed.
IANA has created a new sub-registry under the "MIME Media Type Sub-
Parameter Registries" top-level registry. The new registry is
"Parameter Values for the smime-type Parameter", and it references
this document and [RFC5751]. The initial values for the registry are
as follows:
+----------------------+-----------------------------------+
| smime-type value | Reference |
+----------------------+-----------------------------------+
| certs-only | [RFC5751], Section 3.2.2 |
| CMC-Request | [RFC5273], Section 3 |
| CMC-Response | [RFC5273], Section 3 |
| compressed-data | [RFC5751], Section 3.2.2 |
| enveloped-data | [RFC5751], Section 3.2.2 |
| enveloped-x400 | [RFC3854], Section 3.3.1 |
| server-generated-key | [RFC7030], Section 4.4.2 |
| signed-data | [RFC5751], Section 3.2.2 |
| signed-receipt | [RFC2634], Section 2.4, bullet 10 |
| signed-x400 | [RFC3854], Section 3.2.1 |
+----------------------+-----------------------------------+
New values can be registered using the Specification Required policy,
as defined in [RFC5226]. The S/MIME Message Specification [RFC5751],
Section 3.2.2, specifies guidelines for assigning new smime-type
parameter values, and those guidelines apply to the assignment of
values in this registry.
3. Security Considerations
This document is purely administrative and presents no security
issues.
Leiba Standards Track [Page 3]
^L
RFC 7114 Registry for smime-type values January 2014
4. References
4.1. Normative References
[RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an
IANA Considerations Section in RFCs", BCP 26, RFC 5226,
May 2008.
[RFC5751] Ramsdell, B. and S. Turner, "Secure/Multipurpose Internet
Mail Extensions (S/MIME) Version 3.2 Message
Specification", RFC 5751, January 2010.
4.2. Informative References
[RFC2634] Hoffman, P., "Enhanced Security Services for S/MIME", RFC
2634, June 1999.
[RFC3851] Ramsdell, B., "Secure/Multipurpose Internet Mail
Extensions (S/MIME) Version 3.1 Message Specification",
RFC 3851, July 2004.
[RFC3854] Hoffman, P., Bonatti, C., and A. Eggen, "Securing X.400
Content with Secure/Multipurpose Internet Mail Extensions
(S/MIME)", RFC 3854, July 2004.
[RFC5273] Schaad, J. and M. Myers, "Certificate Management over CMS
(CMC): Transport Protocols", RFC 5273, June 2008.
[RFC7030] Pritikin, M., Yee, P., and D. Harkins, "Enrollment over
Secure Transport", RFC 7030, October 2013.
Author's Address
Barry Leiba
Huawei Technologies
Phone: +1 646 827 0648
EMail: barryleiba@computer.org
URI: http://internetmessagingtechnology.org/
Leiba Standards Track [Page 4]
^L
|