CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2017/01/05 06:25:52

Modified files:
        lib/libcrypto/ecdsa: ecs_ossl.c 

Log message:
Avoid a side-channel cache-timing attack that can leak the ECDSA private
keys when signing. This is due to BN_mod_inverse() being used without the
constant time flag being set.

This issue was reported by Cesar Pereida Garcia and Billy Brumley
(Tampere University of Technology). The fix was developed by Cesar Pereida
Garcia.

Reply via email to