CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/26 11:42:33
Modified files:
lib/libcrypto/ec: ec_lib.c ec_local.h
Log message:
Add ec_group_and_point_compatible() helper
Check that a given group and point are reasonably compatible. First see
if they use the same method. Compare nids if both have nid != NID_undef.
ok jsing kenjiro
