OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
17-Sep-2007 18:42:36
Branch: HEAD Handle:
2007091717423500
Modified files:
openssl/doc/apps enc.pod
Log:
Mention aes in enc.pod.
PR: 1529
Summary:
Revision Changes Path
1.9 +8 -0 openssl/doc/apps/enc.pod
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/doc/apps/enc.pod
============================================================
================
$ cvs diff -u -r1.8 -r1.9 enc.pod
--- openssl/doc/apps/enc.pod 15 Sep 2005 19:00:55
-0000 1.8
+++ openssl/doc/apps/enc.pod 17 Sep 2007 16:42:35
-0000 1.9
 -227,6 +227,14 
rc5-ecb RC5 cipher in ECB mode
rc5-ofb RC5 cipher in OFB mode
+ 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
+
=head1 EXAMPLES
Just base64 encode a binary file:
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|