]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Clarify SSL_CERT_DIR list separator on Windows
authorAayush <tripathiaayush249@gmail.com>
Tue, 17 Jun 2025 13:10:05 +0000 (18:40 +0530)
committerNeil Horman <nhorman@openssl.org>
Sat, 14 Feb 2026 23:54:05 +0000 (18:54 -0500)
Fixes #27698
OpenSSL uses `;` as the path delimiter on Windows.
Update the manpage to state this explicitly instead of implying
`:` everywhere.

CLA: trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
MergeDate: Sat Feb 14 23:54:32 2026
(Merged from https://github.com/openssl/openssl/pull/27844)

doc/man1/openssl-rehash.pod.in

index fa8c675609d64a553a4ac8610487775587f8ab39..cefee36f850998bf08d8ee7dc4ed3545c994329f 100644 (file)
@@ -114,7 +114,9 @@ or it is not usable (that is, does not exist or is not executable).
 
 =item B<SSL_CERT_DIR>
 
-Colon separated list of directories to operate on.
+List of directories to operate on.
+On Unix-like systems the list entries are separated by a colon.
+On Windows they are separated by a semicolon.
 Ignored if directories are listed on the command line.
 
 =back