Revert "RT3425: constant-time evp_enc"
authorEmilia Kasper <emilia@openssl.org>
Wed, 17 Dec 2014 11:08:27 +0000 (12:08 +0100)
committerEmilia Kasper <emilia@openssl.org>
Wed, 17 Dec 2014 13:54:17 +0000 (14:54 +0100)
commit4ad2d3ac0ef338a064c6df3b5437d974def538ba
tree40d2fbd4b92a99e7b2ffc3bd07b15b98b313f50c
parentb597aab84e4258ffee2430113f0cac8900e0a499
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 4aac102f75b517bdb56b1bcfd0a856052d559f6e.

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