diff options
author | tb <> | 2024-08-29 17:01:40 +0000 |
---|---|---|
committer | tb <> | 2024-08-29 17:01:40 +0000 |
commit | 4d994a7e931e7a6693bd3a6933d821c21e5d1a83 (patch) | |
tree | e1addc5ff1034d580b566c5bf742c31eb5661925 | |
parent | 482529e0eb9abf923bbc35107ad61a209528d296 (diff) | |
download | openbsd-4d994a7e931e7a6693bd3a6933d821c21e5d1a83.tar.gz openbsd-4d994a7e931e7a6693bd3a6933d821c21e5d1a83.tar.bz2 openbsd-4d994a7e931e7a6693bd3a6933d821c21e5d1a83.zip |
Adjust documentation for check/pubcheck removal
ok beck
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index d06eeec87c..8385ac2121 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.159 2024/08/22 12:15:07 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.160 2024/08/29 17:01:40 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 22 2024 $ | 113 | .Dd $Mdocdate: August 29 2024 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -3282,7 +3282,6 @@ is equivalent to | |||
3282 | .Bl -hang -width "openssl pkey" | 3282 | .Bl -hang -width "openssl pkey" |
3283 | .It Nm openssl pkey | 3283 | .It Nm openssl pkey |
3284 | .Bk -words | 3284 | .Bk -words |
3285 | .Op Fl check | ||
3286 | .Op Ar cipher | 3285 | .Op Ar cipher |
3287 | .Op Fl in Ar file | 3286 | .Op Fl in Ar file |
3288 | .Op Fl inform Cm der | pem | 3287 | .Op Fl inform Cm der | pem |
@@ -3291,7 +3290,6 @@ is equivalent to | |||
3291 | .Op Fl outform Cm der | pem | 3290 | .Op Fl outform Cm der | pem |
3292 | .Op Fl passin Ar arg | 3291 | .Op Fl passin Ar arg |
3293 | .Op Fl passout Ar arg | 3292 | .Op Fl passout Ar arg |
3294 | .Op Fl pubcheck | ||
3295 | .Op Fl pubin | 3293 | .Op Fl pubin |
3296 | .Op Fl pubout | 3294 | .Op Fl pubout |
3297 | .Op Fl text | 3295 | .Op Fl text |
@@ -3307,8 +3305,6 @@ and their components printed out. | |||
3307 | .Pp | 3305 | .Pp |
3308 | The options are as follows: | 3306 | The options are as follows: |
3309 | .Bl -tag -width Ds | 3307 | .Bl -tag -width Ds |
3310 | .It Fl check | ||
3311 | Check the validity of a key pair. | ||
3312 | .It Ar cipher | 3308 | .It Ar cipher |
3313 | Encrypt the private key with the specified cipher. | 3309 | Encrypt the private key with the specified cipher. |
3314 | Any algorithm name accepted by | 3310 | Any algorithm name accepted by |
@@ -3334,8 +3330,6 @@ The output format. | |||
3334 | The key password source. | 3330 | The key password source. |
3335 | .It Fl passout Ar arg | 3331 | .It Fl passout Ar arg |
3336 | The output file password source. | 3332 | The output file password source. |
3337 | .It Fl pubcheck | ||
3338 | Check the validity of a public key | ||
3339 | or the public component of a key pair. | 3333 | or the public component of a key pair. |
3340 | .It Fl pubin | 3334 | .It Fl pubin |
3341 | Read in a public key, not a private key. | 3335 | Read in a public key, not a private key. |
@@ -3351,7 +3345,6 @@ even if a private key is being processed. | |||
3351 | .Tg pkeyparam | 3345 | .Tg pkeyparam |
3352 | .Sh PKEYPARAM | 3346 | .Sh PKEYPARAM |
3353 | .Cm openssl pkeyparam | 3347 | .Cm openssl pkeyparam |
3354 | .Op Fl check | ||
3355 | .Op Fl in Ar file | 3348 | .Op Fl in Ar file |
3356 | .Op Fl noout | 3349 | .Op Fl noout |
3357 | .Op Fl out Ar file | 3350 | .Op Fl out Ar file |
@@ -3364,8 +3357,6 @@ The key type is determined by the PEM headers. | |||
3364 | .Pp | 3357 | .Pp |
3365 | The options are as follows: | 3358 | The options are as follows: |
3366 | .Bl -tag -width Ds | 3359 | .Bl -tag -width Ds |
3367 | .It Fl check | ||
3368 | check the correctness of parameters. | ||
3369 | .It Fl in Ar file | 3360 | .It Fl in Ar file |
3370 | The input file to read from, | 3361 | The input file to read from, |
3371 | or standard input if not specified. | 3362 | or standard input if not specified. |