openssl/crypto/ec
Billy Brumley fe2d397588 ECDSA: remove nonce padding (delegated to EC_POINT_mul)
* EC_POINT_mul is now responsible for constant time point multiplication
  (for single fixed or variable point multiplication, when the scalar is
  in the range [0,group_order), so we need to strip the nonce padding
  from ECDSA.
* Entry added to CHANGES
* Updated EC_POINT_mul documentation
  - Integrate existing EC_POINT_mul and EC_POINTs_mul entries in the
    manpage to reflect the shift in constant-time expectations when
    performing a single fixed or variable point multiplication;
  - Add documentation to ec_method_st to reflect the updated "contract"
    between callers and implementations of ec_method_st.mul.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6070)
2018-05-09 13:29:48 +02:00
..
asm Update copyright year 2018-05-01 13:34:30 +01:00
curve448
build.info
curve25519.c
ec2_mult.c
ec2_oct.c
ec2_smpl.c
ec_ameth.c
ec_asn1.c
ec_check.c
ec_curve.c
ec_cvt.c
ec_err.c Add missing error code when alloc-return-null 2018-04-26 12:27:46 -04:00
ec_key.c Update copyright year 2018-04-17 15:18:40 +02:00
ec_kmeth.c
ec_lcl.h ECDSA: remove nonce padding (delegated to EC_POINT_mul) 2018-05-09 13:29:48 +02:00
ec_lib.c Add missing error code when alloc-return-null 2018-04-26 12:27:46 -04:00
ec_mult.c ECDSA: remove nonce padding (delegated to EC_POINT_mul) 2018-05-09 13:29:48 +02:00
ec_oct.c Update copyright year 2018-04-17 15:18:40 +02:00
ec_pmeth.c
ec_print.c Update copyright year 2018-04-17 15:18:40 +02:00
ecdh_kdf.c
ecdh_ossl.c
ecdsa_ossl.c ECDSA: remove nonce padding (delegated to EC_POINT_mul) 2018-05-09 13:29:48 +02:00
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c
ecp_mont.c
ecp_nist.c
ecp_nistp224.c Correct the equation for Y' in the comment of point_double function 2018-04-09 08:38:51 -04:00
ecp_nistp256.c
ecp_nistp521.c
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c
ecp_oct.c
ecp_smpl.c
ecx_meth.c Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA 2018-04-06 10:10:05 +01:00