openssl/crypto/ec
Bodo Moeller ca567a03ad 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
2013-09-16 12:59:21 +02:00
..
.cvsignore
ec2_mult.c
ec2_oct.c
ec2_smpl.c
ec_ameth.c Add KDF for DH. 2013-08-05 15:45:01 +01:00
ec_asn1.c Make binary curve ASN.1 work in FIPS mode. 2013-03-26 16:56:50 +00:00
ec_check.c
ec_curve.c
ec_cvt.c
ec_err.c Add support for ECDH KARI. 2013-07-17 21:45:01 +01:00
ec_key.c Make `safe' (EC)DSA nonces the default. 2013-07-15 12:57:48 +01:00
ec_lcl.h Make `safe' (EC)DSA nonces the default. 2013-07-15 12:57:48 +01:00
ec_lib.c Fix overly lenient comparisons: 2013-09-16 12:59:21 +02:00
ec_mult.c
ec_oct.c
ec_pmeth.c Add support for ECDH KARI. 2013-07-17 21:45:01 +01:00
ec_print.c
ec.h misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
eck_prn.c
ecp_mont.c
ecp_nist.c
ecp_nistp224.c
ecp_nistp256.c
ecp_nistp521.c
ecp_nistputil.c
ecp_oct.c
ecp_smpl.c
ectest.c
Makefile