CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/05/24 02:25:58
Modified files: lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c Log message: Provide method specific functions for EC POINT infinity. Provide method specific functions for EC_POINT_set_to_infinity() and EC_POINT_is_at_infinity(). These are not always the same thing and will depend on the coordinate system in use. ok beck@ tb@