diff options
author | jmc <> | 2020-06-11 18:03:19 +0000 |
---|---|---|
committer | jmc <> | 2020-06-11 18:03:19 +0000 |
commit | a62588f56a55f2f2d239f35e37ce930a37347a40 (patch) | |
tree | cca1d387867abf0d848e8d9c223a08e72ef735f6 | |
parent | 156b9a70f6b69b6e54d32a4182d4bd06cfb5256b (diff) | |
download | openbsd-a62588f56a55f2f2d239f35e37ce930a37347a40.tar.gz openbsd-a62588f56a55f2f2d239f35e37ce930a37347a40.tar.bz2 openbsd-a62588f56a55f2f2d239f35e37ce930a37347a40.zip |
wording tweaks from ross l richardson and tb;
ok tb
-rw-r--r-- | src/lib/libcrypto/man/x509v3.cnf.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/x509v3.cnf.5 b/src/lib/libcrypto/man/x509v3.cnf.5 index 4d5aaa3e22..392c44d456 100644 --- a/src/lib/libcrypto/man/x509v3.cnf.5 +++ b/src/lib/libcrypto/man/x509v3.cnf.5 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: x509v3.cnf.5,v 1.6 2019/06/06 01:06:59 schwarze Exp $ | 1 | .\" $OpenBSD: x509v3.cnf.5,v 1.7 2020/06/11 18:03:19 jmc Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700 | 3 | .\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700 |
4 | .\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400 | 4 | .\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400 |
@@ -51,7 +51,7 @@ | |||
51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
53 | .\" | 53 | .\" |
54 | .Dd $Mdocdate: June 6 2019 $ | 54 | .Dd $Mdocdate: June 11 2020 $ |
55 | .Dt X509V3.CNF 5 | 55 | .Dt X509V3.CNF 5 |
56 | .Os | 56 | .Os |
57 | .Sh NAME | 57 | .Sh NAME |
@@ -186,16 +186,16 @@ keyUsage=digitalSignature, nonRepudiation | |||
186 | keyUsage=critical, keyCertSign | 186 | keyUsage=critical, keyCertSign |
187 | .Ed | 187 | .Ed |
188 | .Ss Extended key usage | 188 | .Ss Extended key usage |
189 | This extensions consists of a list of usages indicating purposes for | 189 | This extension consists of a list of purposes for |
190 | which the certificate public key can be used for. | 190 | which the certificate public key can be used. |
191 | .Pp | 191 | .Pp |
192 | These can either be object short names or the dotted numerical form of OIDs. | 192 | These can either be object short names or the dotted numerical form of OIDs. |
193 | While any OID can be used, only certain values make sense. | 193 | While any OID can be used, only certain values make sense. |
194 | In particular the following PKIX, NS and MS values are meaningful: | 194 | In particular the following PKIX, NS and MS values are meaningful: |
195 | .Bl -column emailProtection | 195 | .Bl -column emailProtection |
196 | .It Em value Ta Em meaning | 196 | .It Em value Ta Em meaning |
197 | .It Ic serverAuth Ta SSL/TLS web server authentication | 197 | .It Ic serverAuth Ta TLS server authentication |
198 | .It Ic clientAuth Ta SSL/TLS web client authentication | 198 | .It Ic clientAuth Ta TLS client authentication |
199 | .It Ic codeSigning Ta code signing | 199 | .It Ic codeSigning Ta code signing |
200 | .It Ic emailProtection Ta E-mail protection (S/MIME) | 200 | .It Ic emailProtection Ta E-mail protection (S/MIME) |
201 | .It Ic timeStamping Ta trusted timestamping | 201 | .It Ic timeStamping Ta trusted timestamping |