openssl/crypto/ec
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
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
ec.h enhance EC method to support setting curve type when generating keys and add parameter encoding option 2013-03-20 15:54:05 +00:00
ec2_mult.c Backport from HEAD: 2011-06-06 11:49:36 +00:00
ec2_oct.c Reorganise ECC code so it can use FIPS module. 2011-06-06 12:54:51 +00:00
ec2_smpl.c PR: 2632 2011-10-26 16:43:23 +00:00
ec_ameth.c Make binary curve ASN.1 work in FIPS mode. 2013-03-26 16:58:29 +00:00
ec_asn1.c Make binary curve ASN.1 work in FIPS mode. 2013-03-26 16:58:29 +00:00
ec_check.c fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end() 2006-03-13 23:14:57 +00:00
ec_curve.c PR: 2239 2012-04-22 13:11:48 +00:00
ec_cvt.c ec_cvt.c: performance update from HEAD. 2011-11-14 21:14:53 +00:00
ec_err.c Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and 2011-10-18 19:43:54 +00:00
ec_key.c Fix EC_KEY initialization race. 2012-10-05 20:50:38 +00:00
ec_lcl.h Fix warnings. 2011-10-19 08:58:35 +00:00
ec_lib.c Fix overly lenient comparisons: 2013-09-16 14:50:48 +02:00
ec_mult.c ECC library bugfixes. 2010-08-26 12:10:57 +00:00
ec_oct.c Make no-ec2m work again (backport from HEAD). 2011-06-06 13:00:30 +00:00
ec_pmeth.c enhance EC method to support setting curve type when generating keys and add parameter encoding option 2013-03-20 15:54:05 +00:00
ec_print.c fix memory leak 2002-06-06 10:33:05 +00:00
eck_prn.c Version skew reduction. 2012-06-06 12:41:46 +00:00
ecp_mont.c Reduce version skew: trivia (I hope). 2012-06-03 22:03:37 +00:00
ecp_nist.c Redirection of ECDSA, ECDH operations to FIPS module. 2011-06-06 15:39:17 +00:00
ecp_nistp224.c For OpenVMS, use inttypes.h instead of stdint.h 2012-03-01 21:29:16 +00:00
ecp_nistp256.c For OpenVMS, use inttypes.h instead of stdint.h 2012-03-01 21:29:16 +00:00
ecp_nistp521.c For OpenVMS, use inttypes.h instead of stdint.h 2012-03-01 21:29:16 +00:00
ecp_nistputil.c Fix warnings. 2011-10-19 08:58:35 +00:00
ecp_oct.c Reorganise ECC code so it can use FIPS module. 2011-06-06 12:54:51 +00:00
ecp_smpl.c Redirection of ECDSA, ECDH operations to FIPS module. 2011-06-06 15:39:17 +00:00
ectest.c Reduce version skew: trivia (I hope). 2012-06-03 22:03:37 +00:00
Makefile Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and 2011-10-18 19:43:54 +00:00