summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-08 15:52:07 +0000
committerMatt Caswell <matt@openssl.org>2021-02-12 08:47:32 +0000
commit13888e797c5a3193e91d71e5f5a196a2d68d266f (patch)
tree0d1c559337e49fa4bf498fdf697f12157b7e4ad8 /doc/man1
parent76cb077f81c96e98d2f2042478c916ed2fdeda16 (diff)
Update documentation following deprecation of SRP
Ensure all the man pages correctly reflect the deprecated status of SRP. Fixes #13917 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14132)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-ciphers.pod.in3
-rw-r--r--doc/man1/openssl-s_client.pod.in11
-rw-r--r--doc/man1/openssl-srp.pod.in6
-rw-r--r--doc/man1/openssl.pod2
4 files changed, 12 insertions, 10 deletions
diff --git a/doc/man1/openssl-ciphers.pod.in b/doc/man1/openssl-ciphers.pod.in
index b4ed3e51d5..baaf3c198f 100644
--- a/doc/man1/openssl-ciphers.pod.in
+++ b/doc/man1/openssl-ciphers.pod.in
@@ -67,7 +67,8 @@ When combined with B<-s> includes cipher suites which require PSK.
=item B<-srp>
-When combined with B<-s> includes cipher suites which require SRP.
+When combined with B<-s> includes cipher suites which require SRP. This option
+is deprecated.
=item B<-v>
diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in
index e6fea3fa1e..d6b7caadfc 100644
--- a/doc/man1/openssl-s_client.pod.in
+++ b/doc/man1/openssl-s_client.pod.in
@@ -752,23 +752,24 @@ Offer SRTP key management, where B<value> is a colon-separated profile list.
=item B<-srpuser> I<value>
-Set the SRP username to the specified value.
+Set the SRP username to the specified value. This option is deprecated.
=item B<-srppass> I<value>
-Set the SRP password to the specified value.
+Set the SRP password to the specified value. This option is deprecated.
=item B<-srp_lateuser>
-SRP username for the second ClientHello message.
+SRP username for the second ClientHello message. This option is deprecated.
-=item B<-srp_moregroups>
+=item B<-srp_moregroups> This option is deprecated.
Tolerate other than the known B<g> and B<N> values.
=item B<-srp_strength> I<number>
-Set the minimal acceptable length, in bits, for B<N>.
+Set the minimal acceptable length, in bits, for B<N>. This option is
+deprecated.
{- $OpenSSL::safe::opt_version_item -}
diff --git a/doc/man1/openssl-srp.pod.in b/doc/man1/openssl-srp.pod.in
index 73e4e70f97..6ce5ebdf0d 100644
--- a/doc/man1/openssl-srp.pod.in
+++ b/doc/man1/openssl-srp.pod.in
@@ -29,9 +29,9 @@ B<openssl srp>
=head1 DESCRIPTION
-This command is used to maintain an SRP (secure remote password) file.
-At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list> options
-can be specified.
+This command is deprecated. It is used to maintain an SRP (secure remote
+password) file. At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list>
+options can be specified.
These options take zero or more usernames as parameters and perform the
appropriate operation on the SRP file.
For B<-list>, if no I<user> is given then all users are displayed.
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index 8e30f81fe9..7b84921893 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -294,7 +294,7 @@ SPKAC printing and generating command.
=item B<srp>
-Maintain SRP password file.
+Maintain SRP password file. This command is deprecated.
=item B<storeutl>