Revert "RT3425: constant-time evp_enc"
authorEmilia Kasper <emilia@openssl.org>
Wed, 17 Dec 2014 13:47:33 +0000 (14:47 +0100)
committerEmilia Kasper <emilia@openssl.org>
Wed, 17 Dec 2014 13:55:39 +0000 (14:55 +0100)
commit0cf552230ee1508b903e8b76462ce4c648e68bc5
tree2774fc1ea56c900eaca84e93b5b6f61af6847b34
parent0e1c318ece3c82e96ae95a34a1badf58198d6b28
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 738911cde68b2b3706e502cf8daf5b14738f2f42.

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