Add filename restrictions

input from Stephen Kent,  Erik Rozendaal, and Tim Bruijnzeels
This commit is contained in:
Job Snijders 2020-11-19 18:28:28 +00:00
parent e30baf4f60
commit b73817e26a

View file

@ -388,8 +388,29 @@
</t>
</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">
<t>