diff options
author | tb <> | 2025-01-19 10:24:17 +0000 |
---|---|---|
committer | tb <> | 2025-01-19 10:24:17 +0000 |
commit | 554fa5724d58481f6d98cf1f31538602c83777e3 (patch) | |
tree | c9aaf8dfef4c4e6a68d7d8444e4bfbbd8df24f13 /src/usr.bin/openssl/openssl.1 | |
parent | 74c210a1e6252560bd02d5adadd7034dc48d1483 (diff) | |
download | openbsd-554fa5724d58481f6d98cf1f31538602c83777e3.tar.gz openbsd-554fa5724d58481f6d98cf1f31538602c83777e3.tar.bz2 openbsd-554fa5724d58481f6d98cf1f31538602c83777e3.zip |
Remove -C option from "apps"
As far as I can tell, this way of generating "C code" was only used to add
stuff to pretty regress and even prettier speed "app" and otherwise it just
served to make the library maintainer's lives even more miserable.
ok jsing
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index ea20639c47..6ceb53ef5c 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.161 2024/08/30 06:05:10 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.162 2025/01/19 10:24:17 tb Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: August 30 2024 $ | 113 | .Dd $Mdocdate: January 19 2025 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -1697,7 +1697,6 @@ If no files are specified then standard input is used. | |||
1697 | .It Nm openssl dhparam | 1697 | .It Nm openssl dhparam |
1698 | .Bk -words | 1698 | .Bk -words |
1699 | .Op Fl 2 | 5 | 1699 | .Op Fl 2 | 5 |
1700 | .Op Fl C | ||
1701 | .Op Fl check | 1700 | .Op Fl check |
1702 | .Op Fl dsaparam | 1701 | .Op Fl dsaparam |
1703 | .Op Fl in Ar file | 1702 | .Op Fl in Ar file |
@@ -1722,11 +1721,6 @@ The options are as follows: | |||
1722 | The generator to use; | 1721 | The generator to use; |
1723 | 2 is the default. | 1722 | 2 is the default. |
1724 | If present, the input file is ignored and parameters are generated instead. | 1723 | If present, the input file is ignored and parameters are generated instead. |
1725 | .It Fl C | ||
1726 | Convert the parameters into C code. | ||
1727 | The parameters can then be loaded by calling the | ||
1728 | .No get_dh Ns Ar numbits | ||
1729 | function. | ||
1730 | .It Fl check | 1724 | .It Fl check |
1731 | Check the DH parameters. | 1725 | Check the DH parameters. |
1732 | .It Fl dsaparam | 1726 | .It Fl dsaparam |
@@ -1862,7 +1856,6 @@ Print the public/private key in plain text. | |||
1862 | .Bl -hang -width "openssl dsaparam" | 1856 | .Bl -hang -width "openssl dsaparam" |
1863 | .It Nm openssl dsaparam | 1857 | .It Nm openssl dsaparam |
1864 | .Bk -words | 1858 | .Bk -words |
1865 | .Op Fl C | ||
1866 | .Op Fl genkey | 1859 | .Op Fl genkey |
1867 | .Op Fl in Ar file | 1860 | .Op Fl in Ar file |
1868 | .Op Fl inform Cm der | pem | 1861 | .Op Fl inform Cm der | pem |
@@ -1880,11 +1873,6 @@ command is used to manipulate or generate DSA parameter files. | |||
1880 | .Pp | 1873 | .Pp |
1881 | The options are as follows: | 1874 | The options are as follows: |
1882 | .Bl -tag -width Ds | 1875 | .Bl -tag -width Ds |
1883 | .It Fl C | ||
1884 | Convert the parameters into C code. | ||
1885 | The parameters can then be loaded by calling the | ||
1886 | .No get_dsa Ns Ar XXX | ||
1887 | function. | ||
1888 | .It Fl genkey | 1876 | .It Fl genkey |
1889 | Generate a DSA key either using the specified or generated | 1877 | Generate a DSA key either using the specified or generated |
1890 | parameters. | 1878 | parameters. |
@@ -2028,7 +2016,6 @@ Print the public/private key in plain text. | |||
2028 | .Bl -hang -width "openssl ecparam" | 2016 | .Bl -hang -width "openssl ecparam" |
2029 | .It Nm openssl ecparam | 2017 | .It Nm openssl ecparam |
2030 | .Bk -words | 2018 | .Bk -words |
2031 | .Op Fl C | ||
2032 | .Op Fl check | 2019 | .Op Fl check |
2033 | .Op Fl conv_form Ar arg | 2020 | .Op Fl conv_form Ar arg |
2034 | .Op Fl genkey | 2021 | .Op Fl genkey |
@@ -2055,11 +2042,6 @@ can only create EC parameters from known (named) curves. | |||
2055 | .Pp | 2042 | .Pp |
2056 | The options are as follows: | 2043 | The options are as follows: |
2057 | .Bl -tag -width Ds | 2044 | .Bl -tag -width Ds |
2058 | .It Fl C | ||
2059 | Convert the EC parameters into C code. | ||
2060 | The parameters can then be loaded by calling the | ||
2061 | .No get_ec_group_ Ns Ar XXX | ||
2062 | function. | ||
2063 | .It Fl check | 2045 | .It Fl check |
2064 | Validate the elliptic curve parameters. | 2046 | Validate the elliptic curve parameters. |
2065 | .It Fl conv_form Ar arg | 2047 | .It Fl conv_form Ar arg |
@@ -5984,7 +5966,6 @@ version. | |||
5984 | .Bl -hang -width "openssl x509" | 5966 | .Bl -hang -width "openssl x509" |
5985 | .It Nm openssl x509 | 5967 | .It Nm openssl x509 |
5986 | .Bk -words | 5968 | .Bk -words |
5987 | .Op Fl C | ||
5988 | .Op Fl addreject Ar arg | 5969 | .Op Fl addreject Ar arg |
5989 | .Op Fl addtrust Ar arg | 5970 | .Op Fl addtrust Ar arg |
5990 | .Op Fl alias | 5971 | .Op Fl alias |
@@ -6091,8 +6072,6 @@ The key password source. | |||
6091 | .Pp | 6072 | .Pp |
6092 | The following are x509 display options: | 6073 | The following are x509 display options: |
6093 | .Bl -tag -width "XXXX" | 6074 | .Bl -tag -width "XXXX" |
6094 | .It Fl C | ||
6095 | Output the certificate in the form of a C source file. | ||
6096 | .It Fl certopt Ar option | 6075 | .It Fl certopt Ar option |
6097 | Customise the output format used with | 6076 | Customise the output format used with |
6098 | .Fl text , | 6077 | .Fl text , |