Skip to content

Commit

Permalink
Updated binary sizes limit for wolfSSL 5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Dec 27, 2023
1 parent f8ab11e commit 1baf4d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -972,25 +972,25 @@ test-size-all:
make keysclean
make test-size SIGN=ED25519 LIMIT=11380
make keysclean
make test-size SIGN=ECC256 LIMIT=17620
make test-size SIGN=ECC256 LIMIT=17696
make keysclean
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13572
make keysclean
make test-size SIGN=RSA2048 LIMIT=10584
make keysclean
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=10376
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=10460
make keysclean
make test-size SIGN=RSA4096 LIMIT=11884
make keysclean
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=10660
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=10780
make keysclean
make test-size SIGN=ECC384 LIMIT=17280
make test-size SIGN=ECC384 LIMIT=17370
make keysclean
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15024
make keysclean
make test-size SIGN=ED448 LIMIT=13464
make keysclean
make test-size SIGN=RSA3072 LIMIT=11236
make keysclean
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=10472
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=10570
make keysclean

0 comments on commit 1baf4d7

Please sign in to comment.