From 711ce0d58fd71df4665c732aef2deea51ea6feaa Mon Sep 17 00:00:00 2001 From: jordan Date: Tue, 7 May 2024 10:08:02 -0500 Subject: [PATCH] Update wolfSSL submodule to include wolfcrypt LMS and XMSS. --- lib/wolfssl | 2 +- tools/test.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wolfssl b/lib/wolfssl index 8970ff4c3..33817747c 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit 8970ff4c34034dbb3594943d11f8c9d4c5512bd5 +Subproject commit 33817747c4ac071da06bb4b473a0128e9a6812d6 diff --git a/tools/test.mk b/tools/test.mk index 2da99d859..9f126d13e 100644 --- a/tools/test.mk +++ b/tools/test.mk @@ -970,7 +970,7 @@ test-all: clean test-size-all: make test-size SIGN=NONE LIMIT=4776 make keysclean - make test-size SIGN=ED25519 LIMIT=11380 + make test-size SIGN=ED25519 LIMIT=11424 make keysclean make test-size SIGN=ECC256 LIMIT=17824 make keysclean