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 36c6b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -972,13 +972,13 @@ 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
Expand Down

0 comments on commit 36c6b62

Please sign in to comment.