CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/26 11:44:19
Modified files:
lib/libcrypto/ec: ec_convert.c ec_lib.c ec_mult.c
Log message:
Replace group->meth != point->meth checks
The method will currently always be identical since all groups use the
EC_GFp_mont_method(). Use the ec_group_and_point_compatible() check to
ensure this and if both group and point have a nid set, check that they
are identical.
ok jsing kenjiro
