Skip to content

Commit

Permalink
Merge pull request wolfSSL#512 from danielinux/update-wolfssl-submodule
Browse files Browse the repository at this point in the history
Updated wolfSSL to latest version
  • Loading branch information
bandi13 authored Oct 21, 2024
2 parents 7891960 + 668f117 commit 518909e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 141 files
12 changes: 6 additions & 6 deletions src/xmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ struct xmalloc_slot {
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
#define MP_CURVE_FIELD_COUNT_SIZE (380)
#ifndef _LP64
#define ECC_POINT_SIZE (228)
#define ECC_POINT_SIZE (232)
#else
#define ECC_POINT_SIZE (312)
#define ECC_POINT_SIZE (320)
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 5)
#endif
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 6)
Expand All @@ -150,9 +150,9 @@ struct xmalloc_slot {
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
#define MP_CURVE_FIELD_COUNT_SIZE (380)
#ifndef _LP64
#define ECC_POINT_SIZE (408)
#define ECC_POINT_SIZE (412)
#else
#define ECC_POINT_SIZE (504)
#define ECC_POINT_SIZE (512)
#endif
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)
Expand All @@ -163,9 +163,9 @@ struct xmalloc_slot {
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
#define MP_CURVE_FIELD_COUNT_SIZE (380)
#ifndef _LP64
#define ECC_POINT_SIZE (516)
#define ECC_POINT_SIZE (520)
#else
#define ECC_POINT_SIZE (600)
#define ECC_POINT_SIZE (608)
#endif
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)
Expand Down
2 changes: 1 addition & 1 deletion tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ test-size-all:
make keysclean
make test-size SIGN=LMS LMS_LEVELS=2 LMS_HEIGHT=5 LMS_WINTERNITZ=8 \
WOLFBOOT_SMALL_STACK=0 IMAGE_SIGNATURE_SIZE=2644 \
IMAGE_HEADER_SIZE?=5288 LIMIT=7424
IMAGE_HEADER_SIZE?=5288 LIMIT=7504
make keysclean
make test-size SIGN=XMSS XMSS_PARAMS='XMSS-SHA2_10_256' \
IMAGE_SIGNATURE_SIZE=2500 IMAGE_HEADER_SIZE?=4096 \
Expand Down

0 comments on commit 518909e

Please sign in to comment.