With 3.6.0 support for ML-KEM was added.
build_botan()
{
# same revision used in the build recipe of the testing environment
- BOTAN_REV=3.3.0
+ BOTAN_REV=3.6.1
BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
-REV = 3.3.0
+REV = 3.6.1
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
CONFIG_OPTS = \
--without-os-features=threads \
--disable-modules=locking_allocator \
- --disable-modules=pkcs11,tls,x509,xmss \
+ --disable-modules=pkcs11,tls,x509,xmss
all: install