openssl/crypto/ec
Dr. Stephen Henson fd785ca892 Parameter copy sanity checks.
Don't copy parameters is they're already present in the destination.
Return error if an attempt is made to copy different parameters to
destination. Update documentation.

If key type is not initialised return missing parameters

RT#4149

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit f72f00d495)
2016-05-31 13:26:54 +01:00
..
asm ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right. 2016-02-23 21:26:53 +01:00
ec.h Fix the comment for POINT_CONVERSION_UNCOMPRESSED 2015-09-01 23:53:48 +01:00
ec2_mult.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec2_oct.c EC_POINT_is_on_curve does not return a boolean 2015-06-10 10:49:06 +01:00
ec2_smpl.c RT3863 ECC: Add missing NULL check. Set a flag 2016-01-21 14:14:33 +00:00
ec_ameth.c Parameter copy sanity checks. 2016-05-31 13:26:54 +01:00
ec_asn1.c d2i: don't update input pointer on failure 2015-09-15 00:07:54 +02:00
ec_check.c EC_POINT_is_on_curve does not return a boolean 2015-06-10 10:49:06 +01:00
ec_curve.c FIPS build fixes. 2015-01-23 00:12:39 +00:00
ec_cvt.c FIPS build fixes. 2015-01-23 00:12:39 +00:00
ec_err.c Error checking and memory leak fixes in NISTZ256. 2015-04-27 16:37:19 +02:00
ec_key.c Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.c 2016-05-11 18:51:13 +01:00
ec_lcl.h fix copy paste error in ec_GF2m function prototypes 2015-05-26 10:14:19 +02:00
ec_lib.c EC_POINT_is_on_curve does not return a boolean 2015-06-10 10:49:06 +01:00
ec_mult.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ec_oct.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_pmeth.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_print.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
eck_prn.c Add sanity check to print_bin function 2015-04-30 23:21:53 +01:00
ecp_mont.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ecp_nist.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ecp_nistp224.c Fix bug in nistp224/256/521 where have_precompute_mult always returns 0 2016-01-29 13:07:10 +00:00
ecp_nistp256.c Fix bug in nistp224/256/521 where have_precompute_mult always returns 0 2016-01-29 13:07:10 +00:00
ecp_nistp521.c Fix bug in nistp224/256/521 where have_precompute_mult always returns 0 2016-01-29 13:07:10 +00:00
ecp_nistputil.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ecp_nistz256.c NISTZ256: use EC_POINT API and check errors. 2015-04-27 19:50:19 +02:00
ecp_nistz256_table.c ec/ecp_nistz256_table.c: fix potential misalignment problem with Sun C. 2015-12-10 20:13:28 +01:00
ecp_oct.c EC_POINT_is_on_curve does not return a boolean 2015-06-10 10:49:06 +01:00
ecp_smpl.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ectest.c Add have_precompute_mult tests 2016-01-29 13:07:12 +00:00
Makefile Add cleanup of *.s 2015-12-03 15:20:10 +01:00