Fix side channel in the ecp_nistz256.c reference implementation
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 29 Aug 2019 20:45:18 +0000 (22:45 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Sun, 5 Jan 2020 08:20:58 +0000 (10:20 +0200)
commit45a405382bd99187bc90399e61bf33a720e27610
tree129a126b80da385a50abba3ab4e394c25ff6b9ca
parent5578ad1f0b9e92f9c4637d254270bf25f5a19723
Fix side channel in the ecp_nistz256.c reference implementation

This is only used if configured with
./config -DECP_NISTZ256_REFERENCE_IMPLEMENTATION

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9239)
crypto/ec/ecp_nistz256.c