Skip to content

Commit f5fa72e

Browse files
committed
Add initial v185 PQ(MLDSA-MLKEM) support for wolfTPM
1 parent 1458001 commit f5fa72e

File tree

7 files changed

+1768
-1
lines changed

7 files changed

+1768
-1
lines changed

configure.ac

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,15 @@ then
462462
AM_CFLAGS="$AM_CFLAGS -DWOLFTPM_PROVISIONING"
463463
fi
464464

465+
AC_ARG_ENABLE([v185],
466+
[AS_HELP_STRING([--enable-v185],[Enable TPM 2.0 v185 Post-Quantum Cryptography (PQC) support (default: disabled)])],
467+
[ ENABLED_V185=$enableval ],
468+
[ ENABLED_V185=no ]
469+
)
470+
if test "x$ENABLED_V185" = "xyes"
471+
then
472+
AM_CFLAGS="$AM_CFLAGS -DWOLFTPM_V185"
473+
fi
465474

466475
# HARDEN FLAGS
467476
AX_HARDEN_CC_COMPILER_FLAGS

0 commit comments

Comments
 (0)