summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.sbin/openssl/openssl.118
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index ecb5a7ab6f..9b859ec5b6 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.55 2006/06/01 10:21:23 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.56 2006/06/27 14:23:52 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.\"
@@ -978,7 +978,7 @@ certificate's DN.
978.It Ar msie_hack 978.It Ar msie_hack
979The same as 979The same as
980.Fl msie_hack . 980.Fl msie_hack .
981.It Ar nameopt , certopt 981.It Ar name_opt , cert_opt
982These options allow the format used to display the certificate details 982These options allow the format used to display the certificate details
983when asking the user to confirm signing. 983when asking the user to confirm signing.
984All the options supported by the 984All the options supported by the
@@ -1169,8 +1169,8 @@ A sample configuration file with the relevant sections for
1169\& policy = policy_any # default policy 1169\& policy = policy_any # default policy
1170\& email_in_dn = no # Don't add the email into cert DN 1170\& email_in_dn = no # Don't add the email into cert DN
1171 1171
1172\& nameopt = ca_default # Subject name display option 1172\& name_opt = ca_default # Subject name display option
1173\& certopt = ca_default # Certificate display option 1173\& cert_opt = ca_default # Certificate display option
1174\& copy_extensions = none #Don't copy extensions from request 1174\& copy_extensions = none #Don't copy extensions from request
1175 1175
1176\& [ policy_any ] 1176\& [ policy_any ]
@@ -2654,12 +2654,12 @@ des-ecb DES in ECB mode
2654des-ofb DES in OFB mode 2654des-ofb DES in OFB mode
2655 2655
2656des-ede-cbc Two key triple DES EDE in CBC mode 2656des-ede-cbc Two key triple DES EDE in CBC mode
2657des-ede Alias for des-ede 2657des-ede Two key triple DES EDE in ECB mode
2658des-ede-cfb Two key triple DES EDE in CFB mode 2658des-ede-cfb Two key triple DES EDE in CFB mode
2659des-ede-ofb Two key triple DES EDE in OFB mode 2659des-ede-ofb Two key triple DES EDE in OFB mode
2660 2660
2661des-ede3-cbc Three key triple DES EDE in CBC mode 2661des-ede3-cbc Three key triple DES EDE in CBC mode
2662des-ede3 Alias for des-ede3-cbc 2662des-ede3 Three key triple DES EDE in ECB mode
2663des3 Alias for des-ede3-cbc 2663des3 Alias for des-ede3-cbc
2664des-ede3-cfb Three key triple DES EDE CFB mode 2664des-ede3-cfb Three key triple DES EDE CFB mode
2665des-ede3-ofb Three key triple DES EDE in OFB mode 2665des-ede3-ofb Three key triple DES EDE in OFB mode
@@ -2669,9 +2669,9 @@ desx Alias for desx-cbc
2669 2669
2670rc2-cbc 128-bit RC2 in CBC mode 2670rc2-cbc 128-bit RC2 in CBC mode
2671rc2 Alias for rc2-cbc 2671rc2 Alias for rc2-cbc
2672rc2-cfb 128-bit RC2 in CBC mode 2672rc2-cfb 128-bit RC2 in CFB mode
2673rc2-ecb 128-bit RC2 in CBC mode 2673rc2-ecb 128-bit RC2 in ECB mode
2674rc2-ofb 128-bit RC2 in CBC mode 2674rc2-ofb 128-bit RC2 in OFB mode
2675rc2-64-cbc 64-bit RC2 in CBC mode 2675rc2-64-cbc 64-bit RC2 in CBC mode
2676rc2-40-cbc 40-bit RC2 in CBC mode 2676rc2-40-cbc 40-bit RC2 in CBC mode
2677 2677