openssl/crypto/ec
Pauli 4a089bbdf1 Address a timing side channel whereby it is possible to determine some
information about the length of the scalar used in ECDSA operations
from a large number (2^32) of signatures.

This doesn't rate as a CVE because:

* For the non-constant time code, there are easier ways to extract
  more information.

* For the constant time code, it requires a significant number of signatures
  to leak a small amount of information.

Thanks to Neals Fournaise, Eliane Jaulmes and Jean-Rene Reinhard for
reporting this issue.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4576)
2017-11-01 15:47:29 +00:00
..
asm
build.info
curve25519.c Clear secret stack values after use in the ED25519-functions 2017-08-25 16:36:21 +02:00
ec2_mult.c
ec2_oct.c
ec2_smpl.c
ec_ameth.c Fix function name in ECerr call 2017-09-14 16:13:29 -04:00
ec_asn1.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
ec_check.c
ec_curve.c Remove email addresses from source code. 2017-10-13 10:06:59 -04:00
ec_cvt.c
ec_err.c Fix function name in ECerr call 2017-09-14 16:13:29 -04:00
ec_key.c Move the REF_PRINT support from e_os.h to internal/refcount.h. 2017-08-30 07:20:44 +10:00
ec_kmeth.c
ec_lcl.h e_os.h removal from other headers and source files. 2017-08-30 07:20:43 +10:00
ec_lib.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
ec_mult.c Move the REF_PRINT support from e_os.h to internal/refcount.h. 2017-08-30 07:20:44 +10:00
ec_oct.c
ec_pmeth.c
ec_print.c
ecdh_kdf.c
ecdh_ossl.c
ecdsa_ossl.c Address a timing side channel whereby it is possible to determine some 2017-11-01 15:47:29 +00:00
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
ecp_mont.c
ecp_nist.c
ecp_nistp224.c Fix the return type of felem_is_zero_int which should be int. 2017-10-02 17:24:17 +02:00
ecp_nistp256.c Fix the return type of felem_is_zero_int which should be int. 2017-10-02 17:24:17 +02:00
ecp_nistp521.c nistp521: add a comment to the P+P exceptional case in point_add. 2017-10-02 11:30:30 -04:00
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c Move the REF_PRINT support from e_os.h to internal/refcount.h. 2017-08-30 07:20:44 +10:00
ecp_oct.c
ecp_smpl.c
ecx_meth.c