doc: Add stitched ciphers to EVP_EncryptInit.pod
authorSteven Collison <steven@raycoll.com>
Tue, 28 Mar 2017 19:46:07 +0000 (12:46 -0700)
committerMatt Caswell <matt@openssl.org>
Wed, 29 Mar 2017 08:31:39 +0000 (09:31 +0100)
commit209fac9f8a24000beaa8a438517115b42ca7e7c6
tree8bc0f11121f8e1552be91ceadbb1d0b196dbb4e0
parent254b58fd7335fa3c58e2535d46658109ffd8bdcd
doc: Add stitched ciphers to EVP_EncryptInit.pod

These ciphers don't appear to be documented anywhere. Given the
performance[1] benefits I think it makes sense to expose them.

[1] https://software.intel.com/sites/default/files/open-ssl-performance-paper.pdf

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3067)
doc/man3/EVP_EncryptInit.pod