Revert "RT3425: constant-time evp_enc"
authorEmilia Kasper <emilia@openssl.org>
Wed, 17 Dec 2014 13:51:07 +0000 (14:51 +0100)
committerEmilia Kasper <emilia@openssl.org>
Wed, 17 Dec 2014 13:56:46 +0000 (14:56 +0100)
commitd8c8a718a296d653b7f01a449e3adbcd8fb5a34b
tree05f14bb8b3f455aaf1ed0f04355d2d4d2fbcd08d
parent40c2812f5656b1c78fa18b14c264fd48421c2d24
Revert "RT3425: constant-time evp_enc"

Causes more problems than it fixes: even though error codes
are not part of the stable API, several users rely on the
specific error code, and the change breaks them. Conversely,
we don't have any concrete use-cases for constant-time behaviour here.

This reverts commit b55ff319f880adc874b8c95957adf2003117d42b.

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/evp/Makefile
crypto/evp/evp_enc.c