CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/03 06:53:14
Modified files:
lib/libcrypto/ec: ec_lib.c
Log message:
Move point at infinity check to API boundary
Since we only consider standard affine coordinates, the point at infinity
must be excluded. Check at the API boundary that the point isn't the point
at infinity rather than hiding this check somewhere in a method.
ok jsing
