Add filename restrictions
input from Stephen Kent, Erik Rozendaal, and Tim Bruijnzeels
This commit is contained in:
parent
e30baf4f60
commit
b73817e26a
1 changed files with 22 additions and 1 deletions
|
|
@ -388,8 +388,29 @@
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</section>
|
|
||||||
|
|
||||||
|
<section title="Names in FileAndHash objects" anchor="sect-4.2.2">
|
||||||
|
<t>
|
||||||
|
The following restrictions are imposed on the names that appear in the
|
||||||
|
fileList:
|
||||||
|
<list style="symbols">
|
||||||
|
<t>
|
||||||
|
Only a subset of IA5string characters are permitted: a-z, A-Z,
|
||||||
|
0-9, . (DOT), - (HYPHEN), and _ (UNDERSCORE).
|
||||||
|
</t>
|
||||||
|
<t>
|
||||||
|
Each name MUST be suffixed with the appropriate filename
|
||||||
|
extension defined for the object type and MUST be lowercase,
|
||||||
|
e.g., '.cer', '.roa', or '.crl'.
|
||||||
|
</t>
|
||||||
|
<t>
|
||||||
|
The . (DOT) character MUST appear exactly once.
|
||||||
|
</t>
|
||||||
|
</list>
|
||||||
|
</t>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</section>
|
||||||
<section title="Content-Type Attribute" anchor="sect-4.3">
|
<section title="Content-Type Attribute" anchor="sect-4.3">
|
||||||
|
|
||||||
<t>
|
<t>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue