botan: Add support for ML-KEM

This commit is contained in:
Tobias Brunner
2024-11-22 14:03:17 +01:00
parent 974f9c37df
commit d14bb3881b
6 changed files with 411 additions and 4 deletions
+2 -2
View File
@@ -235,8 +235,8 @@ gcrypt)
DEPS="libgcrypt20-dev"
;;
botan)
CONFIG="--disable-defaults --enable-pki --enable-botan --enable-pem --enable-hmac --enable-x509 --enable-constraints"
export TESTS_PLUGINS="test-vectors botan! pem hmac x509 constraints"
CONFIG="--disable-defaults --enable-pki --enable-botan --enable-pem --enable-hmac --enable-x509 --enable-constraints --enable-drbg"
export TESTS_PLUGINS="test-vectors botan! pem hmac x509 constraints drbg"
DEPS=""
if test "$1" = "build-deps"; then
build_botan