summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2013-09-16 13:03:27 +0200
committerBodo Moeller <bodo@openssl.org>2013-09-16 13:09:27 +0200
commit0aeeae0c9cf4fd709df81062dd230d5a762c731e (patch)
treebdc8b978d72821166f4761503521730c3dd210fb /CHANGES
parent00c991f02850788ff36c09458f18927851424d60 (diff)
downloadopenssl-new-0aeeae0c9cf4fd709df81062dd230d5a762c731e.tar.gz
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)
Diffstat (limited to 'CHANGES')
0 files changed, 0 insertions, 0 deletions