openssl/crypto/ec
Andy Polyakov 9cbcea7e68 ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.
Debugging asserts had implicit casts that triggered the warnings.
However, instead of making the casts explicit it's more appropriate
to perform checks that ensure that implicit casts were safe.

ec/curve448/scalar.c: size_t-fy scalar_decode_short.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5494)
2018-03-03 22:03:44 +01:00
..
asm ec/asm/x25519-x86_64.pl: remove redundant carry chain. 2018-03-01 13:59:28 +01:00
curve448 ec/curve448/f_generic.c: fix VC-WIN32 debug build failure. 2018-03-03 22:03:44 +01:00
build.info Add x25519-x86_64.pl module, mod 2^255-19 primitives. 2018-02-21 10:13:59 +01:00
curve25519.c {ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint. 2018-02-24 14:12:48 +01:00
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 Integrate X448 and Ed448 into libcrypto 2018-03-02 10:14:31 +00:00
ec_key.c
ec_kmeth.c
ec_lcl.h Integrate X448 and Ed448 into libcrypto 2018-03-02 10:14:31 +00:00
ec_lib.c
ec_mult.c
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 Update copyright year 2018-02-27 13:59:42 +00:00
ecp_nistp256.c Update copyright year 2018-02-27 13:59:42 +00:00
ecp_nistp521.c Update copyright year 2018-02-27 13:59:42 +00:00
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c
ecp_oct.c
ecp_smpl.c
ecx_meth.c Integrate X448 and Ed448 into libcrypto 2018-03-02 10:14:31 +00:00