diff options
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 85a21b6651..89a41fba10 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.15 2003/09/02 18:56:35 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.16 2003/10/04 22:38:58 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 | .\" |
@@ -125,12 +125,10 @@ | |||
125 | .Op Ar command_args | 125 | .Op Ar command_args |
126 | .Pp | 126 | .Pp |
127 | .Nm | 127 | .Nm |
128 | .Bk -words | ||
129 | .Oo Cm list-standard-commands No |\ \& | 128 | .Oo Cm list-standard-commands No |\ \& |
130 | .Cm list-message-digest-commands | | 129 | .Cm list-message-digest-commands | |
131 | .Cm \ \&\ \&\ \&\ \&\ \&list-cipher-commands | 130 | .Cm list-cipher-commands |
132 | .Oc | 131 | .Oc |
133 | .Ek | ||
134 | .Pp | 132 | .Pp |
135 | .Nm | 133 | .Nm |
136 | .Cm no- Ns Ar XXX | 134 | .Cm no- Ns Ar XXX |
@@ -970,7 +968,7 @@ Mandatory. | |||
970 | The text database file to use. | 968 | The text database file to use. |
971 | Mandatory. | 969 | Mandatory. |
972 | This file must be present, though initially it will be empty. | 970 | This file must be present, though initially it will be empty. |
973 | .It Ar serialfile | 971 | .It Ar serial |
974 | A text file containing the next serial number to use in hex. | 972 | A text file containing the next serial number to use in hex. |
975 | Mandatory. | 973 | Mandatory. |
976 | This file must be present and contain a valid serial number. | 974 | This file must be present and contain a valid serial number. |
@@ -1019,7 +1017,7 @@ are permanently set and cannot be disabled | |||
1019 | the certificate has not been signed at this point). | 1017 | the certificate has not been signed at this point). |
1020 | .Pp | 1018 | .Pp |
1021 | For convenience, the value | 1019 | For convenience, the value |
1022 | .Em default_ca | 1020 | .Em ca_default |
1023 | is accepted by both to produce a reasonable output. | 1021 | is accepted by both to produce a reasonable output. |
1024 | .Pp | 1022 | .Pp |
1025 | If neither option is present, the format used in earlier versions of | 1023 | If neither option is present, the format used in earlier versions of |
@@ -1167,8 +1165,8 @@ A sample configuration file with the relevant sections for | |||
1167 | \& policy = policy_any # default policy | 1165 | \& policy = policy_any # default policy |
1168 | \& email_in_dn = no # Don't add the email into cert DN | 1166 | \& email_in_dn = no # Don't add the email into cert DN |
1169 | 1167 | ||
1170 | \& nameopt = default_ca # Subject name display option | 1168 | \& nameopt = ca_default # Subject name display option |
1171 | \& certopt = default_ca # Certificate display option | 1169 | \& certopt = ca_default # Certificate display option |
1172 | \& copy_extensions = none #Don't copy extensions from request | 1170 | \& copy_extensions = none #Don't copy extensions from request |
1173 | 1171 | ||
1174 | \& [ policy_any ] | 1172 | \& [ policy_any ] |
@@ -5564,8 +5562,10 @@ section above for more information. | |||
5564 | Send the protocol-specific message(s) to switch to TLS for communication. | 5562 | Send the protocol-specific message(s) to switch to TLS for communication. |
5565 | .Ar protocol | 5563 | .Ar protocol |
5566 | is a keyword for the intended protocol. | 5564 | is a keyword for the intended protocol. |
5567 | Currently, the only supported keyword is | 5565 | Currently, the only supported keywords are |
5568 | .Qq smtp . | 5566 | .Qq smtp |
5567 | and | ||
5568 | .Qq pop3 . | ||
5569 | .It Fl engine Ar id | 5569 | .It Fl engine Ar id |
5570 | Specifying an engine (by it's unique | 5570 | Specifying an engine (by it's unique |
5571 | .Ar id | 5571 | .Ar id |