Matt Caswell 51a6081719 Change ossltest engine to manually allocate cipher_data
The ossltest engine wraps the built-in implementation of aes128-cbc.
Normally in an engine the cipher_data structure is automatically allocated
by the EVP layer. However this relies on the engine specifying up front
the size of that cipher_data structure. In the case of ossltest this value
isn't available at compile time. This change makes the ossltest engine
allocate its own cipher_data structure instead of leaving it to the EVP
layer.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-09-25 15:13:57 +01:00
..
2015-09-02 22:05:37 -04:00
2015-09-03 16:26:34 -04:00
2015-05-04 15:00:13 -04:00
2015-05-01 10:02:07 -04:00
2015-08-11 20:27:46 +01:00
2007-04-05 16:57:07 +00:00
2015-01-30 14:43:57 +01:00
2015-08-11 20:27:46 +01:00