Update the dasync engine to add a pipeline cipher
authorMatt Caswell <matt@openssl.org>
Tue, 22 Sep 2015 10:11:24 +0000 (11:11 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:26:04 +0000 (21:26 +0000)
commit98ee75439d7e844de6c063a4be5bd09b3cc9db53
tree014bfd6c0ef4670574466b10fe17449be2264649
parent4e3925227a65ade92f3052ee54a810f5d6c4e96e
Update the dasync engine to add a pipeline cipher

Implement aes128-cbc as a pipeline capable cipher in the dasync engine.
As dasync is just a dummy engine, it actually just performs the parallel
encrypts/decrypts in serial.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/evp/evp_lib.c
doc/crypto/EVP_CIPHER_meth_new.pod
engines/e_dasync.c
engines/e_dasync_err.c
engines/e_dasync_err.h
include/openssl/evp.h
util/libcrypto.num