openssl/crypto/ec
Bernd Edlinger a7f58bdc1a Fix the parameter type of gf_serialize
It is better to use array bounds for improved
gcc warning checks.

While "uint8_t*" allows arbitrary pointer arithmetic
using "uint8_t[SER_BYTES]" limits the pointer arithmetic
to the range 0..SER_BYTES.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16376)
2021-09-17 14:44:41 +02:00
..
asm Update copyright year 2021-07-29 15:41:35 +01:00
curve448 Fix the parameter type of gf_serialize 2021-09-17 14:44:41 +02:00
build.info ppccap.c: Split out algorithm-specific functions 2021-06-25 08:49:45 +01:00
curve25519.c
ec2_oct.c
ec2_smpl.c
ec_ameth.c CRYPTO: Remove the check for built-in methods in the export_to function 2021-07-07 15:38:21 +02:00
ec_asn1.c [ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID 2021-08-30 15:18:19 +03:00
ec_backend.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
ec_check.c
ec_curve.c [ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID 2021-08-30 15:18:19 +03:00
ec_cvt.c
ec_deprecated.c
ec_err.c
ec_key.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
ec_kmeth.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
ec_lib.c
ec_local.h ec: Fail build on big-endian with enable-ec_nistp_64_gcc_128 2021-06-22 18:27:29 +10:00
ec_mult.c
ec_oct.c
ec_pmeth.c Update our EVP_PKEY_METHODs to get low level keys via public APIs 2021-07-22 13:52:46 +02:00
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
ecp_nistp256.c
ecp_nistp521.c ppccap.c: Split out algorithm-specific functions 2021-06-25 08:49:45 +01:00
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c
ecp_oct.c
ecp_ppc.c ppccap.c: Split out algorithm-specific functions 2021-06-25 08:49:45 +01:00
ecp_s390x_nistp.c
ecp_smpl.c
ecx_backend.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
ecx_backend.h
ecx_key.c
ecx_meth.c Update our EVP_PKEY_METHODs to get low level keys via public APIs 2021-07-22 13:52:46 +02:00
ecx_s390x.c