129129.\" ========================================================================
130130.\"
131131.IX Title " SSL_CHECK_CHAIN 1"
132- .TH SSL_CHECK_CHAIN 1 "21-Jan-2023 " "" "Certificate Tools"
132+ .TH SSL_CHECK_CHAIN 1 "08-Mar-2025 " "" "Certificate Tools"
133133.\" For nroff, turn off justification. Always turn off hyphenation; it makes
134134.\" way too many mistakes in technical documents.
135135.if n .ad l
@@ -141,10 +141,11 @@ ssl_check_chain \- check the certificate chain for hosts
141141.IX Header " SYNOPSIS"
142142ssl_check_chain [options] [host[:port] ...] [file:FILE] [@file...]
143143.PP
144- .Vb 10
144+ .Vb 11
145145\& Options:
146146\& \-\- CAfile=file Specify bundle file of trusted CA certificates for verification
147147\& \-\- CApath=dir Specify a hashed directory containing trusted CA certificates for verification.
148+ \& \-\- ipversion=n Restrict connection to IP version 4 or 6
148149\& \-\- starttls=proto Specify that STARTTLS should be used in the connection.
149150\& \-\- timeout=secs Specify timeout for TLS connections
150151\& \-\- tlsversion=ver Specify the version TLS to connect with
@@ -167,6 +168,9 @@ If not specified, the environment variables \s-1SSL_CERT_FILE\s0 and \s-1CURL_CA
167168Specify a directory containing hashed links to one or more trusted \s- 1 CA\s 0 certificates to verify the host's certificate chain.
168169.Sp
169170If not specified, the environment variable \s- 1 SSL_CERT_DIR\s 0 will be tried. If it is not set, OpenSSL's default will be used.
171+ .IP " \fB \-\- ipversion \fR \- \fI 4|6 \fR \fB \- i \fR " 8
172+ .IX Item " --ipversion-4|6 -i"
173+ Allows connection to only use the specified \s- 1 IP\s 0 version.
170174.IP " \fB \-\- starttls \fR =\fI protocol \fR \fB \- s \fR " 8
171175.IX Item " --starttls=protocol -s"
172176Specifies that \s- 1 STARTTLS\s 0 is required to make the \s- 1 TLS\s 0 connection.
@@ -239,7 +243,7 @@ event that the project moves, contact the author directly.
239243Timothe Litt <litt@acm.org>
240244.SH "COPYRIGHT and LICENSE"
241245.IX Header " COPYRIGHT and LICENSE"
242- Copyright (c) 2021 Timothe Litt
246+ Copyright (c) 2021\- 2025 Timothe Litt
243247.PP
244248Permission is hereby granted, free of charge, to any person obtaining a
245249copy of this software and associated documentation files (the \*( L" Software\*( R" ),
0 commit comments