Bodo Moeller 0aeeae0c9c 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 13:09:27 +02:00
..
2013-03-18 14:21:56 +00:00
2012-07-01 16:04:12 +00:00
2012-04-22 13:31:26 +00:00
2011-02-03 12:03:57 +00:00
2012-07-03 20:16:30 +00:00
2012-06-08 09:18:47 +00:00
2011-09-01 13:52:38 +00:00
2013-09-16 13:09:27 +02:00
2013-02-04 21:29:41 +00:00
2012-10-05 20:51:12 +00:00
2012-02-27 16:33:25 +00:00
2013-01-20 01:10:52 +00:00
2013-01-14 00:22:28 +00:00
2012-06-08 09:18:47 +00:00
2013-01-14 00:22:28 +00:00
2013-08-06 16:05:19 +01:00
2012-06-08 09:18:47 +00:00
2012-06-08 09:18:47 +00:00
2012-08-22 22:42:04 +00:00
2013-01-14 00:22:28 +00:00
2013-05-05 14:03:30 +01:00
2012-06-08 09:18:47 +00:00
2011-11-15 23:02:16 +00:00
2012-01-24 22:59:46 +00:00
2012-06-08 09:18:47 +00:00
2013-08-06 16:08:09 +01:00
2011-08-12 12:31:08 +00:00
2013-01-28 17:30:38 +00:00
2012-06-08 09:18:47 +00:00
2012-07-05 12:58:27 +00:00
2013-01-28 17:30:38 +00:00
2011-10-21 13:04:27 +00:00
2011-06-21 16:58:10 +00:00
2011-12-10 01:37:55 +00:00
2012-06-08 09:18:47 +00:00
2013-02-11 16:14:11 +00:00