diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index f88f9ac409..6d6204261d 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.86 2011/09/07 09:30:16 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.87 2011/09/29 17:57:09 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 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: September 7 2011 $ | 115 | .Dd $Mdocdate: September 29 2011 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -9253,7 +9253,7 @@ certificate must have extensions compatible with the supplied purpose | |||
9253 | and all other certificates must also be valid CA certificates. | 9253 | and all other certificates must also be valid CA certificates. |
9254 | The precise extensions required are described in more detail in | 9254 | The precise extensions required are described in more detail in |
9255 | the | 9255 | the |
9256 | .Sx X509 CERTIFICATE EXTENSIONS | 9256 | .Sx X.509 CERTIFICATE EXTENSIONS |
9257 | section below. | 9257 | section below. |
9258 | .Pp | 9258 | .Pp |
9259 | The third operation is to check the trust settings on the root CA. | 9259 | The third operation is to check the trust settings on the root CA. |
@@ -9563,7 +9563,7 @@ This specifies the input | |||
9563 | to read a certificate from, or standard input if this option is not specified. | 9563 | to read a certificate from, or standard input if this option is not specified. |
9564 | .It Fl inform Ar DER | NET | PEM | 9564 | .It Fl inform Ar DER | NET | PEM |
9565 | This specifies the input format. | 9565 | This specifies the input format. |
9566 | Normally, the command will expect an X509 certificate, | 9566 | Normally, the command will expect an X.509 certificate, |
9567 | but this can change if other options such as | 9567 | but this can change if other options such as |
9568 | .Fl req | 9568 | .Fl req |
9569 | are present. | 9569 | are present. |
@@ -9766,7 +9766,7 @@ Clears all the permitted or trusted uses of the certificate. | |||
9766 | This option performs tests on the certificate extensions and outputs | 9766 | This option performs tests on the certificate extensions and outputs |
9767 | the results. | 9767 | the results. |
9768 | For a more complete description, see the | 9768 | For a more complete description, see the |
9769 | .Sx X509 CERTIFICATE EXTENSIONS | 9769 | .Sx X.509 CERTIFICATE EXTENSIONS |
9770 | section. | 9770 | section. |
9771 | .It Fl setalias Ar arg | 9771 | .It Fl setalias Ar arg |
9772 | Sets the alias of the certificate. | 9772 | Sets the alias of the certificate. |
@@ -10260,7 +10260,7 @@ option searches the subject name and the subject alternative | |||
10260 | name extension. | 10260 | name extension. |
10261 | Only unique email addresses will be printed out: it will | 10261 | Only unique email addresses will be printed out: it will |
10262 | not print the same address more than once. | 10262 | not print the same address more than once. |
10263 | .Sh X509 CERTIFICATE EXTENSIONS | 10263 | .Sh X.509 CERTIFICATE EXTENSIONS |
10264 | The | 10264 | The |
10265 | .Fl purpose | 10265 | .Fl purpose |
10266 | option checks the certificate extensions and determines | 10266 | option checks the certificate extensions and determines |