Deprecate the flags that switch off constant time
authorMatt Caswell <matt@openssl.org>
Thu, 26 May 2016 09:55:11 +0000 (10:55 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 6 Jun 2016 10:09:06 +0000 (11:09 +0100)
commit5584f65a1027b06fe0cfc4be28d1a232cf180e42
treee1d62f81d9d5a23575e4f4063b47d28e680afcdf
parentf943e640efbb5ec30bf57b59468c094083c99eb2
Deprecate the flags that switch off constant time

The flags RSA_FLAG_NO_CONSTTIME, DSA_FLAG_NO_EXP_CONSTTIME and
DH_FLAG_NO_EXP_CONSTTIME which previously provided the ability to switch
off the constant time implementation for RSA, DSA and DH have been made
no-ops and deprecated.

Reviewed-by: Richard Levitte <levitte@openssl.org>
13 files changed:
CHANGES
crypto/dh/dh_key.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_ossl.c
crypto/rsa/rsa_crpt.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_ossl.c
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/rsa.h
test/dhtest.c
test/dsatest.c
test/rsa_test.c