summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-11-11 19:10:22 -0500
committerRichard Levitte <levitte@openssl.org>2020-11-13 14:45:22 +0100
commita18cf8fc634a8834e505e60ebb7f947d4c0c2552 (patch)
tree0cd101d852e3354115563425fced161a2ec0c47d /doc
parent1696b8909bbe1485871ce68ed129bf91af5e17e2 (diff)
Remove -C option from x509 command
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-x509.pod.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/man1/openssl-x509.pod.in b/doc/man1/openssl-x509.pod.in
index c6b27a504c..e3e1fd2004 100644
--- a/doc/man1/openssl-x509.pod.in
+++ b/doc/man1/openssl-x509.pod.in
@@ -65,7 +65,6 @@ B<openssl> B<x509>
[B<-checkhost> I<host>]
[B<-checkemail> I<host>]
[B<-checkip> I<ipaddr>]
-[B<-C>]
[B<-I<digest>>]
[B<-clrext>]
[B<-extfile> I<filename>]
@@ -271,10 +270,6 @@ This is commonly called a "fingerprint". Because of the nature of message
digests, the fingerprint of a certificate is unique to that certificate and
two certificates with the same fingerprint can be considered to be the same.
-=item B<-C>
-
-This outputs the certificate in the form of a C source file.
-
=back
=head2 Trust Settings
@@ -843,6 +838,8 @@ The B<-CAform> option has become obsolete in OpenSSL 3.0.0 and has no effect.
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.