Bodo Moeller ff7b021040 Fix overly lenient comparisons:
- 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 ca567a03ad4595589b6062465a8404764da4e3fa)

Conflicts:
	Configure
2013-09-17 10:20:04 +02:00
..
2010-08-26 12:10:25 +00:00
2011-10-26 16:42:48 +00:00
2005-12-13 05:46:30 +00:00
2012-10-05 20:51:47 +00:00
2005-05-16 10:11:04 +00:00
2013-09-17 10:20:04 +02:00
2010-08-26 12:10:25 +00:00
2002-06-06 10:33:05 +00:00
2012-10-05 20:51:47 +00:00
2005-06-28 15:03:58 +00:00
2011-01-24 14:42:11 +00:00