aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-08-23 22:24:45 +0200
committerHugo Landau <hlandau@openssl.org>2023-08-25 12:05:34 +0100
commit7a12e7af0fccb51b0a569a1b27de5cd877c966b1 (patch)
treee66534ad547736a49f62cbde96c62cbdbe183eeb /doc
parenteb1eaa9af4c241baea00cb16557f41811ed9e097 (diff)
downloadopenssl-7a12e7af0fccb51b0a569a1b27de5cd877c966b1.tar.gz
The canonical localhost IPv6 address is [::1] not [::]
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/21825)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-cmp.pod.in4
-rw-r--r--doc/man1/openssl-ocsp.pod.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in
index e39c7bede5..6aca2ae71e 100644
--- a/doc/man1/openssl-cmp.pod.in
+++ b/doc/man1/openssl-cmp.pod.in
@@ -475,7 +475,7 @@ Reason numbers defined in RFC 5280 are:
The I<host> domain name or IP address and optionally I<port>
of the CMP server to connect to using HTTP(S).
-IP address may be for v4 or v6, such as C<127.0.0.1> or C<[::]> for localhost.
+IP address may be for v4 or v6, such as C<127.0.0.1> or C<[::1]> for localhost.
This option excludes I<-port> and I<-use_mock_srv>.
It is ignored if I<-rspin> is given with enough filename arguments.
@@ -1042,7 +1042,7 @@ This excludes the B<-server> and B<-port> options.
=item B<-port> I<number>
Act as HTTP-based CMP server mock-up listening on the given local port.
-The client may address the server via, e.g., C<127.0.0.1> or C<[::]>.
+The client may address the server via, e.g., C<127.0.0.1> or C<[::1]>.
This option excludes the B<-server> and B<-use_mock_srv> options.
The B<-rspin>, B<-rspout>, B<-reqin>, and B<-reqout> options
so far are not supported in this mode.
diff --git a/doc/man1/openssl-ocsp.pod.in b/doc/man1/openssl-ocsp.pod.in
index 183a02098b..d45abab1e0 100644
--- a/doc/man1/openssl-ocsp.pod.in
+++ b/doc/man1/openssl-ocsp.pod.in
@@ -178,7 +178,7 @@ For details, see the B<-host> and B<-path> options described next.
If the B<-host> option is present then the OCSP request is sent to the host
I<host> on port I<port>.
The I<host> may be a domain name or an IP (v4 or v6) address,
-such as C<127.0.0.1> or C<[::]> for localhost.
+such as C<127.0.0.1> or C<[::1]> for localhost.
The B<-path> option specifies the HTTP pathname to use or "/" by default.
This is equivalent to specifying B<-url> with scheme
http:// and the given I<host>, I<port>, and optional I<pathname>.