openssl/crypto/ec
Rich Salz 57f48f939e Iterate over EC_GROUP's poly array in a safe way
Prevent that memory beyond the last element is accessed if every element
of group->poly[] is non-zero

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2689)
2017-02-22 13:13:03 -05:00
..
asm ec/asm/ecp_nistz256-x86_64.pl: add CFI directives. 2017-02-13 21:11:48 +01:00
build.info
curve25519.c
ec2_mult.c
ec2_oct.c
ec2_smpl.c
ec_ameth.c mem leak on error path and error propagation fix 2017-02-14 10:19:50 +00:00
ec_asn1.c Iterate over EC_GROUP's poly array in a safe way 2017-02-22 13:13:03 -05:00
ec_check.c
ec_curve.c
ec_cvt.c
ec_err.c
ec_key.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
ec_kmeth.c
ec_lcl.h Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
ec_lib.c
ec_mult.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
ec_oct.c
ec_pmeth.c
ec_print.c
ecdh_kdf.c
ecdh_ossl.c
ecdsa_ossl.c
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c
ecp_mont.c
ecp_nist.c
ecp_nistp224.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
ecp_nistp256.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
ecp_nistp521.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
ecp_oct.c
ecp_smpl.c
ecx_meth.c