File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed
reference/openssl/functions Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change 30
30
<term ><parameter >distinguished_names</parameter ></term >
31
31
<listitem >
32
32
<para >
33
- The Distinguished Name or subject fields to be used in the certificate.
33
+ The Distinguished Name or subject fields to be included in the
34
+ certificate. The <parameter >distinguished_names</parameter > is an
35
+ associative array where the keys represent the attribute names of
36
+ Distinguished Names and the values can either be strings (for single
37
+ value) or arrays (if multiple values need to be set).
34
38
</para >
35
39
</listitem >
36
40
</varlistentry >
151
155
<listitem >
152
156
<para >
153
157
<parameter >extra_attributes</parameter > is used to specify additional
154
- configuration options for the <acronym >CSR</acronym >. Both
155
- <parameter >distinguished_names</parameter > and
156
- <parameter >extra_attributes</parameter > are associative arrays, whose keys
157
- are converted to OIDs and applied to the relevant part of the request.
158
+ attributes for the <acronym >CSR</acronym >. It is an associative arrays
159
+ where the keys are converted to OIDs and applied as CSR attributes.
158
160
</para >
159
161
</listitem >
160
162
</varlistentry >
181
183
</row >
182
184
</thead >
183
185
<tbody >
186
+ <row >
187
+ <entry >8.4.0</entry >
188
+ <entry >
189
+ The <parameter >distinguished_names</parameter > associative array now supports arrays as values,
190
+ allowing multiple values to be specified for a single attribute.
191
+ </entry >
192
+ </row >
193
+ <row >
194
+ <entry >8.4.0</entry >
195
+ <entry >
196
+ The <parameter >extra_attributes</parameter > parameter now correctly sets the CSR attributes,
197
+ rather than modifying the subject's Distinguished Name as it previously did incorrectly.
198
+ </entry >
199
+ </row >
184
200
<row >
185
201
<entry >8.0.0</entry >
186
202
<entry >
You can’t perform that action at this time.
0 commit comments