mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Merge remote-tracking branch 'origin/pr/2388' into mbedtls-2.16
* origin/pr/2388: Update change log all.sh: Test MBEDTLS_MPI_WINDOW_SIZE=1 Fix DEADCODE in mbedtls_mpi_exp_mod()
This commit is contained in:
commit
b0abd1c84f
3 changed files with 16 additions and 0 deletions
|
|
@ -976,6 +976,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