Skip to content

Commit ef26620

Browse files
committed
Update wolfssl submodule
This port requires wolfSSL/wolfssl#10733
1 parent 5f9d930 commit ef26620

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

arch.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ ifeq ($(ARCH),PPC)
899899
CFLAGS+=-DWOLFSSL_PPC32_ASM -DWOLFSSL_PPC32_ASM_INLINE
900900
#CFLAGS+=-DWOLFSSL_PPC32_ASM_SMALL
901901
MATH_OBJS+=$(WOLFBOOT_LIB_WOLFSSL)/wolfcrypt/src/port/ppc32/ppc32-sha256-asm_c.o
902+
MATH_OBJS+=$(WOLFBOOT_LIB_WOLFSSL)/wolfcrypt/src/port/ppc32/ppc32-sha512-asm_c.o
902903
endif
903904
endif
904905

lib/wolfssl

Submodule wolfssl updated 981 files

tools/test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ test-size-all:
11911191
make keysclean
11921192
make test-size SIGN=ECC256 LIMIT=18880 NO_ARM_ASM=1
11931193
make clean
1194-
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13896 NO_ARM_ASM=1
1194+
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13912 NO_ARM_ASM=1
11951195
make keysclean
11961196
make test-size SIGN=RSA2048 LIMIT=11768 NO_ARM_ASM=1
11971197
make clean
@@ -1232,5 +1232,5 @@ test-size-all:
12321232
LIMIT=8728 NO_ARM_ASM=1
12331233
make keysclean
12341234
make clean
1235-
make test-size SIGN=ML_DSA ML_DSA_LEVEL=2 LIMIT=19486 \
1235+
make test-size SIGN=ML_DSA ML_DSA_LEVEL=2 LIMIT=19538 \
12361236
IMAGE_SIGNATURE_SIZE=2420 IMAGE_HEADER_SIZE?=8192

0 commit comments

Comments
 (0)