openssl/crypto/ec
Pauli 81487b65b9 Fix Coverity 1498612: integer overflow
The assert added cannot ever fail because (current & 0xFFFF) != 0 from the
while loop and the trailing zero bit count therefore cannot be as large as 32.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/17892)
2022-03-25 17:31:37 +11:00
..
asm Apply the correct Apache v2 license 2022-02-14 10:08:21 +01:00
curve448 Fix Coverity 1498612: integer overflow 2022-03-25 17:31:37 +11:00
build.info
curve25519.c Simpler square-root computation for Ed25519 2022-01-20 11:03:31 +01:00
ec2_oct.c Fix typos 2022-01-05 12:37:20 +01:00
ec2_smpl.c
ec_ameth.c
ec_asn1.c
ec_backend.c Move e_os.h to include/internal 2022-02-05 05:31:09 +01:00
ec_check.c
ec_curve.c
ec_cvt.c
ec_deprecated.c
ec_err.c
ec_key.c
ec_kmeth.c
ec_lib.c Move e_os.h to include/internal 2022-02-05 05:31:09 +01:00
ec_local.h
ec_mult.c
ec_oct.c
ec_pmeth.c
ec_print.c EC_POINT_hex2point: forget to free pt 2021-12-16 12:40:05 +01:00
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
ecp_nistp256.c
ecp_nistp521.c
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c Fix coverity 1498607: uninitialised value 2022-03-21 07:58:45 +11:00
ecp_oct.c
ecp_ppc.c
ecp_s390x_nistp.c Cleansing all the temporary data for s390x 2022-01-13 18:20:45 +01:00
ecp_smpl.c
ecx_backend.c Don't create an ECX key with short keys 2021-11-16 13:21:06 +00:00
ecx_backend.h
ecx_key.c
ecx_meth.c Fix malloc failure handling of X509_ALGOR_set0() 2022-01-14 18:47:20 +01:00
ecx_s390x.c