diff options
author | jmc <> | 2006-06-27 14:23:52 +0000 |
---|---|---|
committer | jmc <> | 2006-06-27 14:23:52 +0000 |
commit | 990e4fb875d19dcafbb47015b642c4f29d2dfd46 (patch) | |
tree | a15a46ecb2ad34a71d0f5e06b270c922dbc15efc /src | |
parent | d5ad727c036f8fbccfa627ab063ecc72d6a69d6f (diff) | |
download | openbsd-990e4fb875d19dcafbb47015b642c4f29d2dfd46.tar.gz openbsd-990e4fb875d19dcafbb47015b642c4f29d2dfd46.tar.bz2 openbsd-990e4fb875d19dcafbb47015b642c4f29d2dfd46.zip |
sync with openssl-0.9.7j docs;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 18 |
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 |
979 | The same as | 979 | The same as |
980 | .Fl msie_hack . | 980 | .Fl msie_hack . |
981 | .It Ar nameopt , certopt | 981 | .It Ar name_opt , cert_opt |
982 | These options allow the format used to display the certificate details | 982 | These options allow the format used to display the certificate details |
983 | when asking the user to confirm signing. | 983 | when asking the user to confirm signing. |
984 | All the options supported by the | 984 | All 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 | |||
2654 | des-ofb DES in OFB mode | 2654 | des-ofb DES in OFB mode |
2655 | 2655 | ||
2656 | des-ede-cbc Two key triple DES EDE in CBC mode | 2656 | des-ede-cbc Two key triple DES EDE in CBC mode |
2657 | des-ede Alias for des-ede | 2657 | des-ede Two key triple DES EDE in ECB mode |
2658 | des-ede-cfb Two key triple DES EDE in CFB mode | 2658 | des-ede-cfb Two key triple DES EDE in CFB mode |
2659 | des-ede-ofb Two key triple DES EDE in OFB mode | 2659 | des-ede-ofb Two key triple DES EDE in OFB mode |
2660 | 2660 | ||
2661 | des-ede3-cbc Three key triple DES EDE in CBC mode | 2661 | des-ede3-cbc Three key triple DES EDE in CBC mode |
2662 | des-ede3 Alias for des-ede3-cbc | 2662 | des-ede3 Three key triple DES EDE in ECB mode |
2663 | des3 Alias for des-ede3-cbc | 2663 | des3 Alias for des-ede3-cbc |
2664 | des-ede3-cfb Three key triple DES EDE CFB mode | 2664 | des-ede3-cfb Three key triple DES EDE CFB mode |
2665 | des-ede3-ofb Three key triple DES EDE in OFB mode | 2665 | des-ede3-ofb Three key triple DES EDE in OFB mode |
@@ -2669,9 +2669,9 @@ desx Alias for desx-cbc | |||
2669 | 2669 | ||
2670 | rc2-cbc 128-bit RC2 in CBC mode | 2670 | rc2-cbc 128-bit RC2 in CBC mode |
2671 | rc2 Alias for rc2-cbc | 2671 | rc2 Alias for rc2-cbc |
2672 | rc2-cfb 128-bit RC2 in CBC mode | 2672 | rc2-cfb 128-bit RC2 in CFB mode |
2673 | rc2-ecb 128-bit RC2 in CBC mode | 2673 | rc2-ecb 128-bit RC2 in ECB mode |
2674 | rc2-ofb 128-bit RC2 in CBC mode | 2674 | rc2-ofb 128-bit RC2 in OFB mode |
2675 | rc2-64-cbc 64-bit RC2 in CBC mode | 2675 | rc2-64-cbc 64-bit RC2 in CBC mode |
2676 | rc2-40-cbc 40-bit RC2 in CBC mode | 2676 | rc2-40-cbc 40-bit RC2 in CBC mode |
2677 | 2677 | ||