openssl / web

www.openssl.org
52 stars 77 forks source link

manpages: unescaped special characters. #455

Closed arapov closed 7 months ago

arapov commented 8 months ago

We have unescaped special characters in the man pages on our web. Not sure if it is just one or if there are more places to fix it.

re: https://www.openssl.org/docs/manmaster/man1/openssl-req.html

...
<p>
The arg must be formatted as <code>/type0=value0/type1=value1/type2=…</code>.
Special characters may be escaped by <code>&lt;/code&gt; (backslash), whitespace
is retained. Empty values are permitted, but the corresponding type will not be
included in the request. Giving a single <code>/</code> will lead to an empty
sequence of RDNs (a NULL-DN). Multi-valued RDNs can be formed by placing a
<code>+</code> character instead of a <code>/</code> between the
AttributeValueAssertions (AVAs) that specify the members of the set. Example:
</p>
...

Reported-by: chuck.villa@broadcom.com

vavroch2010 commented 7 months ago

Please have a look if it is fixed now

t8m commented 7 months ago

Verified as fixed.