summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-11-11 18:03:38 -0500
committerRichard Levitte <levitte@openssl.org>2020-11-13 14:45:22 +0100
commit1696b8909bbe1485871ce68ed129bf91af5e17e2 (patch)
tree6a18dba8afb0297ed730c3acc15c60065d823b2a /doc
parent256d41d4371720ccfe1a4fead6bd28ed5071bcdd (diff)
Remove -C from dhparam,dsaparam,ecparam
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13384)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-dhparam.pod.in8
-rw-r--r--doc/man1/openssl-dsaparam.pod.in8
-rw-r--r--doc/man1/openssl-ecparam.pod.in8
3 files changed, 6 insertions, 18 deletions
diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in
index c1590faaf1..98d0a00c6b 100644
--- a/doc/man1/openssl-dhparam.pod.in
+++ b/doc/man1/openssl-dhparam.pod.in
@@ -17,7 +17,6 @@ B<openssl dhparam>
[B<-check>]
[B<-noout>]
[B<-text>]
-[B<-C>]
[B<-2>]
[B<-3>]
[B<-5>]
@@ -99,11 +98,6 @@ This option inhibits the output of the encoded version of the parameters.
This option prints out the DH parameters in human readable form.
-=item B<-C>
-
-This option converts the parameters into C code. The parameters can then
-be loaded by calling the get_dhNNNN() function.
-
{- $OpenSSL::safe::opt_engine_item -}
{- $OpenSSL::safe::opt_r_item -}
@@ -136,6 +130,8 @@ L<openssl-dsaparam(1)>
The B<-dsaparam> and B<-engine> options were deprecated in OpenSSL 3.0.
+The B<-C> option was removed in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
diff --git a/doc/man1/openssl-dsaparam.pod.in b/doc/man1/openssl-dsaparam.pod.in
index 9dd8162174..42aea39a06 100644
--- a/doc/man1/openssl-dsaparam.pod.in
+++ b/doc/man1/openssl-dsaparam.pod.in
@@ -15,7 +15,6 @@ B<openssl dsaparam>
[B<-out> I<filename>]
[B<-noout>]
[B<-text>]
-[B<-C>]
[B<-genkey>]
[B<-verbose>]
{- $OpenSSL::safe::opt_r_synopsis -}
@@ -65,11 +64,6 @@ This option inhibits the output of the encoded version of the parameters.
This option prints out the DSA parameters in human readable form.
-=item B<-C>
-
-This option converts the parameters into C code. The parameters can then
-be loaded by calling the get_dsaXXX() function.
-
=item B<-genkey>
This option will generate a DSA either using the specified or generated
@@ -107,6 +101,8 @@ L<openssl-rsa(1)>
The B<-engine> option was deprecated in OpenSSL 3.0.
+The B<-C> option was removed in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
diff --git a/doc/man1/openssl-ecparam.pod.in b/doc/man1/openssl-ecparam.pod.in
index 24c6b03dfd..a77ddd0128 100644
--- a/doc/man1/openssl-ecparam.pod.in
+++ b/doc/man1/openssl-ecparam.pod.in
@@ -15,7 +15,6 @@ B<openssl ecparam>
[B<-out> I<filename>]
[B<-noout>]
[B<-text>]
-[B<-C>]
[B<-check>]
[B<-check_named>]
[B<-name> I<arg>]
@@ -70,11 +69,6 @@ This option inhibits the output of the encoded version of the parameters.
This option prints out the EC parameters in human readable form.
-=item B<-C>
-
-This option converts the EC parameters into C code. The parameters can then
-be loaded by calling the get_ec_group_XXX() function.
-
=item B<-check>
Validate the elliptic curve parameters.
@@ -171,6 +165,8 @@ L<openssl-dsaparam(1)>
The B<-engine> option was deprecated in OpenSSL 3.0.
+The B<-C> option was removed in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2003-2020 The OpenSSL Project Authors. All Rights Reserved.