Convert the weak key and key parity tests to be constant time.
authorPauli <pauli@openssl.org>
Wed, 3 Nov 2021 00:33:06 +0000 (10:33 +1000)
committerPauli <pauli@openssl.org>
Thu, 4 Nov 2021 23:25:28 +0000 (09:25 +1000)
commit8db9d07508e201d95e40f8006ede3a76494bbef3
treeb1ed7dfea98721c800ec1c35ed54677d960adc02
parent10cf46c4ef93e22f999b7b6d2c3aadc4db965e5a
Convert the weak key and key parity tests to be constant time.

Fixes #16944
Fixes #16859

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/16953)
crypto/des/set_key.c