mirror of https://github.com/wolfSSL/wolfBoot.git
Disabled test RSA3072+FASTMATH
- renode target ran out of memory when running RSA verifypull/333/head
parent
3bd3fa14a9
commit
ac20d3ae85
|
@ -36,9 +36,12 @@ jobs:
|
||||||
run: ./tools/renode/docker-test.sh "SIGN=RSA2048 SPMATH=0"
|
run: ./tools/renode/docker-test.sh "SIGN=RSA2048 SPMATH=0"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# RSA4096 TEST: RSA with TFM requires a very large stack (>64KB) total
|
||||||
|
# This test has been disabled.
|
||||||
# RSA3072 TEST
|
# RSA3072 TEST
|
||||||
- name: Renode Tests RSA3072
|
# - name: Renode Tests RSA3072
|
||||||
run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0"
|
# run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0"
|
||||||
|
|
||||||
|
|
||||||
# RSA4096 TEST: RSA with TFM requires the possibility to allocate
|
# RSA4096 TEST: RSA with TFM requires the possibility to allocate
|
||||||
|
|
Loading…
Reference in New Issue