[openssl-dev] [openssl.org #3634] Docfix: doc/apps/enc.pod says "aes-[128|192|256]" but means "aes[..]"

Steffen Nurpmeso via RT rt at openssl.org
Fri Dec 12 18:57:02 UTC 2014


..so that even after OpenSSL_add_all_algorithms(3)
EVP_get_cipherbyname(3) fails to load "aes-128" as an alias for
"aes-128-cbc".

--steffen

diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 41791ad..88e8b79 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -282,7 +282,7 @@ authentication tag.
  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]	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




More information about the openssl-dev mailing list