ff7b021040
- EC_GROUP_cmp shouldn't consider curves equal just because
the curve name is the same. (They really *should* be the same
in this case, but there's an EC_GROUP_set_curve_name API,
which could be misused.)
- EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates
equality (not an error).
Reported by: king cope
(cherry picked from commit
|
||
---|---|---|
.. | ||
.cvsignore | ||
ec.h | ||
ec2_mult.c | ||
ec2_smpl.c | ||
ec2_smpt.c | ||
ec_asn1.c | ||
ec_check.c | ||
ec_curve.c | ||
ec_cvt.c | ||
ec_err.c | ||
ec_key.c | ||
ec_lcl.h | ||
ec_lib.c | ||
ec_mult.c | ||
ec_print.c | ||
ecp_mont.c | ||
ecp_nist.c | ||
ecp_smpl.c | ||
ectest.c | ||
Makefile |