Bodo Moeller 485d7d5904 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 312a46791ab465cfa3bf26764361faed0e5df014)
2013-09-16 14:50:48 +02:00
..
2011-06-06 11:49:36 +00:00
2011-10-26 16:43:23 +00:00
2012-04-22 13:11:48 +00:00
2012-10-05 20:50:38 +00:00
2011-10-19 08:58:35 +00:00
2013-09-16 14:50:48 +02:00
2010-08-26 12:10:57 +00:00
2002-06-06 10:33:05 +00:00
2012-06-06 12:41:46 +00:00
2011-10-19 08:58:35 +00:00
2012-06-03 22:03:37 +00:00