botan: Add support for Ed25519 keys

This commit is contained in:
Tobias Brunner
2018-10-26 11:06:45 +02:00
parent 5cd24d26e2
commit 4bcc4bacd4
9 changed files with 635 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ gcrypt)
DEPS="libgcrypt11-dev"
;;
botan)
CONFIG="--disable-defaults --enable-pki --enable-botan"
CONFIG="--disable-defaults --enable-pki --enable-botan --enable-pem"
# we can't use the old package that comes with Ubuntu so we build from
# the current master until 2.8.0 is released and then probably switch to
# that unless we need newer features (at least 2.7.0 plus PKCS#1 patch is