mirror of https://github.com/wolfSSL/wolfBoot.git
Updated submodules wolfSSL + wolfTPM. Updated footprint size.
parent
9c59244726
commit
711cdae42e
|
@ -1 +1 @@
|
|||
Subproject commit 37db8576d00883c09db717a7be57b783e9a53eac
|
||||
Subproject commit baae8ee5238ff964ad37e8d185d7c2f066533d7e
|
|
@ -1 +1 @@
|
|||
Subproject commit af8f18b634e1c365cbc2c769be95da60965cc8ee
|
||||
Subproject commit 738d79c5d5c4160e8bfc863323b4bb6f075035a3
|
|
@ -786,14 +786,16 @@ test-all: clean
|
|||
make test-delta-update
|
||||
|
||||
test-size-all:
|
||||
make test-size SIGN=NONE LIMIT=4646
|
||||
make test-size SIGN=ED25519 LIMIT=10766
|
||||
make test-size SIGN=ECC256 LIMIT=21794
|
||||
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13302
|
||||
make test-size SIGN=RSA2048 LIMIT=10758
|
||||
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11738
|
||||
make test-size SIGN=RSA4096 LIMIT=11110
|
||||
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=12010
|
||||
make test-size SIGN=ECC384 LIMIT=17114
|
||||
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=14734
|
||||
make test-size SIGN=ED448 LIMIT=12934
|
||||
make test-size SIGN=NONE LIMIT=4630
|
||||
make test-size SIGN=ED25519 LIMIT=11214
|
||||
make test-size SIGN=ECC256 LIMIT=21958
|
||||
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13718
|
||||
make test-size SIGN=RSA2048 LIMIT=12906
|
||||
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=13070
|
||||
make test-size SIGN=RSA4096 LIMIT=13242
|
||||
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=13322
|
||||
make test-size SIGN=ECC384 LIMIT=17562
|
||||
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15326
|
||||
make test-size SIGN=ED448 LIMIT=13558
|
||||
make test-size SIGN=RSA3072 LIMIT=13098
|
||||
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=13178
|
||||
|
|
Loading…
Reference in New Issue