..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


_______________________________________________
openssl-dev mailing list
[email protected]
https://mta.opensslfoundation.net/mailman/listinfo/openssl-dev

Reply via email to