pariscid.pl: fix nasty typo in CRYPTO_memcmp.
authorAndy Polyakov <appro@openssl.org>
Wed, 21 Mar 2018 22:48:10 +0000 (23:48 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Mar 2018 09:22:49 +0000 (10:22 +0100)
commit0b020b14882173918b9cc3e8e3bd85fb9ffac948
tree172d5ea8abe911d7ff20d2dc9de084c4fba36049
parent273f7fe16a6e4b2a443fb16846beaffd70461750
pariscid.pl: fix nasty typo in CRYPTO_memcmp.

Comparison was effectively reduced to least significant bits.

CVE-2018-0733

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/pariscid.pl