Skip to content

Commit 7db7e3e

Browse files
committed
increase max cert size for RSA4096
1 parent cc06150 commit 7db7e3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

options.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,8 @@ ifneq ($(CERT_CHAIN_VERIFY),)
10091009
endif
10101010
ifeq ($(SIGN),RSA4096)
10111011
CERT_CHAIN_GEN_ALGO+=rsa4096
1012+
# Reasonably large default
1013+
CFLAGS += -DWOLFHSM_CFG_MAX_CERT_SIZE=4096
10121014
endif
10131015
endif
10141016
SIGN_OPTIONS += --cert-chain $(CERT_CHAIN_FILE)

0 commit comments

Comments
 (0)