Merge remote-tracking branch 'origin/pr/2387' into mbedtls-2.7
* origin/pr/2387: Update change log all.sh: Test MBEDTLS_MPI_WINDOW_SIZE=1 Fix DEADCODE in mbedtls_mpi_exp_mod()
This commit is contained in:
commit
f921e8fa9f
3 changed files with 16 additions and 0 deletions
|
@ -870,6 +870,16 @@ support_test_mx32 () {
|
|||
esac
|
||||
}
|
||||
|
||||
component_test_min_mpi_window_size () {
|
||||
msg "build: Default + MBEDTLS_MPI_WINDOW_SIZE=1 (ASan build)" # ~ 10s
|
||||
scripts/config.pl set MBEDTLS_MPI_WINDOW_SIZE 1
|
||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||
make
|
||||
|
||||
msg "test: MBEDTLS_MPI_WINDOW_SIZE=1 - main suites (inc. selftests) (ASan build)" # ~ 10s
|
||||
make test
|
||||
}
|
||||
|
||||
component_test_have_int32 () {
|
||||
msg "build: gcc, force 32-bit bignum limbs"
|
||||
scripts/config.pl unset MBEDTLS_HAVE_ASM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue