Skip to content

Commit 518909e

Browse files
authored
Merge pull request #512 from danielinux/update-wolfssl-submodule
Updated wolfSSL to latest version
2 parents 7891960 + 668f117 commit 518909e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

lib/wolfssl

Submodule wolfssl updated 141 files

src/xmalloc.c

+6-6
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ struct xmalloc_slot {
137137
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
138138
#define MP_CURVE_FIELD_COUNT_SIZE (380)
139139
#ifndef _LP64
140-
#define ECC_POINT_SIZE (228)
140+
#define ECC_POINT_SIZE (232)
141141
#else
142-
#define ECC_POINT_SIZE (312)
142+
#define ECC_POINT_SIZE (320)
143143
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 5)
144144
#endif
145145
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 6)
@@ -150,9 +150,9 @@ struct xmalloc_slot {
150150
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
151151
#define MP_CURVE_FIELD_COUNT_SIZE (380)
152152
#ifndef _LP64
153-
#define ECC_POINT_SIZE (408)
153+
#define ECC_POINT_SIZE (412)
154154
#else
155-
#define ECC_POINT_SIZE (504)
155+
#define ECC_POINT_SIZE (512)
156156
#endif
157157
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
158158
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)
@@ -163,9 +163,9 @@ struct xmalloc_slot {
163163
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
164164
#define MP_CURVE_FIELD_COUNT_SIZE (380)
165165
#ifndef _LP64
166-
#define ECC_POINT_SIZE (516)
166+
#define ECC_POINT_SIZE (520)
167167
#else
168-
#define ECC_POINT_SIZE (600)
168+
#define ECC_POINT_SIZE (608)
169169
#endif
170170
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
171171
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)

tools/test.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ test-size-all:
10141014
make keysclean
10151015
make test-size SIGN=LMS LMS_LEVELS=2 LMS_HEIGHT=5 LMS_WINTERNITZ=8 \
10161016
WOLFBOOT_SMALL_STACK=0 IMAGE_SIGNATURE_SIZE=2644 \
1017-
IMAGE_HEADER_SIZE?=5288 LIMIT=7424
1017+
IMAGE_HEADER_SIZE?=5288 LIMIT=7504
10181018
make keysclean
10191019
make test-size SIGN=XMSS XMSS_PARAMS='XMSS-SHA2_10_256' \
10201020
IMAGE_SIGNATURE_SIZE=2500 IMAGE_HEADER_SIZE?=4096 \

0 commit comments

Comments
 (0)