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.114
1 files changed, 12 insertions, 2 deletions
diff --git a/secure/usr.bin/openssl/man/enc.1 b/secure/usr.bin/openssl/man/enc.1
index 8341ca7..f18d207 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.35
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "ENC 1"
-.TH ENC 1 "2007-03-15" "0.9.8e" "OpenSSL"
+.TH ENC 1 "2009-06-14" "0.9.8k" "OpenSSL"
.SH "NAME"
enc \- symmetric cipher routines
.SH "SYNOPSIS"
@@ -350,6 +350,16 @@ Blowfish and \s-1RC5\s0 algorithms use a 128 bit key.
\& rc5-ecb RC5 cipher in ECB mode
\& rc5-ofb RC5 cipher in OFB mode
.Ve
+.PP
+.Vb 7
+\& aes-[128|192|256]-cbc 128/192/256 bit AES in CBC mode
+\& aes-[128|192|256] Alias for aes-[128|192|256]-cbc
+\& aes-[128|192|256]-cfb 128/192/256 bit AES in 128 bit CFB mode
+\& aes-[128|192|256]-cfb1 128/192/256 bit AES in 1 bit CFB mode
+\& aes-[128|192|256]-cfb8 128/192/256 bit AES in 8 bit CFB mode
+\& aes-[128|192|256]-ecb 128/192/256 bit AES in ECB mode
+\& aes-[128|192|256]-ofb 128/192/256 bit AES in OFB mode
+.Ve
.SH "EXAMPLES"
.IX Header "EXAMPLES"
Just base64 encode a binary file:
OpenPOWER on IntegriCloud