CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2018/07/23 12:24:22

Modified files:
        lib/libcrypto/ec: ec2_mult.c 

Log message:
Use BN_swap_ct() instead of BN_consttime_swap() in
ec_GF2m_montgomery_point_multiply().  The new BN_swap_ct() API is an
improved version of the public BN_consttime_swap() function: it allows
error checking, doesn't assert(), and has fewer assumptions on the input.
This diff eliminates the last use of BN_consttime_swap() in our tree.

ok inoguchi, jsing

Reply via email to