Updated submodules wolfSSL + wolfTPM. Updated footprint size.

pull/213/head
Daniele Lacamera 2022-07-07 16:09:05 +02:00
parent 9c59244726
commit 711cdae42e
3 changed files with 15 additions and 13 deletions

@ -1 +1 @@
Subproject commit 37db8576d00883c09db717a7be57b783e9a53eac
Subproject commit baae8ee5238ff964ad37e8d185d7c2f066533d7e

@ -1 +1 @@
Subproject commit af8f18b634e1c365cbc2c769be95da60965cc8ee
Subproject commit 738d79c5d5c4160e8bfc863323b4bb6f075035a3

View File

@ -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