1. 15 10月, 2013 2 次提交
  2. 14 10月, 2013 1 次提交
  3. 13 10月, 2013 3 次提交
  4. 11 10月, 2013 1 次提交
  5. 09 10月, 2013 6 次提交
  6. 07 10月, 2013 1 次提交
  7. 04 10月, 2013 1 次提交
  8. 03 10月, 2013 10 次提交
  9. 02 10月, 2013 1 次提交
  10. 25 9月, 2013 2 次提交
  11. 20 9月, 2013 4 次提交
  12. 18 9月, 2013 3 次提交
  13. 17 9月, 2013 3 次提交
  14. 16 9月, 2013 2 次提交
    • B
      Sync CHANGES and NEWS files. · 4dc83677
      Bodo Moeller 提交于
      (Various changes from the master branch are now in the 1.0.2 branch too.)
      4dc83677
    • B
      Fix overly lenient comparisons: · ca567a03
      Bodo Moeller 提交于
          - 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
      ca567a03