summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl/man/enc.1
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/man/enc.1')
-rw-r--r--secure/usr.bin/openssl/man/enc.120
1 files changed, 10 insertions, 10 deletions
diff --git a/secure/usr.bin/openssl/man/enc.1 b/secure/usr.bin/openssl/man/enc.1
index 9152e4a..61eaedd 100644
--- a/secure/usr.bin/openssl/man/enc.1
+++ b/secure/usr.bin/openssl/man/enc.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "ENC 1"
-.TH ENC 1 "2005-02-25" "0.9.7d" "OpenSSL"
+.TH ENC 1 "2006-07-29" "0.9.8b" "OpenSSL"
.SH "NAME"
enc \- symmetric cipher routines
.SH "SYNOPSIS"
@@ -302,14 +302,14 @@ Blowfish and \s-1RC5\s0 algorithms use a 128 bit key.
.PP
.Vb 4
\& des-ede-cbc Two key triple DES EDE in CBC mode
-\& des-ede Alias for des-ede
+\& des-ede Two key triple DES EDE in ECB mode
\& des-ede-cfb Two key triple DES EDE in CFB mode
\& des-ede-ofb Two key triple DES EDE in OFB mode
.Ve
.PP
.Vb 5
\& des-ede3-cbc Three key triple DES EDE in CBC mode
-\& des-ede3 Alias for des-ede3-cbc
+\& des-ede3 Three key triple DES EDE in ECB mode
\& des3 Alias for des-ede3-cbc
\& des-ede3-cfb Three key triple DES EDE CFB mode
\& des-ede3-ofb Three key triple DES EDE in OFB mode
@@ -330,9 +330,9 @@ Blowfish and \s-1RC5\s0 algorithms use a 128 bit key.
.Vb 7
\& rc2-cbc 128 bit RC2 in CBC mode
\& rc2 Alias for rc2-cbc
-\& rc2-cfb 128 bit RC2 in CBC mode
-\& rc2-ecb 128 bit RC2 in CBC mode
-\& rc2-ofb 128 bit RC2 in CBC mode
+\& rc2-cfb 128 bit RC2 in CFB mode
+\& rc2-ecb 128 bit RC2 in ECB mode
+\& rc2-ofb 128 bit RC2 in OFB mode
\& rc2-64-cbc 64 bit RC2 in CBC mode
\& rc2-40-cbc 40 bit RC2 in CBC mode
.Ve
@@ -346,9 +346,9 @@ Blowfish and \s-1RC5\s0 algorithms use a 128 bit key.
.Vb 5
\& rc5-cbc RC5 cipher in CBC mode
\& rc5 Alias for rc5-cbc
-\& rc5-cfb RC5 cipher in CBC mode
-\& rc5-ecb RC5 cipher in CBC mode
-\& rc5-ofb RC5 cipher in CBC mode
+\& rc5-cfb RC5 cipher in CFB mode
+\& rc5-ecb RC5 cipher in ECB mode
+\& rc5-ofb RC5 cipher in OFB mode
.Ve
.SH "EXAMPLES"
.IX Header "EXAMPLES"
OpenPOWER on IntegriCloud