diff options
author | tb <> | 2021-11-26 16:23:27 +0000 |
---|---|---|
committer | tb <> | 2021-11-26 16:23:27 +0000 |
commit | eb64c7bee2160f4a36331f01c39a47cc051d579a (patch) | |
tree | 7bd8cbabf8640714a399e92a9ab554171eba4abd /src/usr.bin/openssl/openssl.1 | |
parent | c518419c83ad6d7d59312d37b14a4e606d06c667 (diff) | |
download | openbsd-eb64c7bee2160f4a36331f01c39a47cc051d579a.tar.gz openbsd-eb64c7bee2160f4a36331f01c39a47cc051d579a.tar.bz2 openbsd-eb64c7bee2160f4a36331f01c39a47cc051d579a.zip |
openssl(1): drop support for netscape certificates and server gated keys.
ok inoguchi jsing
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 05f7e21cc9..7ebfb9c31f 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.133 2021/10/23 11:36:44 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.134 2021/11/26 16:23:27 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: October 23 2021 $ | 113 | .Dd $Mdocdate: November 26 2021 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -4105,7 +4105,6 @@ Any additional fields will be treated as though they were a | |||
4105 | .Op Fl pvk-none | pvk-strong | pvk-weak | 4105 | .Op Fl pvk-none | pvk-strong | pvk-weak |
4106 | .Op Fl RSAPublicKey_in | 4106 | .Op Fl RSAPublicKey_in |
4107 | .Op Fl RSAPublicKey_out | 4107 | .Op Fl RSAPublicKey_out |
4108 | .Op Fl sgckey | ||
4109 | .Op Fl text | 4108 | .Op Fl text |
4110 | .Ek | 4109 | .Ek |
4111 | .El | 4110 | .El |
@@ -4177,9 +4176,6 @@ and | |||
4177 | except | 4176 | except |
4178 | .Cm RSAPublicKey | 4177 | .Cm RSAPublicKey |
4179 | format is used instead. | 4178 | format is used instead. |
4180 | .It Fl sgckey | ||
4181 | Use the modified NET algorithm used with some versions of Microsoft IIS | ||
4182 | and SGC keys. | ||
4183 | .It Fl text | 4179 | .It Fl text |
4184 | Print the public/private key components in plain text. | 4180 | Print the public/private key components in plain text. |
4185 | .El | 4181 | .El |