summaryrefslogtreecommitdiffstats
path: root/doc/apps/enc.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-08-27 12:28:08 -0400
committerRich Salz <rsalz@openssl.org>2015-08-27 14:27:28 -0400
commitc03726ca4153fca8d66185837008aa078969d386 (patch)
tree9a3c88f2041fe4f33677c0500c33226c203e1ce7 /doc/apps/enc.pod
parentad775e04f6dab51b7f929b54f5aa3c2393f957c5 (diff)
Various doc fixes.
Make all mention of digest algorithm use "any supported algorithm" RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>: X509_LOOKUP_hash_dir.pod X509_check_ca.pod X509_check_issued.pod RT 1600: Remove references to non-existant objects(3) Add RETURN VALUES to BIO_do_accept page. RT1818: RSA_sign Can return values other than 0 on failure. RT3634: Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>) RT3678: Some clarifications to BIO_new_pair (Devchandra L Meetei <dlmeetei@gmail.com>) RT3787: Fix some EVP_ function return values (Laetitia Baudoin <lbaudoin@google.com>) Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/apps/enc.pod')
-rw-r--r--doc/apps/enc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 1d25cf3dfc..26e678ca1b 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