mbedtls/tests/include/test
Gilles Peskine ca6e8aac58 Support negative zero as MPI test input
The bignum module does not officially support "negative zero" (an
mbedtls_mpi object with s=-1 and all limbs zero). However, we have a
history of bugs where a function that should produce an official
zero (with s=1), produces a negative zero in some circumstances. So it's
good to check that the bignum functions are robust when passed a negative
zero as input. And for that, we need a way to construct a negative zero
from test case arguments.

There are checks that functions don't produce negative zeros as output in
the test suite. Skip those checks if there's a negative zero input: we
don't want functions to _create_ negative zeros, but we don't mind if
they _propagate_ negative zeros.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-11-15 20:47:07 +01:00
..
drivers Merge pull request #5396 from SiliconLabs/codegen_1.1 2022-11-07 15:27:41 +01:00
asn1_helpers.h Move asn1_skip_integer to the asn1_helpers module 2021-02-23 20:29:38 +01:00
certs.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
constant_flow.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
fake_external_rng_for_test.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
helpers.h Support negative zero as MPI test input 2022-11-15 20:47:07 +01:00
macros.h Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
psa_crypto_helpers.h Setup / deinitialize PSA in pk tests only if no MD is used 2022-09-02 04:07:15 -04:00
psa_exercise_key.h Remove KNOWN_MBEDTLS_SUPPORTED_HASH_ALG as it is now not used anywhere 2022-10-20 12:38:44 +02:00
psa_helpers.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
random.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00