mbedtls/tests
Janos Follath 0f0d1e88a2 mpi_core_exp_mod: add unit tests
The test cases aim to mirror the legacy function, but needed the some
cases to be removed because:

- Null representation is not valid in core
- There are no negative numbers in core
- Bignum core doesn't do parameter checking and there are no promises for
  even N

The _size variant of the test has been removed as bignum core doesn't do
parameter checking and there is no promises for inputs that are larger
than MBEDTLS_MPI_MAX_SIZE.

Signed-off-by: Janos Follath <janos.follath@arm.com>
2022-11-22 21:22:53 +00:00
..
.jenkins
configs Update documents and check 2022-11-14 03:16:22 +00:00
data_files Merge pull request #6454 from valeriosetti/issue4577 2022-11-15 09:39:07 +01:00
docker/bionic removed changed made to the test/bionic/Dockerfile 2022-09-17 22:20:33 +02:00
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:44:01 +01:00
include Fix autocucumber in documentation 2022-11-15 20:49:58 +01:00
opt-testcases Skip early data basic check temp 2022-11-18 10:57:46 +00:00
scripts Merge pull request #6632 from yanesca/refactor_bignum_test_framework 2022-11-22 14:53:58 +00:00
src Support negative zero as MPI test input 2022-11-15 20:47:07 +01:00
suites mpi_core_exp_mod: add unit tests 2022-11-22 21:22:53 +00:00
.gitignore
CMakeLists.txt Add module for bignum_core test generation 2022-10-19 15:20:01 +01:00
compat-in-docker.sh
compat.sh Add comment in compat.sh about callers 2022-04-14 09:21:56 +02:00
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile Add module for bignum_core test generation 2022-10-19 15:20:01 +01:00
ssl-opt-in-docker.sh
ssl-opt.sh Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs 2022-11-21 10:09:57 +00:00