+6
−0
+9
−26
+7
−13
+15
−23
+8
−13
Loading
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>