summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2016-09-19 12:57:45 +0000
committerjmc <>2016-09-19 12:57:45 +0000
commit4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1 (patch)
tree56fe4af1cca8917c839cd38caf654385b228e8aa /src
parent9a3e14d8a3707ae4c966138df77487a25a64559c (diff)
downloadopenbsd-4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1.tar.gz
openbsd-4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1.tar.bz2
openbsd-4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1.zip
put the spkac section in the right place;
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/openssl.1120
1 files changed, 60 insertions, 60 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index b23c64a0a0..bd6c255f70 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.76 2016/09/19 12:55:04 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.77 2016/09/19 12:57:45 jmc 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.\"
@@ -4579,6 +4579,65 @@ Run
4579.Ar number 4579.Ar number
4580benchmarks in parallel. 4580benchmarks in parallel.
4581.El 4581.El
4582.Sh SPKAC
4583.nr nS 1
4584.Nm "openssl spkac"
4585.Op Fl challenge Ar string
4586.Op Fl in Ar file
4587.Op Fl key Ar keyfile
4588.Op Fl noout
4589.Op Fl out Ar file
4590.Op Fl passin Ar arg
4591.Op Fl pubkey
4592.Op Fl spkac Ar spkacname
4593.Op Fl spksect Ar section
4594.Op Fl verify
4595.nr nS 0
4596.Pp
4597The
4598.Nm spkac
4599command processes signed public key and challenge (SPKAC) files.
4600It can print out their contents, verify the signature,
4601and produce its own SPKACs from a supplied private key.
4602.Pp
4603The options are as follows:
4604.Bl -tag -width Ds
4605.It Fl challenge Ar string
4606The challenge string, if an SPKAC is being created.
4607.It Fl in Ar file
4608The input file to read from,
4609or standard input if not specified.
4610Ignored if the
4611.Fl key
4612option is used.
4613.It Fl key Ar keyfile
4614Create an SPKAC file using the private key in
4615.Ar keyfile .
4616The
4617.Fl in , noout , spksect ,
4618and
4619.Fl verify
4620options are ignored, if present.
4621.It Fl noout
4622Do not output the text version of the SPKAC.
4623.It Fl out Ar file
4624The output file to write to,
4625or standard output if not specified.
4626.It Fl passin Ar arg
4627The key password source.
4628.It Fl pubkey
4629Output the public key of an SPKAC.
4630.It Fl spkac Ar spkacname
4631An alternative name for the variable containing the SPKAC.
4632The default is "SPKAC".
4633This option affects both generated and input SPKAC files.
4634.It Fl spksect Ar section
4635An alternative name for the
4636.Ar section
4637containing the SPKAC.
4638.It Fl verify
4639Verify the digital signature on the supplied SPKAC.
4640.El
4582.Sh TS 4641.Sh TS
4583.nr nS 1 4642.nr nS 1
4584.Nm "openssl ts" 4643.Nm "openssl ts"
@@ -4945,65 +5004,6 @@ If this variable is set to no,
4945only the signing certificate identifier is included. 5004only the signing certificate identifier is included.
4946The default is no. 5005The default is no.
4947.El 5006.El
4948.Sh SPKAC
4949.nr nS 1
4950.Nm "openssl spkac"
4951.Op Fl challenge Ar string
4952.Op Fl in Ar file
4953.Op Fl key Ar keyfile
4954.Op Fl noout
4955.Op Fl out Ar file
4956.Op Fl passin Ar arg
4957.Op Fl pubkey
4958.Op Fl spkac Ar spkacname
4959.Op Fl spksect Ar section
4960.Op Fl verify
4961.nr nS 0
4962.Pp
4963The
4964.Nm spkac
4965command processes signed public key and challenge (SPKAC) files.
4966It can print out their contents, verify the signature,
4967and produce its own SPKACs from a supplied private key.
4968.Pp
4969The options are as follows:
4970.Bl -tag -width Ds
4971.It Fl challenge Ar string
4972The challenge string, if an SPKAC is being created.
4973.It Fl in Ar file
4974The input file to read from,
4975or standard input if not specified.
4976Ignored if the
4977.Fl key
4978option is used.
4979.It Fl key Ar keyfile
4980Create an SPKAC file using the private key in
4981.Ar keyfile .
4982The
4983.Fl in , noout , spksect ,
4984and
4985.Fl verify
4986options are ignored, if present.
4987.It Fl noout
4988Do not output the text version of the SPKAC.
4989.It Fl out Ar file
4990The output file to write to,
4991or standard output if not specified.
4992.It Fl passin Ar arg
4993The key password source.
4994.It Fl pubkey
4995Output the public key of an SPKAC.
4996.It Fl spkac Ar spkacname
4997An alternative name for the variable containing the SPKAC.
4998The default is "SPKAC".
4999This option affects both generated and input SPKAC files.
5000.It Fl spksect Ar section
5001An alternative name for the
5002.Ar section
5003containing the SPKAC.
5004.It Fl verify
5005Verify the digital signature on the supplied SPKAC.
5006.El
5007.Sh VERIFY 5007.Sh VERIFY
5008.nr nS 1 5008.nr nS 1
5009.Nm "openssl verify" 5009.Nm "openssl verify"